I just answered my own question. Nothing like writing down your problem to get to thinking about it!
Here's the solution:
You need to pass the $gig_venue parameter as part of the url, i.e.
<a href="edit_gig.php?gig_id=<? echo $row->gig_id; ?>&gig_venue=<? echo $row->gig_venue...
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)...
Try using + instead of :
I find it easier to declare the fields first, ie
to:="[Respondent]" ;
cc:="";
bcc:="";
subject:="New Request - " + subject;
remark:="";
bodyfields:="You have received a new request from " +name + "."...
Hi,
here's one I spent all last week on! I also have a field called 'hols' which does an @DbLoookup on a list of public holidays and deducts them as well.
Good luck,
DanT
holidays:= @Text(hols);
@Prompt([OK];"Hols"; @Implode(holidays;", "));
REM "Gets all the days...
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.