Where is "data_set_example.php"?

On the "Invoking screen-scraper from PHP" webpage, there is the following entry:

"getVariable( $var_name ). Gets the value of a session variable that was set during the course of the scraping session. If the object identified by $var_name is a data record an associative array will be returned. If the object identified by $var_name is a data set a two-dimensional ordinal array of associative arrays will be returned (see the "data_set_example.php" file for an illustration of this). Note that currently only Strings, DataRecords, and DataSets can be accessed by this method."

Where do I find the data_set_example.php file?

Best regards,
Peter

Where is "data_set_example.php"?

Sorry for the confusion, Peter. That was actually out-dated. It's been revised to instead refer to our fourth tutorial ([url]http://www.screen-scraper.com/support/tutorials/tutorial4/tutorial_overview.php[/url]), which provides an illustration of that.

Kind regards,

Todd Wilson