unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_


Posted on 16th Feb 2014 07:03 pm by admin

Can anyone view my code and tell me why im getting the error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/thesmi6/public_html/registration2.php on line 266

266 starts at the code:
Code: <?php
include("inc/dbconnect.php");
$cat_sql = "SELECT * FROM categories order by display_order";
while ($cat_row = mysql_fetch_array($cat_sql))
{
echo "267"; //$navigation_name = "$cat_row['navigation_name']";
$navigation_name2 = '$cat_row["navigation_name"]';
$type = '$cat_row["type"]';
if($type == "sub") {$navigation_name2 = "&nbsp;&nbsp;&nbsp;$navigation_name"; }
echo "<option value='".$navigation_name."'>".$navigation_name2."</option>" ;
}
?>

I tried to do these lines many ways but not sure if this can even be done at all...
I think it may have something to do with how its in a function but not positive of that either.
Code: $html_form = <<< END_HTML
<form method="POST" action="registration2.php" name="reg_form">
<input type="hidden" name="action" value="submit">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10">&nbsp;</td>
<td width="630" valign="top"><table width="642" height="596" border="0" cellpadding="0" cellspacing="0" background="images/registrationbox1.png" STYLE=" background-repeat:no-repeat; background-position:top;">
<tr>
<td width="21" height="40">&nbsp;</td>
<td colspan="3"><div align="center"><span class="style20">Register Now! </span></div></td>
<td width="30">&nbsp;</td>
</tr>
<tr>
<td rowspan="19">&nbsp;</td>
<td width="199" height="23" valign="middle"><div align="right" class="style11">* UserName : </div></td>
<td width="9" height="23" valign="middle">&nbsp;</td>
<td width="383" height="23" valign="middle"><input name="username" type="text" value="$username" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['username']}</span></td>
<td rowspan="19">&nbsp;</td>
</tr>
<tr>
<td height="23"><div align="right" class="style11">* Password : </div></td>
<td width="9" height="23">&nbsp;</td>
<td height="23" valign="middle"><input name="password" type="password" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['password']}</span></td>
</tr>
<tr>
<td height="23"><div align="right" class="style11">* Password Again: </div></td>
<td width="9" height="23">&nbsp;</td>
<td height="23" valign="middle"><input name="password2" type="password" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['password2']}</span></td>
</tr>
<tr>
<td height="23"><div align="right" class="style11">* Advertiser Name : </div></td>
<td width="9" height="23">&nbsp;</td>
<td height="23" valign="middle"><label>
<input name="ad_name" type="text" value="$ad_name" class="style2" size="35" />
</label>
<span style="color:{$ErrColor};"> {$formError['ad_name']}</span></td>
</tr>
<tr>
<td height="23"><div align="right" class="style11">* Contact Name : </div></td>
<td width="9" height="23">&nbsp;</td>
<td height="23" valign="middle">
<input name="cname" type="text" value="$cname" class="style2" size="35" />

<span style="color:{$ErrColor};"> {$formError['cname']}</span></td>
</tr>

<tr>
<td height="23"><div align="right" class="style11">* Phone :

</div> </td>
<td width="9" height="23">&nbsp;</td>
<td height="23" valign="middle"><input name="phone" type="text" value="$phone" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['phone']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">Email : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="email" type="text" value="$email" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['email']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* Billing Address : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="b_address" type="text" value="$b_address" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['b_address']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* City : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="city" type="text" value="$city" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['city']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* State : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="state" type="text" value="$state" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['state']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* Zip Code : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="zip" type="text" value="$zip" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['zip']}</span></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* # categories/coupons : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><p>
<label>
<input type="radio" name="num_cat" value="1" />
<span class="style11">1</span></label>
<label>
<input type="radio" name="num_cat" value="2" />
<span class="style11">2</span></label>
<label>
<input type="radio" name="num_cat" value="3" />
<span class="style11">3</span></label>
<span style="color:{$ErrColor};"> {$formError['num_cat']}</span>
</p></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">* category heading(s) : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><select name="select_cat" class="style14">
<option value="Select Categories">Select Categories</option>
<?php
include("inc/dbconnect.php");
$cat_sql = "SELECT * FROM categories order by display_order";
while ($cat_row = mysql_fetch_array($cat_sql))
{
echo "267"; //$navigation_name = "$cat_row['navigation_name']";
$navigation_name2 = '$cat_row["navigation_name"]';
$type = '$cat_row["type"]';
if($type == "sub") {$navigation_name2 = "&nbsp;&nbsp;&nbsp;$navigation_name"; }
echo "<option value='".$navigation_name."'>".$navigation_name2."</option>" ;
}
?>
</select></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="right" class="style11">web address : </div></td>
<td height="23" valign="middle">&nbsp;</td>
<td height="23" valign="middle"><input name="web_address" type="text" value="$web_address" class="style2" size="35" />
<span style="color:{$ErrColor};"> {$formError['web_address']}</span></td>
</tr>
<tr>
<td height="50" colspan="3" valign="top"><div align="center">
<label> <br />
<input type="submit" name="Submit" value="Submit" />
</label> <label>
<input type="reset" name="Submit2" value="Reset" />
</label>
</div></td>
</tr>
</table></td>
<td width="16">&nbsp;</td>
<td width="222" valign="top" background="images/infobox2.png" STYLE=" background-repeat:no-repeat; background-position:top;"><table width="100%" height="361" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="8" rowspan="9">&nbsp;</td>
<td width="87%" height="55">&nbsp;</td>
<td width="5" rowspan="9">&nbsp;</td>
</tr>
<tr>
<td height="34"><span class="style19">Phone: </span><span class="style2">(740) 555 - 6677</span><span class="style19"> Fax: </span><span class="style2">(740) 666 - 8899 </span></td>
</tr>
<tr>
<td height="32" valign="bottom"><span class="style19">Email:</span></td>
</tr>
<tr>
<td height="26" valign="middle"><span class="style2">info@buckeyediscount.com</span></td>
</tr>
<tr>
<td height="25">&nbsp;</td>
</tr>
<tr>
<td height="56" align="center" valign="middle"><img src="images/facebooklink.jpg" width="171" height="56" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td height="25">&nbsp;</td>
</tr>
<tr>
<td height="76" align="center" valign="middle"><img src="images/twitterlink.jpg" width="169" height="76" border="0" usemap="#Map2" /></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="3,3,167,49" href="http://www.facebook.com" />
</map>
<map name="Map2" id="Map2">
<area shape="rect" coords="2,4,159,66" href="http://www.twitter.com" />
</map>
</td>
<td width="10">&nbsp;</td>
</tr>
</table>
</form>
END_HTML;

No comments posted yet

Your Answer:

Login to answer
193 Like 27 Dislike
Previous forums Next forums
Other forums

Why does this file not return file names that start with numbers?
This file returns a list of filenames to help populate a drop down in my form. For some reason it ig

Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec

Help =( !! Upload Pics [PHP script]
Hello
I need help with a php script [MULTIPLE UPLOAD IMAGES] , where I want to add a feature (wat

RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai

phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:

Code: [Select]$mailer = new PHPMailer();
$mailer-&

Oracle Connectivity
Hi Every One,

Can we access SAP from oracle database.If it possible then please spec

how to remove in php string display
My code is

$message="We're looking at developing our website.";

$body= "

Inter Company -- Resources Related Billing (Services Industry)
Hello,

My company has a scenario where:
Company A bills Company C for INTER (cross

Good Programming and Web Design Books
Hi,

I recived a pm today from a fellow phpfreaker regarding php books, i replied with the fo

Setting a default timezone?
I have read about how to change the timezone in PHPMYADMIN, but it changes back, it doesn't STAY the

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash