3 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for masterjiraya

the code in php: name it as postback.php [CODE=PHP] <?php $q=$_GET['q']; $query_type=$_GET['query_type']; $words=explode(' ',$q); $con = mysql_connect('localhost', 'root', '')or die('Could not connect: ' . mysql_error()); mysql_select_db("clc_books", $con)or die('cannot connect'); $q = preg_replace('/\s\s+/', ' ', $q); // remove extra space echo "<table border='1'>"; echo" <tr> <th>book id</th> <th>book number</th> <th>book name</th> …

0
91
Member Avatar for cavpollo

Hi there, I'm using asp.net with the ScriptManager control from AJAX and some Javascript code., and came across this weird problem. The thing is that I have a page in which i placed the script manager and refreshed according to the interval of a timer. Some images are placed inside …

0
87
Member Avatar for Chris_TDR

We recently had a big code update which is causing error pages to appear when browsing our website, until such point that this is all fixed, it would be helpful if our users could post back the URL of the error page they appear at so we can fix that …

0
73

The End.