GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #31  
Old 04-Jul-2006, 14:43
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Nescopeck, PA
Posts: 1,109
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough

Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING'


Quote:
Originally Posted by killaz
damn i missed that too lol. Thanks man it works like a charm. i missed it because im not good at php, but thanks again.

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  
Old 04-Jul-2006, 22:41
killaz killaz is offline
Awaiting Email Confirmation
 
Join Date: Jul 2006
Posts: 4
killaz is on a distinguished road

Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in


yeah im used to forums.
  #33  
Old 01-Sep-2009, 00:46
urstrulydj urstrulydj is offline
New Member
 
Join Date: Sep 2009
Posts: 1
urstrulydj is on a distinguished road

Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in


hi,
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  
Old 02-Sep-2009, 20:42
TurboPT's Avatar
TurboPT TurboPT is offline
Senior Member
 
Join Date: Feb 2006
Location: Atlanta, GA
Posts: 1,140
TurboPT is a jewel in the roughTurboPT is a jewel in the roughTurboPT is a jewel in the rough

Re: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in


Know 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:

$output = '<?php'; 


__________________
Use the force...read the source!!
WYCIWYG -- what you code is what you get!
 
 

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 06:16.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.