View Single Post
Old 08-29-2006, 08:20 AM   #14 (permalink)
Mrblogs
Inactive
 
Mrblogs's Avatar
 
Join Date: 03-29-06
Posts: 546
iTrader: 0 / 0%
Mrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really nice
Send a message via MSN to Mrblogs Send a message via Yahoo to Mrblogs
Failing that...

create a database table.. with 2 fields, an ID and a Data field.

on the page that you want to store the info on..

INSERT the data into that database table, and obtain the ID back.

Then just appnd the ID to the url (ie ?thisID=4)

then re-read the data back from the database on the next page, delete the entry and re-store the session?
Mrblogs is offline   Reply With Quote