Anyone got any idea what I need to put to sort my query results into pages? As it is showing to many on one page and it takes very long to load.
All responses are appreciated
I am reading a field from my database using the code
print "<td>".stripslashes ( $a_row['nickname']) ." </td>";
I want to make it so if it prints "DAVE" it is a hyperlink to profile.php?name=dave
is the hyperlink code something like below??
<a href="profile.php?name=<? echo $nickname ?>">
I...
yes all of the data works when been echoed. I had the script working, then I added several more fields to the database and it seems to have caused an error.
I have changed variable names and it has made no difference and all data types are correct.
I have tried using only 1 character to test...
I get this error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'long, talk, date, type, own, e, style, P) VALUES ( 'o','o','o'
The code extract is below
//insert into table
$query = "INSERT INTO data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.