help needed in using forms with php

help needed in using forms with php

Hi, list

I have a page called main.html, which included 2 frames. the first is a php 
script (menu.php), the second is (intro.html).

the php scripts generates images coming from a script called search.php. 
which brings data from MySQL.

what i would like to have is to firstly be able to link (reference) a link 
from the results in menu.php. when this link is clicked an image to appear 
in intro.html.

the problems i am having is that i cant make the reference; i get errors; 
this is the part:
-----------
echo "<br><a href=/cctvimages/".$row["image_name"]." border=3  > <img 
src=/cctvimages/".$row["image_name"]." border=3 width=100> </a><br>";
---------

the second problem is that my search.php. action="main.html". so the results 
do not appear in menu.php.

please help me if you can.

Regards,

Mel


_________________________________________________________________
Stay in touch with MSN Messenger http://messenger.msn.co.uk

Received on Saturday, 15 March 2003 00:41:43 UTC