Search Results
- ";
while($data_fetch=mysql_fetch_array($query_for_result))
{
echo "
- "; echo substr($data_fetch[$db_tb_atr_name], 0,160); echo "
"; } echo "
What exactly does not work? Also, in future please use php tags (as shown in the message above the text box that is used to create a thread or reply to one).
Hi jSherz
Thanks for replying. What I’m getting is “The connection was reset” When I try searching.
Is that the full error?
Yep. That’s the browser’s error. Apache did not log this as an error. not sure where to start
And this only happens after submitting the form? The only think I can think of is some kind of connectivity problem between you and the host - is it run locally? Would any kind of software you have installed block the connection?