
datlaravi
Deleted
Jun 21, 2000, 10:18 PM
Post #1 of 1
(173 views)
|
|
help in file name.cgi?location="city"
|
Can't Post
|
|
I have set of links which i was printing in a while loop. while (my ($confid,$conf) = $sybHandle->fetchrow ) { print <<"html"; <br> html print qq(<A href="modify1.cgi?location=$roomid">$conf</a> <br> ); print "\n"; } $sybHandle->finish(); It is printing a set of links. If i click on each link it should display the record for that location. Do i need to write code in modify1.cgi. The link shows "http://server.com/modify1.cgi?location="street" What should i do in modify1.cgi. Thanks
|