Posted by Mark Parnell on 09/15/05 07:24
In our last episode, Rhonda <nomailplease@yahoo.com> pronounced to
alt.html:
> <input type="text" name="order_num" src="counter.txt"" /></td></tr>
Since the src attribute doesn't exist for <input> elements, it's not
surprising the above doesn't work.
Since you're using PHP already:
<input type="text" name="order_num" value="<?php include("counter.txt");
?>">
--
Mark Parnell
http://clarkecomputers.com.au
alt.html FAQ :: http://html-faq.com/
Navigation:
[Reply to this message]
|