I really wish that someone had showed me something like this page when I was starting to learn PHP. I could have saved myself from writing a lot of really bad code. It's also got a really nice explanation of what changes are required of your code when register_globals is turned off. I'm slowly working […]
02 Aug, 2002
Posted by: Jennifer In: Scripts
(This script was originally written for Promoguy) The idea here is that you "pre-date" an entry. In Promo's case, he wanted to be able to write up his Monday Mission the day before, but not have it show up on his blog until it was actually Monday. Here's what you do: Update 8/3/2002: (I've updated […]
01 Aug, 2002
Posted by: Christine In: MT hacks
For MT users, you can download a Related Entries Plugin which will allow you display related entries on your individual archive page.
01 Aug, 2002
Posted by: Christine In: Scripts
Thanks to Jason, you can use PHP to parse XML/RDF feeds and display the headlines and descriptions on your site. Visit his site to download the files & see it in action!
01 Aug, 2002
Posted by: Jennifer In: Projects
Ok, I'm just about to go insane here. I'm working on a little mySQL project, and I can't even get as far as having the "application" (such as it is at all of just a few lines at the moment) to select the database. I've connected to the database fine, but when it comes time […]