Sunday, January 30th, 2005 Posted in PHP, Web Design | No Comments »
Alright! For the long-awaited Skinning Tutorial!^^ Credits to my guardian angel, Maddy for the script. *hugs* I edited it to be more compatible with the latest versions of PHP. ... Read more..Sunday, January 16th, 2005 Posted in PHP, Web Design | No Comments »
This PHP CHMODing tutorial was contributed by Azekeal. Note that mode is not automatically assumed to be an octal value, so strings (such as "g+w") will not work properly. To ensure ... Read more..Saturday, January 15th, 2005 Posted in MySQL, Web Design | No Comments »
MySQL Tutorial contributed by Azekeal. MySQL? Right then, firstly, SQL stands for structured query language Anyway, here's a quick php class for mysql connections: <?php // helper mysql function class DB { // fill in these values ... Read more..