* 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 pageOK, thanks abdul, much appreciated.. -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

