That is not possible because the id's are hard-coded in thousands of html-pages. Not a very good idea, i know. It wasn't mine... I *have* to use search/replace. (A script processes each file in the directory)


Brad Pauly wrote:


What about just using the variable to build the name?

$file_name = 'order_'.$_GET['order_id'].'.html';


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to