Tutorials: php
All tutorials available at CodeGrrl.com are linkware. This means that we would really appreciate a link back to http://codegrrl.com/ if you've found these tutorials useful, giving CodeGrrl.com credit for them. :)
If you have any problems with the tutorials, please head on over to the Tutorial Forums - help can be found there.
Latest
-
1
Randomize… Pretty much anything!
So… you want a random background image? Or a random stylesheet, even? Try this out - it’s quick, easy - and will use PHP and CSS.
April 11, 2006 |
By Valerie |
Comments Off |
Filed under PHP, Tutorials
-
2
Skinning: Customising your skins page
If you have skinned your site and offer visitors several different themes to pick from, this tutorial will show you how to customise your skins.php page so that it changes the information about the current layout according to what skin your visitor is using.
Although this means we have to use cookies and a little PHP, you don’t need to know much about them to implement this . . . although it should go without saying that you should have already implemented my skinning tutorial successfully for this to work!
May 20, 2005 |
By Vixx |
Comments Off |
Filed under PHP, Tutorials
-
3
You’ve probably seen pages that use cool URLs that look like ‘index.php?something’, but how do you create them?
July 2, 2004 |
By Cine |
Comments Off |
Filed under PHP, Tutorials
-
4
If you’ve been reading my Build A Blog tutorial then you’ve heard me talking about timestamps. What you may be asking yourself now is, what is a timestamp, and what’s so great about it?
June 12, 2004 |
By Michelle |
Comments Off |
Filed under PHP, Tutorials
-
5
This tutorial will teach you the usefulness of PHP includes, in this example with header and footer files.
June 1, 2004 |
By Cine |
Comments Off |
Filed under PHP, Tutorials