Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

quick question about variables 1

Status
Not open for further replies.

PaulFynch

IS-IT--Management
May 23, 2002
105
CA
sometimes in used scripts i see the @ before a variable name...eg


if (@$auth != "yes")


what does the @ do?
thx
paul
 
thanx sleipnir;
another quick question as i am still very new to php, and the documentation is somewhat kryptic to us newbies....

what does the arrow do in between tpl and assign?

$guestbook_view_tpl->assign("name", "$show_message[name]");
$guestbook_view_tpl->assign("email", "$show_message");
[/color]
i imagine it is some kind of array deal but i dont get it...
thankx again
paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top