sequential restore utility - big dump

sequential restore utility - big dump

by Bob Calder -
Number of replies: 1
http://www.ozerov.de/bigdump.php

haven't used it
just ran into it at hotscripts

I'm looking for a tutorial on creating a drop down that presents the results of a query. Anybody give me a pointer??

thanks,
Bob
Average of ratings: -
In reply to Bob Calder

Re: sequential restore utility - big dump

by Hans de Zwart -

Nobody seems to have answered your question. I am not a PHP or HTML wizard. But basically you create a form and a dropdown in HTML

<form name="form1" method="post" action="">
<select name="select">

<option>result</option>

Then close the dropdown and the form

</select>
</form>

Hope this helps you on your way and is what you wanted to know