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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Did the 'Hello World!' script, now what?

Status
Not open for further replies.

Apollo6

Technical User
Jan 27, 2000
418
US
I am just starting with PHP. I normally program VB/VBA and some PL/SQL. I will eventually be using PHP in a Linux/Apache environment and at some point using a PostgresSQL database.

I have a testing box already setup. Where is a good place to start. I have limited experience with HTML but understand it for the most part, just tags. But need some direction on good resources for beginners with PHP.

Thanks for any suggestions.
 
Get familiar with the PHP online manual: . Pay particular attention to the basic language reference ( the simple tutorial ( , the section on sessions ( predefined variables ( and the section on PHP's PostgreSQL family of functions (
I'd get PostgreSQL set up as quickly as possible and start learning how to access it. Then I'd take more complicated parts of my earlier projects and rewrite them on PHP and PostgreSQL.


Zend (the publishers of PHP) provide some tutorials:
There's PHPBuilder (
And justPhukit (
And if you perform a Google search of "php tutorials", there's lots more. Want the best answers? Ask the best questions: TANSTAAFL!
 
arperry,

I found a link to that book in the FAQ section and bought it, I think it's a great book too. It goes from basics to the very complex. I have recommended this already to a friend of mine learning PHP and I would recommend it to any one else.
relax.gif

 
Thanks for the help. This is a lot to reseach but have plenty to check out. Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top