Cache PHP Objects/Classes?
Does anyone have ideas about caching PHP objects using something like: http://memcached.org/
Time-based image rotation script
I'm trying to write a PHP script that rotates an image based on what time of day it is. I want the
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
PHP and MySQL Question/Help
I have a MySQL db with all my servers and all their details like server name, IP, OS, RAM etc etc 26
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Where is my php.ini???
Hi
First off - apologies - i'm not a coder so this may sound very amateur.
I'm having
Specific name typed, specific image shown on html page
Hello,
Fairly new to PHP and was curious if someone might know how to solve a fairly simple r
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However