This is a forum you noob not a chat room, it will take time for people to reply not just 15 mins, just because you can not longer edit does not mean you can post just to bump your topic.

This is a forum you noob not a chat room, it will take time for people to reply not just 15 mins, just because you can not longer edit does not mean you can post just to bump your topic.
Right anyway i figured it out my parenthasys are wrong, is that how you spell it?
How could this hapen to meeeeeeeeeeeeeee?lol.
Lol nice 1 danBoth yours and his are correctly formatted, here's how I do mine:
Again, both yours and his queries are correctPHP Code:$sql = mysql_query("SELECT `blah` FROM `noodles` WHERE `waffles` = 'bagels' AND `bagels` = 'nice' ORDER BY `sugar` DESC");
The problem is this:
You aren't setting $start properly, you have this:
Yet you never specify what to do when it's setPHP Code:if(!isset($start))
{
$start=0;
}
try this:
That should do ya for.PHP Code:if(!isset($_GET["start"]) || !is_numerical($_GET["start"]))
{
$start = "0";
}
else
{
$start = $_GET["start"];
}
![]()
Wierd: I can't post that that post is pointless because my post will be pointlessly insuling a pointless post. ;/ ..erm.. Don't re-post, now because I said it you will, and I bet you will..
How could this hapen to meeeeeeeeeeeeeee?lol.
Want to hide these adverts? Register an account for free!