Jump to content

Simple Data Transfer


scottf

Recommended Posts

So the user enters a number. the number is stored as the javascript value "fname". When the user goes to a new page, i want that number to still display, but it does not. how can i push that number to the next messages? I looked at the php get method, but i don't see how i could automatically set the entry. So i just need to get this number to the next page. I don't really want to use cookies, i want to use the URL.

Link to comment
Share on other sites

Cookies or php session or mysql table. Since this is posted in the html section, cookies might be easiest for you.

Link to comment
Share on other sites

To use the URL, you would need to dynamically change all the hyperlinks on the page to include the number (and if the user manually enters in a URL that won't work anyway).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...