PHP
Working with JSON - Making Flex and PHP talk - Painlessly
While working on a project; designing a RIA in Adobe Flex, I was using the a Data Grid, and populating it using a HTTP Service that ran PHP.
It was a painful process.
PHP - Installing CURL
Trying to retrieve data from a webpage shouldn't be that hard in PHP, and it isn't. I've been using Curl to do just that. It comes with tons of options and lots of help and references.
Call to undefined function mysql_connect() solution and PHP Fatal error: Call to undefined function mysql_connect() solution
I installed Apache 2.2, PHP 5.2 and mySQL 5.0. Everything seemed to be going great, until I tried to open a connection from PHP to mySQL. I got the dreaded error.
Call to undefined function mysql_connect()
So, off I went looking for a solution. I checked Google, I read though about 50+ threads/posts on various websites. I checked Experts-Exchange, and read a bunch of posts there, and nothing.
I tired all the normal stuff:


