Dear friends,
I have created a html page with dynamic select boxes and included the below line in the form <form action="sqlpage.php"target="_blank" method="post">. The mentioned sqlpage.php contains some php code which connects to MySQL DB and search for queries and displays the results on a webpage.
But when i run the html page and enter search terms in the query box and click search it directs to this sqlpage and i don't see any results but the php code is displayed as it it on the page. This is bcoz i guess that html page is not interpreting this action sqlpage.php.
I would be thankful if someone help me in this matter.
Thanks in advance.
Kind Regards
Aravind