I have a search page which retrieves data from sql. This is written to the page as follows:
for ($i=0; $i<= $num-1; $i++) {
$row = mysql_fetch_object($r);
print "<h3>$row->name</h3>".
"<p>$row->town<br>"...
I wonder if anyone can help?
I am trying to open a popup window and pass an image to it dynamically, setting it as the background to the page (to avoid the border)
I need to reuse the window for each subsequent picture, and pass the focus back to the popup so it will be visible when a new image...
How do I go to a new page when the form is submitted. I have seen the hidden action 'redirect' but it does not seem to work for me. Does it need CGI on the server or something??
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.