URL masking by encrypting query string
For many of my project I have written code which simply a link having some parameters as query string in url to pass information from […]
For my recent project based on YII framework, I have to use PHPUnit for doing unit test. My Local development environment is Windows 7 64 […]
During my recent project, i was in a situation where I had to move a large mysql database from a testing server to live server. […]
The age-old debate between PHP versus ASP.NET is not really what I am trying to get into here. I am also not trying to talk […]
Some applications require finding out what the current time would be in a particular timezone. Another similar requirement would be to convert a given date/time […]
Right now the most stable version of PHP is v5.3.6 released on march 17, 2011. PHP is powerful web language which has a big community […]
Since PHP is a loosely typed language, it provides great flexibility in creating variables and objects at runtime without having to specifically declare them first. […]
PHP provides the fgetcsv function to automatically import values from a csv file. However it does not consistently work with cases where the starting of […]
Installation For Windows: To update your PEAR installation, request http://pear.php.net/go-pear in your browser and save the output to a local file go-pear.php. Assuming you have […]
A tutorial on installing PHP from the FreeBSD ports for Apache and MySQL. What you need to add to the httpd.conf file and which of […]
Copyright © 2024 | WordPress Theme by MH Themes