Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How much do I need (newbie) 1

Status
Not open for further replies.

missplume

Technical User
Sep 4, 2001
29
US
I am just getting my feet wet here. My sites are hosted on outside (commercial) servers that have PHP & SQL. Do I need to install all the server stuff (appache....)on my own computer in order to get started with PHP/SQL?
Apologies if I sound crassly ignorant
Thanks!!
 
It is not required that you install PHP on your computer. You can use something like medit to edit files directly on your remote server ( ) - - but this is not ideal.

A good developer application will come with a PHP debugger to run on your computer ( ) Search this forum for threads about the best IDE for PHP. The suggestions can point you to a developer application with a PHP debugger component.

It is a good idea to install apache/mysql/php locally simply so that you can use your own computer as a test/development server. It is not hard to do with packages like that at
- - picklefish - -

Why is everyone in this forum responding to me as picklefish?
 
Sounds Good, Thanks Jimoblack...picklefish
 
if u have Apache and php installed locally then u can just use a text editor such as WordPad on Windows for php and then they can be debugged through the web browser by making the file extension .phps, this would mean that no additional software would be needed.

To err is human, to completely mess up takes a computer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top