Forum: JavaScript / DHTML / AJAX Jul 30th, 2009 |
| Replies: 4 Views: 412 hello,
Thanks for your explanation..but my previous code does works exactly as I mean,
the problem is it just takes the last record in the table- terms.
can anyone explain why it is so?
many... |
Forum: JavaScript / DHTML / AJAX Jul 28th, 2009 |
| Replies: 4 Views: 412 Thank you..:)
What I intend to do is to show related terms when a keyword is inserted to a textbox.
here is my code
<?php
$q = $_GET['q'] ;
$myquery = "select * from terms where term like... |
Forum: JavaScript / DHTML / AJAX Jul 28th, 2009 |
| Replies: 4 Views: 412 Hello,
I have copied this code but I do not really understand what this code is about. . :?: When I put this into my code to expand certain terms, it shows result but it just shows the last record... |