View Single Post
Old 08-13-2007, 12:22 PM   #8 (permalink)
Capo64
Contributing Member
 
Join Date: 06-11-07
Posts: 175
iTrader: 0 / 0%
Latest Blog:
None

Capo64 is liked by somebodyCapo64 is liked by somebodyCapo64 is liked by somebody
Since .php pages interpret HTML code the same way .html pages do, all you have to do is change the extension of .html to .php

Then in your form all you have to do is put this code:
Code:
<input type="hidden" name="referrer" value="<?php echo $_SERVER['HTTP_REFERER']; ?>" />
and you're all set!
Capo64 is offline   Reply With Quote