Page 1 of 1

Assign variables in array problem

Posted: Wed Aug 07, 2002 9:59 am
by famouskey
Got a question here for PHP 4.2+:

How do I do the equivalent of the statement below in version 4.2+:

echo "$Timetable[0]";
echo "$Timetable[1]";
etc...

Would it be something like $_GET['Timetable[0]'] ?

Posted: Wed Aug 07, 2002 11:11 am
by PaTTeR
Would it be something like

Code: Select all

$GETїThimetable]ї1];