array

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

Post Reply
syed
Forum Newbie
Posts: 5
Joined: Wed Apr 16, 2008 9:31 am

array

Post by syed »

can any one tell me what can be wrong with this code
everything is fine i get values for
$arrnum[3];
for $j
but still this line does not work
$greatest = $arrnum[$j];
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: array

Post by onion2k »

How are you setting $j?
Post Reply