btw, this is what I use for the second problem of mine posted above:
if (!$HTTP_POST_VARS[redirect])
$this_redirect = $HTTP_REFERER;
else
$this_redirect = $HTTP_POST_VARS[redirect];
$goback=$this_redirect;
Search found 2 matches
- Thu Feb 12, 2004 7:15 am
- Forum: PHP - Code
- Topic: ü, ö, ä and other ... issue
- Replies: 1
- Views: 273
- Thu Feb 12, 2004 7:08 am
- Forum: PHP - Code
- Topic: ü, ö, ä and other ... issue
- Replies: 1
- Views: 273
ü, ö, ä and other ... issue
Hi to all...I'm pretty new to php web programming...I have 2 problems if anyone can help me...btw, tx in advance! 1) I have a script that runs automaticaly in the admin area of a site when edditing a product...this script must get some infos from DB and generate a HTML file with the name of the prod...