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]'] ?
Assign variables in array problem
Moderator: General Moderators
Would it be something like
Code: Select all
$GETїThimetable]ї1];