Hi,
I am trying to set the selected option in a dynamically generated drop box using a variable passed from another page. Here's my code:
$query_venue = "select venue_name from venues";
$query_result = mysql_db_query($db,$query_venue);
for ($i=1; $i<=mysql_num_rows($query_result)...
Something has gone bung with a Frontpage intranet site I look after. The pages display okay, and the code is obviously on the server - i.e it's not displaying from cache - but when I try to edit the site there is nothing between the <body> tags.
All the information in the <head> section is kept...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.