[PHP-DB] Invoking database php file with hyperlink

2006-12-12 Thread Chris Carter
I need to fetch data from database with the help of a php file, not with the click on a button but click on the hyperlink. I know this is simple but i have not done it. Please advice or give me some link. http://www.nabble.com/Invoking-database-php-file-with-hyperlink-tf2806556.html#a7830342 Sent

Re: [PHP-DB] Invoking database php file with hyperlink

2006-12-12 Thread Niel Archer
Hi button/hyperlink, no difference. It's the page that is target that does the work Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Invoking database php file with hyperlink

2006-12-12 Thread Jeffrey
Chris Carter wrote: I need to fetch data from database with the help of a php file, not with the click on a button but click on the hyperlink. I know this is simple but i have not done it. Please advice or give me some link. Main php file is bars.php that fetches data from MySql DB As anothe