upload 2 template...
- ButtheadMoto
-
ButtheadMoto
- Member since: Apr. 10, 2001
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
how could i have people upload their files and file info into a template??? i can use all the help i can get. i have php and mySQL.
thanks in advance
- liljim
-
liljim
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (11,644)
- Block
-
- Forum Stats
- Staff
- Level 28
- Blank Slate
At 7/28/01 09:40 PM, ButtheadMoto wrote: how could i have people upload their files and file info into a template??? i can use all the help i can get. i have php and mySQL.
You'd have a file(s) that would handle the uploads, and one or more to display the details. The upload file(s) would take the contents of a form, process the contents, and insert the details into a MySQL table(s). The page(s) to display the details would select the details from the table(s) they were inserted into.
See the Insert / Update / Delete / Select functions at MySQL.com and the mysql_query function at PHP.net for further reference.
- MAXIMINA
-
MAXIMINA
- Member since: Aug. 5, 2001
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
At 7/28/01 09:40 PM, ButtheadMoto wrote: how could i have people upload their files and file info into a template??? i can use all the help i can get. i have php and mySQL.
thanks in advance

