Hi, I have read through the W3 Schools PHP tutorial but they have a quite limited number of actual examples. Can anyone post a link to some nice examples for PHP such as complex login/logout forms, MySQL related pages, advanced cookie pages and others. I'm mainly looking to practice on understanding and tweaking some examples and maybe work on some projects to better master the language if you have anything like that. Feel free to post anything at all related to PHP if you think it can help me.
Any good PHP example references?
Started by NastyDevil, Jun 10 2010 03:53 PM
6 replies to this topic
#1
Posted 10 June 2010 - 03:53 PM
|
|
|
#2
Posted 10 June 2010 - 04:41 PM
Why not read through some of our nice tutorials with very good explained code examples?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#3
Posted 10 June 2010 - 04:45 PM
Lol for some reason I completely forgot about that section even tho i posted a JS tutorial not too long ago... I guess sitting in front of the computer all day and writing code is making me retarded... Thanks for pointing it out man, will give it a look right away.
#4
Posted 10 June 2010 - 08:40 PM
Browse PHP's functions (specifically something you're learning, Just type php.net/function such as php.net/explode .
On the function pages there are links to similar functions, and atleast 20-30 user contributed articles/or useful code snippets for each of them. These are useful as a lot of them are concepts on how to overcome some of the limitations that PHP has.
Note that PHP has a thorough manual with many examples already:
[link: http://www.php.net/manual/en/index.php ]
Which should contain well-written code, rather than some people's who do not heed correctiveness a lot of the time.
On the function pages there are links to similar functions, and atleast 20-30 user contributed articles/or useful code snippets for each of them. These are useful as a lot of them are concepts on how to overcome some of the limitations that PHP has.
Note that PHP has a thorough manual with many examples already:
[link: http://www.php.net/manual/en/index.php ]
Which should contain well-written code, rather than some people's who do not heed correctiveness a lot of the time.
#5
Posted 10 June 2010 - 10:30 PM
thanks nullworm. :)
#6
Posted 18 June 2010 - 05:32 AM
#7
Posted 25 June 2010 - 04:46 AM
You can use the official PHP docs indeed. Or use W3Schools.com very usefull stuff.


Sign In
Create Account


Back to top










