Hi, I am using a recordset navigator suite by tom muck. This helps display records in rows and column and multiple pages. Is it possible to display buttons which when clicked open an image file from the database. (mysql) BRgds, kNish
echo <<<html <form action="images/{$_GET['id']}.gif"> <input type=submit value=WatchImage> html; Code (markup):
If you want have valid HTML so you must code with quotation marks of course. <input type="submit" name="some_name" value="some_value"> HTML: