You can use a url as Aardpsymon suggested.
Using ASP you can retrieve those variables using
Instead of using the querystring you can use a form. To get the form values useCode:variable = request.querystring("variable")
For more info try this link..Code:variable = request.form("variable")
http://www.w3schools.com/asp/asp_ref_request.asp
As for saving images into a db - this link might help (even if you don't use ASP.NET it should still give you some good pointers.
http://www.stardeveloper.com/article...1033101&page=1
Good Luck!




Reply With Quote