View Single Post
  #1  
Old 06-09-2003, 05:48 AM
 
chycor chycor is offline
 

Advanced Member
  
Join Date: Feb 2003
Location: Cornwall, UK
Posts: 53
 

Default Purpose of @ in php

Hi All,

I have been scouring the web for reasons why some functions in x-cart are called within PHP by a preceeding @. i.e.

Code:
# # Include webmaster mode # if (!@include_once("../include/webmaster.php")) @include_once("./include/webmaster.php");

Does anyone know the reason for this and its significance within PHP.

Phil.
Reply With Quote