PHP
Explore the Request a Tutorial
PHP
CMS for photos used in flash
I want to create a CMS that I can use to view thumbnails and full size images that dynamically that I can put into a folder on my server and then view them in a flash based website? Read MorePHP
E-mail users selected documents
What I've got to do is allow users to check which documents they'd like to have sent to them.
I need a cron script on how to do this in:
Studio 8 w/ PHP 5
mySQL 4.1
My backend schema is as follows with the table name and the proposed columns:
Parent table (PTUnique ID, e-mail address)
Join Table (PK of JTUnique ID, FK of PTUniqueID, FK of DTUniqueID)
Document Table (PK of DTUniqueID, document contents)
I'm going to keep working at this, but any ideas and suggestions are welcome. When I get it done, I'll re-post here.
Thanks in advance
Read MorePHP
How do I pass information between Forms into Variables?
I'm looking to understand the best way to pass user information from a form into a variable on another page so that it will be used to affect the output of my Recordset and dynamic form.
Read MorePHP