Learning PHPinux

Posts Tagged ‘mysql

cURL behind proxy and all the heavy stuff…

Posted by: gf4e on: June 25, 2008

Had to find a way to get webpages through proxy, and cURL for PHP was very helpful. Soon I am going to post a script with a possibility to use a proxy or not. Such a learning tip from me for people that might look for the same thing. I also decided to use Smarty [...]

XAMPP – a fast way to create a local web-server

Posted by: gf4e on: May 5, 2008

If you do not want to compile Apache, PHP, MySQL and other stuff, there is a very easy way to get the whole web-server thing going. First thing you have to do is download XAMPP from here for your favourite OS (Linux, Windows, Solaris, Mac OS X). Then simply follow the installation instructions on the [...]