Forum Moderators: coopster
Ok here is my problem.
The site I am working on is <snipped>
When I paste the css code in the "code submit" fields and submit it works fine. The problem that I am having is when I goto search and click submit. The css actually changes my page.
What I want it to do is when I paste the css code and click submit. I want it to carry over and paste the code in the search box, instead of actaully change the page. :)
Here is the code on my search.php page
--------------------------------------
while($row = mysql_fetch_array($doSearch))
{
echo("name: $row[name]<br>
band: $row[band]<br>
genre: $row[genre]<br>
code: $row[code]<br><br/>
<textarea name='code' class='form_field' id='code'>$row[css]</textarea>");
}
?>
---------------------------------------
Any help would be greatly appreciated. :)
Once again I look forward to meeting everyone.
Cody Turk
[edited by: coopster at 11:20 pm (utc) on Mar. 20, 2006]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]