myfirst php program (expert help needed to debug)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

myfirst php program (expert help needed to debug)

Post by rami »

"post edited by the poster as didnt felt i will get the answer"
rami
thanks
Last edited by rami on Sat Sep 17, 2005 11:51 pm, edited 1 time in total.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

On a related but slightly off-topic comment.
:: hops on his soap box::

Go to http://www.easyphp.org and install that. That installs Apache, PHP, MySQL, and PHPMyAdmin all in one go. :-D To top it off once it is installed and running you can get to PHPMyAdmin by simply right clicking on the E in your task bar and then going to configuration, phpmyadmin. Pretty simple. Do that then install your code to your root directory, set up your tables and test it there. if you leave the install directory as is on installation your root folder should be located at c:/program files/easyphp/www or something really close to that. One last thing, there are a billion free internet servers that support PHP. :-D Though I really recommend paying for one, much better support and things like that.

:: hops off his soap box::
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

rami, you really need to start posting code correctly. Read the first link in my signature.
Post Reply