Crisis_X
09-25-2008, 03:11 AM
Im trying to figure out how to place a php include link within a html form, so that once your hit submit, it just loads the results in a include.
this is the code...
<form action="main.php?section=results" id="cse-search-box">
<div>
<div align="right">
<input type="hidden" name="cx" value="partner-pub-0730517514905995:z1dlz0-b5x4" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
This is the site, and the result page.
http://www.hbculive.net/main.php
http://www.hbculive.net/results.php
once you hit the search button, it just takes me to a blank page. Can anyone help?
this is the code...
<form action="main.php?section=results" id="cse-search-box">
<div>
<div align="right">
<input type="hidden" name="cx" value="partner-pub-0730517514905995:z1dlz0-b5x4" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
This is the site, and the result page.
http://www.hbculive.net/main.php
http://www.hbculive.net/results.php
once you hit the search button, it just takes me to a blank page. Can anyone help?