PHP programs??

Questions about programming languages and debugging
Post Reply
User avatar
Broken Angel
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 432
Joined: 05 Jul 2010, 04:58
13
Contact:

PHP programs??

Post by Broken Angel »

I have started working on PHP and m on the very beginners side of learning it. What I want to know is if there is any place or book that I can get for PHP projects for practice and stuff? I want a beginners stuff atm and nothing too fancy plus the solution of it nearby me shall be very much welcome :twisted:
:P


Soon if things work out I shall be learning Python too :D :D Love being with codes already :D and PHO really rocks big time ;)


lol this was the first code that I wrote :P nothing very much but yeah :mrgreen:

http://code.suck-o.com/42378

Would really appreciate if anyone can tell me on how to get this simple code more productive and yes any pointers on it are most welcome pls guys :D

*thumb*
God Blessed Me With Forgiveness And I Forgive You With My Revenge...!



-Broken Angel

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Re: PHP programs??

Post by CommonStray »

http://php.net" onclick="window.open(this.href);return false; is the official documentation and a very good place to start learning the structure of the language and the many different things you can do. Always read user comments for functions as people contribute useful snippets and workaround for doing specific things.

Check out Nettuts.com in their PHP section for tutorials too. You can even just grab a PHP & MySQL book at a store or online marketplace like Amazon or Barnes and Noble, they generally show you how to use PHP to interact with a database and write a simple CMS or other useful practice script.

Post Reply