View Single Post
  #1  
Old 6th July 2011, 23:15
it53lv's Avatar
it53lv it53lv is offline
Senior Member
 
Join Date: Feb 2011
Latvia
Posts: 134
Default hove to resolve pharse error ?
help me out with this
the error server gives is
Code:
syntax error, unexpected T_STRING, expecting T_FUNCTION
and the code that's not suppose to make this error but does is
Code:
session_start( );
if ( PHP_VERSION < 5.3 )
{
    @set_magic_quotes_runtime( 0 );
}
if ( function_exists( "set_time_limit" ) == 1 && ini_get( "safe_mode" ) == 0 )
{
    @set_time_limit( 0 );
}
so hove do i resolve this ? :secret:
Reply With Quote