![]() |
|
|||||||
|
|
Thread Tools | Search this Thread | Rate Thread |
|
#31
|
||||
|
||||
Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING'Quote:
You're Welcome. Mark BTW, welcome to GIDForums™. You were clear about your problem and used code tags. Makes it easy to help. __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
||||
|
#32
|
|||
|
|||
Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' inyeah im used to forums.
|
|
#33
|
|||
|
|||
Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' inhi,
i'm new to this forum. i'm trying to install a script which gives me same error expecting Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in line 585 $output = '<?php $license="' . $_REQUEST['licensekey'] . '"; <THIS IS LINE 585> $db_host = "' . $_REQUEST['dbhost'] . '"; $db_username = "' . $_REQUEST['dbusername'] . '"; $db_password = "' . $_REQUEST['dbpassword'] . '"; $db_name = "' . $_REQUEST['dbname'] . '"; $cc_encryption_hash = "' . $str . '"; |
|
#34
|
||||
|
||||
Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' inKnow that the error could also exist BEFORE the point where the parser thinks it happened.
Look at the line before 585. The 'output' assignment appears to be incomplete. From the way it looks, that line should actually appear like this: PHP Code:
__________________
Use the force...read the source!! WYCIWYG -- what you code is what you get! |
Recent GIDBlog
Accepted for Ph.D. program by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The