Text input box.
Posted: Thu Oct 05, 2006 4:55 pm
I need to know how to make a text input box in php, since I'm making a upload script, its all done I just need that last part.
I want it to be kinda like imageshack.us so it shows you your url in a text box. This is what I want in the box.
I want it to be kinda like imageshack.us so it shows you your url in a text box. This is what I want in the box.
Code: Select all
print "http:/domain.com/upload/";
if (isset($content))
echo $content;{