View Single Post
Old 12-04-2007, 15:56   #1 (permalink)
fresco
Registered User
 
Join Date: Apr 2007
Posts: 6
Basic PHP: what does this "->" mean?

is this just another way to define variables?

Quote:
$field = 'productcode'; $page->formDetail->SetSQLParam ( $field, $page->formSearch->searchresult [$field] );

Thanks!
  Reply With Quote