Assign variables in array problem
Posted: Wed Aug 07, 2002 9:59 am
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]'] ?
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]'] ?