| View previous topic :: View next topic |
killfr0g
Joined: 13 Nov 2007 Posts: 4 Location: Malta
|
Posted: Wed Nov 14, 2007 3:18 pm Post subject: PHP Documentation |
|
|
|
Hey All,
Remember that the best place to check for PHP documentation and help is the PHP website itself at http://www.php.net
If you need help on a PHP function just browse to that address + the function name e.g. http://www.php.net/echo
make sure you read the user comments for the function as typical problems + solutions are found there.
Happy PHPing! |
|
| Back to top |
|
|
hex4
Joined: 13 Nov 2007 Posts: 21 Location: Qormi, Malta
|
Posted: Thu Nov 15, 2007 12:30 am Post subject: |
|
|
|
as mentioned above, that's one of the best sites you'll ever get to help you.
you can also use: http://phpit.net/
Here also you can find some detailed scripts which come handy when building a website: http://devzone.zend.com/tag/PHP101 |
|
| Back to top |
|
|
Neostus
Joined: 13 Nov 2007 Posts: 1
|
Posted: Thu Nov 15, 2007 4:32 pm Post subject: |
|
|
|
| they contain any beginner's php tutorial as well? |
|
| Back to top |
|
|
hex4
Joined: 13 Nov 2007 Posts: 21 Location: Qormi, Malta
|
Posted: Thu Nov 15, 2007 11:15 pm Post subject: |
|
|
|
| Neostus wrote: | | they contain any beginner's php tutorial as well? |
for a beginners tutorial I would suggest w3schools.com
To get in detail, then visit php.net |
|
| Back to top |
|
|
yancho Site Admin
Joined: 13 Nov 2007 Posts: 58 Location: Iklin
|
Posted: Thu Nov 15, 2007 11:33 pm Post subject: |
|
|
|
| Neostus wrote: | | they contain any beginner's php tutorial as well? |
The way i started learning php was started doing some scripts on my own and then start advancing from then .. start with some form handling .. then db talking .. some file talking .. then some cookies / sessions and then ull start getting more than just the gist of it
always remember that when testing :
echo and print / print_r will be your friends to check for variables / arrays handling
and .. error_reporting (E_ALL) to show u all your errors : http://www.php.net/error_reporting _________________
 |
|
| Back to top |
|
|
varactor
Joined: 22 Dec 2008 Posts: 10 Location: Malta
|
Posted: Tue Dec 23, 2008 9:42 am Post subject: |
|
|
|
This is the Link which got me started in my php Carrier, made me able to get jobs, and earn money, it all started from the following link..
http://www.developer.com/lang/php/article.php/3288671
Good Luck, ask if you need any assistance or help. |
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
Powered by phpBB © 2001, 2002 phpBB Group |
|
|