* and then Abdul-Wahid Paterson declared....
> No easy way of doing it, regex somthing like:
> 
> $id = preg_replace("/.*<input.*name=\"id\" value=\"[0-9]+\" \/>/", $1, $string);
> 
> where $string is a line from your input'd HTML page

OK, thanks abdul, much appreciated..


-- 
Nick W

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

Reply via email to