Jump to content

Any good PHP example references?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
NastyDevil

NastyDevil

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
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.

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
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

#3
NastyDevil

NastyDevil

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
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.

#5
demonbreath23

demonbreath23

    Newbie

  • Members
  • Pip
  • 3 posts
thanks nullworm. :)

#6
jimpossible2k

jimpossible2k

    Newbie

  • Members
  • Pip
  • 5 posts
Yeah just troll the official PHP docs at php.net and you should be fine.
Posted Image

#7
Neopatch

Neopatch

    Newbie

  • Members
  • Pip
  • 6 posts
You can use the official PHP docs indeed. Or use W3Schools.com very usefull stuff.