I have a few preg_replace functions that are working fine on my local test server but not at all on my production server (everything just passes through unchanged.
I'm trying to develop a little photo sidebar for a newspaper Web site, and when you mouseover the thumbnail I want the article information to be displayed. I'm fine with the way it displays now...
Well, the plugin is built for newspapers, so I'm not too worried about there not being enough visitors — our site gets about 3,000 unique visits a day, which should be more than enough to ensure the...
I think I'll probably make it so whenever someone visits the front page it will run the script in the background. Seems easier than setting up something that won't be universal across all...
I'm writing a script to handle a huge number of mailings, and there will be a MySQL database with a queue of addresses to e-mail. I'd like a script to check the database every few minutes and see if...
I have an array that lists all the files in a directory, but I want to echo only the first element. I haven't used arrays much, and I figured it would just be echo $files[1], but it doesn't seem to...
I want to use use opendir to recursively list all the files in a directory (http://files.mainecampus.com/pdf.php), and I'm trying to sort the array, but I'm having a couple problems.