PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Aug 28, 2004 7:12 pm
Code: Select all
$lords = array("1" => "rand()", "2" => "title", "3" => "date desc");
$lord = $lords[$lorder];$lorder isn't found within $lords, so $lord is blank.
thewormman
Forum Newbie
Posts: 11 Joined: Sat Aug 28, 2004 1:11 pm
Post
by thewormman » Sat Aug 28, 2004 7:32 pm
What is $lorder and where would I find It?
Last edited by
thewormman on Sat Aug 28, 2004 8:39 pm, edited 1 time in total.
thewormman
Forum Newbie
Posts: 11 Joined: Sat Aug 28, 2004 1:11 pm
Post
by thewormman » Sat Aug 28, 2004 8:20 pm
Sorry man
2:20 AM catch up with you tomorrow
Dave