hi,
I write a small php that display a results from SQL (mySQL). It works well for itsself. I input the SQL query in a form text input, when I press submit button, the website display the results.
Now I wish to use a link from another HTML page and call the pp by,
<a href="..../query.php?SQL=\"select * from tablename\"">
When I click the link, it shows the php form but does not do the SQL query.
Any idea why?
thank,
hillxy