wrote 1 week ago: Hello, The article you are looking for has been moved here. Regards, James … more →
wrote 2 weeks ago: <?php $exp_date = “2013-5-6″; $todays_date = date(“Y-m-d”); $today = strt … more →
wrote 1 month ago: An autocomplete text or search box can implemented using ajax and PHP. A simple example has been dem … more →
wrote 2 months ago: Adding days,months,weeks or years to a date can be done in PHP using the date and strtotime function … more →
wrote 3 months ago: It’s update time again and I’ve done nothing at all. I’ve also done a tremendous a … more →
wrote 4 months ago: I’ve been doing a lot of PHP/MySQL development of late and recently have gone from the frustra … more →
wrote 5 months ago: If you have 2 mysql database in same server, and want to use both database in same PHP page, you hav … more →
wrote 5 months ago: Hi there, Today i am going to explain you about how to create your own site counter which shows you … more →
wrote 6 months ago: Rockers Technologies – The Latest buzz In The World Of PHP Development Services | PRLog. Rockers Tec … more →
wrote 6 months ago: I made it as simple as possible so feel free to edit this code: <!DOCTYPE html> <html> … more →
wrote 7 months ago: This is the solution to problem 48 of project euler: LANGUAGE USED: PHP <?php $str = ‘ … more →
wrote 8 months ago: Alright, so yesterday I tried to pull a random record from my phpMySQL, then diplay it in an HTML pa … more →
wrote 8 months ago: The four basic steps in creating an image in PHP are- Creating a canvas image on which to work. Draw … more →
wrote 8 months ago: AIML also known as Artificial Intelligence Markup Language teaches the bot how to think. For PHP use … more →
wrote 8 months ago: Code: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install mysql-server sudo … more →
wrote 8 months ago: Considered the best and most popular open source database available today, MySQL is very reliable, c … more →
wrote 8 months ago: PHP stands for “PHP: Hypertext Preprocessor”, a widely used tool for making interactive and dynamic … more →
wrote 9 months ago: Alibabascripts is one of the most powerful PHP B2B Script to run your own online B2B Portal Site. Ou … more →
wrote 10 months ago: function rnum($n=5) { return rand(0, pow(10, $n)); } //Use ——–> echo rnum(); ga … more →