how to do program in php?
Where does php program happens? I don’t know where to write programs in php. What’is the way to write program in php.
I’ve Windows Xp SP2. should I use windows server 2003 operating system.
hi…you can work with php on your current operating system…you just need few steps ..see answer number 4 in this page :
http://answers.yahoo.com/question/index;_ylt=ApxGIrn6ZjtbM9qviO2TbyHsy6IX;_ylv=3?qid=20080316164042AAa6plZ&show=7#profile-info-UwdFUQPFaa
PHP is not a programming language, its a scripting language. The script is *interpretted* on the web server side.
References :
Web designer
You can run php on any web server. You can load the xamp Apache /mysql/php combination onto any machine, you do not need a specific server machine for this.
References :
hi…you can work with php on your current operating system…you just need few steps ..see answer number 4 in this page :
http://answers.yahoo.com/question/index;_ylt=ApxGIrn6ZjtbM9qviO2TbyHsy6IX;_ylv=3?qid=20080316164042AAa6plZ&show=7#profile-info-UwdFUQPFaa
References :
You need a webserver to execute your PHP scripts. Apache is a popular free web server. Another free server is the ABYSS webserver.
Or go to:
http://www.apachefriends.org/en/xampp-windows.html
This will install everything you will need to develop web apps.
References :
windows xp is fine…
if you want a tutorial site go to http://www.webmonkey.com and look for php under ‘programming’.
Start there with the basics… then you can go deeper.
References :
This search code may be of some use to you. It is a full PHP search script that searches through multiple MySQL table and displays results by relevance. DEMO available Visit…..
http://www.mysqlphpcode.com
References :