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 = " $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"> </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"> </td>
<td colspan="3"><div align="center"><span class="style20">Register Now! </span></div></td>
<td width="30"> </td>
</tr>
<tr>
<td rowspan="19"> </td>
<td width="199" height="23" valign="middle"><div align="right" class="style11">* UserName : </div></td>
<td width="9" height="23" valign="middle"> </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"> </td>
</tr>
<tr>
<td height="23"><div align="right" class="style11">* Password : </div></td>
<td width="9" height="23"> </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"> </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"> </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"> </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"> </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"> </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"> </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"> </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"> </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"> </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"> </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"> </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 = " $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"> </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"> </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"> </td>
<td width="87%" height="55"> </td>
<td width="5" rowspan="9"> </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"> </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"> </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> </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"> </td>
</tr>
</table>
</form>
END_HTML;
str_replace help
Hey there,I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean up bad html to valid xhtml, I am using:Code: $pee = str_replace('&', '&amp;', $pee);It
Why is this query failing?
Why is this not working?$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID AND `pin` = " . $PIN;$result = mysql_query($query) or die("Web site query
PHP4 to PHP5 Conversion
Hi Everyone,I am working on a site that is built up on PHP4 and each page is being started from <? instead of <?php as of PHP5.I want to convert this <? to <?php on every
sendmail code suddenly not working
Hi Guys, I maintain 3 sites (including my own) I use the following code from a french webmaster that gave me permission to use it. He designed & coded one of them. Now the code seems to have
Query failed issue with php script but works fine in mssql manager!
hi i have the script below which copies data from one table to another but will only insert new data update current data or delete old data from tempproducts to products then it will delete the
PHP & MS Access - Line Break
Hey Guys!I'm pulling records from an MS Access database and listing them using PHP and I'm running into an error that I can't seem to figure out.Please see the code below:Code: if
upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading files to my server. I want to be able to use it for a friend to upload files to my server (I know to
file_put_contents and createimagefromjpeg
All,I do somethings and then I have the following code:file_put_contents('./test/'.$filename,$attachment_raw); //Give full path to $filenameI then do:$im = imagecreatefromjpeg($path_to_image_directory
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files. Not sure if it has to do with the size or what. Even when I comment all of the if and else
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now I am trying to decode it on the change password screen and having issues. Yes I am very new to this.