| | |
Parse error: parse error, unexpected T_STRING on line 12
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Feb 2007
Posts: 6
Reputation:
Solved Threads: 0
Hello, I keep getting no matter what I do the same error from file index.php
Parse error: parse error, unexpected T_STRING in /home/httpd/vhosts/carpediemmexico.com/httpdocs/index.php on line 12
This is my error file, I am sure your eyes will find the solution. Thanks... You are the best
Parse error: parse error, unexpected T_STRING in /home/httpd/vhosts/carpediemmexico.com/httpdocs/index.php on line 12
This is my error file, I am sure your eyes will find the solution. Thanks... You are the best
php Syntax (Toggle Plain Text)
<?PHPinclude('carpediemlib.php');If(!Isset($_GET['Xlenguaje'])){$Xlenguaje="en";}Else{$Xlenguaje=$_GET['Xlenguaje'];}?> <html> <head> <meta name="verify-v1" content="cDSGGB1ThRv+I2K3Q/417+mq7u2TBgqjx3uEQOKYIvk=" /> <title>Carpediem Vacationing - Cozumel Information & Reservation O-u-t-l-e-t.</title> <meta http-equiv="Content-Type" content="text/html;"><!-- Fireworks MX Dreamweaver MX target. Created Thu Jun 02 11:09:33 GMT-0500 (Hora de verano de México) 2005--> <?PHPecho MisScripts($Xlenguaje)$;?> <link href="textos" rel="stylesheet" type="text/css"> </head> <body bgcolor="#fcf6de" leftmargin="0" topmargin="0"><div align="center"> <?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img name="carpediem_r3_c1" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td> <td valign="top"> <?PHP echo MiBarraLateral('promo.swf'); ?> </td> </tr> <tr> <td> </td> <td valign="top"> </td> </tr> </table> <p> </p></div> </body></html>
Last edited by stymiee; Mar 6th, 2007 at 2:46 pm.
•
•
Join Date: Feb 2007
Posts: 6
Reputation:
Solved Threads: 0
Thanks Andy-Pandy
You made me change my mind completely.... This code was built by a coder at XalapaVeracruzMexico. I paid him what I did not have to build a dream that have been crossing my head for a long time. I want to build an INTERACTIVE USER EVALUATED directory site for travelers coming to CozumelMexico. I wanted and still want to make this dream happen but no longer using PHP... My change of choice goes now into Joomla.... I am not a programmer myself and Joomla give the independency I need.
Now I should bring this site back to its feet’s for his new transition.
I made some changes using your advices... now the site bugs me on line 1.... I hope this will be the last question to you; and if I ever get to make some money out of this traveler’s site, I want you to know it will be a placer for me to invite you over this CaribbeanIsland to share my joy.
This is how the code looks now:
<?PHPinclude('carpediemlib.php');If(!Isset($_GET['Xlenguaje'])){$Xlenguaje="en";}Else{$Xlenguaje=$_GET['Xlenguaje'];}?>
<html>
<head>
<meta name="verify-v1" content="cDSGGB1ThRv+I2K3Q/417+mq7u2TBgqjx3uEQOKYIvk="/>
<title>Carpediem Vacationing - Cozumel Information & Reservation O-u-t-l-e-t.</title>
<meta http-equiv="Content-Type" content="text/html;"><!-- Fireworks MX Dreamweaver MX target. Created Thu Jun 02 11:09:33 GMT-0500 (Hora de verano de México) 2005-->
<?PHPechoMisScripts('Xlenguaje');?>
<link href="textos" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fcf6de" leftmargin="0" topmargin="0">
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="carpediem_r3_c1_2" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr>
<td> </td>
<td valign="top"> </td>
</tr>
</table>
<p> </p>
</div>
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img name="carpediem_r3_c1" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr> <td> </td>
<td valign="top">
</td>
</tr>
</table>
<p> </p></div>
</body>
</html>
<?PHPinclude('carpediemlib.php');If(!Isset($_GET['Xlenguaje'])){$Xlenguaje="en";}Else{$Xlenguaje=$_GET['Xlenguaje'];}?>
<html>
<head>
<meta name="verify-v1" content="cDSGGB1ThRv+I2K3Q/417+mq7u2TBgqjx3uEQOKYIvk="/>
<title>Carpediem Vacationing - Cozumel Information & Reservation O-u-t-l-e-t.</title>
<meta http-equiv="Content-Type" content="text/html;"><!-- Fireworks MX Dreamweaver MX target. Created Thu Jun 02 11:09:33 GMT-0500 (Hora de verano de México) 2005-->
<?PHPechoMisScripts('Xlenguaje');?>
<link href="textos" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fcf6de" leftmargin="0" topmargin="0">
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="carpediem_r3_c1_2" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr>
<td> </td>
<td valign="top"> </td>
</tr>
</table>
<p> </p>
</div>
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img name="carpediem_r3_c1" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr> <td> </td>
<td valign="top">
</td>
</tr>
</table>
<p> </p></div>
</body>
</html>
You made me change my mind completely.... This code was built by a coder at XalapaVeracruzMexico. I paid him what I did not have to build a dream that have been crossing my head for a long time. I want to build an INTERACTIVE USER EVALUATED directory site for travelers coming to CozumelMexico. I wanted and still want to make this dream happen but no longer using PHP... My change of choice goes now into Joomla.... I am not a programmer myself and Joomla give the independency I need.
Now I should bring this site back to its feet’s for his new transition.
I made some changes using your advices... now the site bugs me on line 1.... I hope this will be the last question to you; and if I ever get to make some money out of this traveler’s site, I want you to know it will be a placer for me to invite you over this CaribbeanIsland to share my joy.
This is how the code looks now:
<?PHPinclude('carpediemlib.php');If(!Isset($_GET['Xlenguaje'])){$Xlenguaje="en";}Else{$Xlenguaje=$_GET['Xlenguaje'];}?>
<html>
<head>
<meta name="verify-v1" content="cDSGGB1ThRv+I2K3Q/417+mq7u2TBgqjx3uEQOKYIvk="/>
<title>Carpediem Vacationing - Cozumel Information & Reservation O-u-t-l-e-t.</title>
<meta http-equiv="Content-Type" content="text/html;"><!-- Fireworks MX Dreamweaver MX target. Created Thu Jun 02 11:09:33 GMT-0500 (Hora de verano de México) 2005-->
<?PHPechoMisScripts('Xlenguaje');?>
<link href="textos" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fcf6de" leftmargin="0" topmargin="0">
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="carpediem_r3_c1_2" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr>
<td> </td>
<td valign="top"> </td>
</tr>
</table>
<p> </p>
</div>
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img name="carpediem_r3_c1" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr> <td> </td>
<td valign="top">
</td>
</tr>
</table>
<p> </p></div>
</body>
</html>
<?PHPinclude('carpediemlib.php');If(!Isset($_GET['Xlenguaje'])){$Xlenguaje="en";}Else{$Xlenguaje=$_GET['Xlenguaje'];}?>
<html>
<head>
<meta name="verify-v1" content="cDSGGB1ThRv+I2K3Q/417+mq7u2TBgqjx3uEQOKYIvk="/>
<title>Carpediem Vacationing - Cozumel Information & Reservation O-u-t-l-e-t.</title>
<meta http-equiv="Content-Type" content="text/html;"><!-- Fireworks MX Dreamweaver MX target. Created Thu Jun 02 11:09:33 GMT-0500 (Hora de verano de México) 2005-->
<?PHPechoMisScripts('Xlenguaje');?>
<link href="textos" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fcf6de" leftmargin="0" topmargin="0">
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="carpediem_r3_c1_2" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr>
<td> </td>
<td valign="top"> </td>
</tr>
</table>
<p> </p>
</div>
<div align="center">
<?PHPechoMiEncabezado("images/banner3.swf",$Xlenguaje);?>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr> <td><img name="carpediem_r3_c1" src="images/carpediem_r3_c1.jpg" width="610" height="339" border="0" alt=""></td>
<td valign="top">
<?PHPechoMiBarraLateral("promo.swf");?>
</td>
</tr>
<tr> <td> </td>
<td valign="top">
</td>
</tr>
</table>
<p> </p></div>
</body>
</html>
![]() |
Similar Threads
- parse error, unexpected T_STRING in (PHP)
- PHP Parse error: parse error, unexpected T_STRING in F:\downloads\cats-0.6.1\index.ph (PHP)
- Please Help! parse error, unexpected T_STRING (PHP)
- Parse error: parse error, unexpected T_STRING (PHP)
- PHP Parse error: parse error, unexpected T_STRING (PHP)
- Parse error: parse error, unexpected T_STRING in /home/thei2k9/public_html/includes/f (PHP)
- Need Help With Parse Error... (PHP)
Other Threads in the PHP Forum
- Previous Thread: NEW PDF File creation issue using PHP
- Next Thread: Manage Styles...
| Thread Tools | Search this Thread |
5.2.10 action apache api array beginner beneath binary broken cakephp checkbox class classes cms code cron curl database date destroy display dynamic echo echo$_get[x]changingitintovariable... email encode error fcc file files folder form forms function functions google header howtowriteathesis href htaccess html image images include insert ip javascript joomla limit link local login mail memberships menu mlm mod_rewrite multiple multipletables mysql mysqlquery neutrality oop open passwords paypal pdf php provider query radio random record remote rss script search server sessions sockets source space sql strip_tags syntax system table template thesishelp tutorial update upload url validator variable video voteup web window.onbeforeunload=closeme; youtube





