Cake Bake Error - is not recognized 23:47If u have a problem with a cakephp bake problem,eg: Here is the solution. 1. Locate 'php.exe' path, in my case ' C:...Read More
How To Manage Environment Variables 23:191. Go to 'Control Panel'. 2. Click 'System' Icon. 3. On the left menu, click on 'Advanced System Settings...Read More
Simple Web Service Using PHP + MYQSQL + JSON + CURL. Part 3 - Client 01:421. Initialize Curl. $cSession = curl_init(); 2. URL to web service service. $url = http://localhost/webservice/server.php; $...Read More
Simple Web Service Using PHP + MYQSQL + JSON + CURL. Part 2 - Server 01:161. Create a function. function returnAllPrices() { $link = mysql_connect("localhost","root", "") o...Read More
Simple Web Service Using PHP + MYQSQL + JSON + CURL. Part 1 - Preparation 01:03Level : Beginner 1. Make sure curl extension installed . 2. DB Schema CREATE TABLE IF NOT EXISTS `stockprices` ( `stock_id`...Read More
PHP - How To Enable Curl 00:011. Edit php.ini file . 2. Find and uncomment this line; "extension=php_curl.dll". 3. Save and restart your web server. ...Read More
PHP - Where To Find And Edit php.ini File 23:52 1. Open a plain text file and add the following lines, and save. <?php phpinfo(); ?> 2. Save the f...Read More