slaterino Posted January 16, 2010 Share Posted January 16, 2010 Hi, I have a small search button on a website which does a really basic search on the MySQL database. However, the form tags keep disappearing. This seems really strange. The search button should look like this: <form name="form" action="catalogue.php" method="get"> <input type="text" name="qsearch" size="15"/> <br /> <input type="submit" name="Submit" value="Search" width="6" size="6" height="6"/> </form> However, sometimes when the page loads the <form> tags are not generated, and so it ends up looking like this: <input type="text" name="qsearch" size="15"/> <br /> <input type="submit" name="Submit" value="Search" width="6" size="6" height="6"/> I have never known something like this to happen before so don't even know where to start in finding the problem. Has anyone had any experience of this before or know how to fix this problem??? Thanks Russ Link to comment https://forums.phpfreaks.com/topic/188684-tags-keep-disappearing/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.