Jump to content

<form> tags keep disappearing


slaterino

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.