<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021977" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021977</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135506</link>
    <description> &lt;p&gt;turns out mark was right. as soon as i manually took out the spaces xemacs kept putting in as i typed the function.....&lt;br /&gt;
&lt;a href=&quot;http://24.91.157.113/findyourdesire/phpTest/faq.php&quot; class=&quot;bb-url&quot;&gt;http://24.91.157.113/findyourdesire/phpTest/faq.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;normally those things are rather helpful.&lt;/p&gt;
&lt;p&gt;and that was actually form one of the two include files.. namely the one with all the functions used by more than one page.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 22:56:09 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135506 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135504</link>
    <description> &lt;p&gt;From what I can see, line 103 looks fine.  My initial thought is a missing single quote in the lines above.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by m3rajk &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;i would expect one of the earlier ends to give an error if the end was the issue &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Nope.  Not always.  In this case, I don&#039;t think the interpreter has checked the syntax of the file below line 103, where it has encountered an error.&lt;/p&gt;
&lt;p&gt;Just to stress the situation of your heredoc syntax, let me echo a quote from the php manual:&lt;br /&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Quote: It is very important to note that the line with the closing identifier &lt;strong&gt;contains no other characters&lt;/strong&gt;, except possibly a semicolon (&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;. That means especially that the identifier &lt;strong&gt;may not be indented&lt;/strong&gt;, and there may not be any spaces or tabs after or before the semicolon. It&#039;s also important to realize that the first character before the closing identifier must be a newline as defined by your operating system. This is \r on Macintosh for example. &lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;If this rule is broken and the closing identifier is not &quot;clean&quot; then it&#039;s not considered to be a closing identifier and PHP will continue looking for one. If in this case a proper closing identifier is not found then a parse error will result with the line number being at the end of the script.&lt;/p&gt;
&lt;p&gt;Also note that PHP is, for the most part, case-insensitive.  Functions are not case-sensitive, variable names are not case-sensitive, *but* the heredoc delimiter *is* case-sensitive.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 22:29:01 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1135504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135492</link>
    <description> &lt;p&gt;I don&#039;t suppose you&#039;ve copied this code from somewhere? Like from a browser window? If so, you might want to select one of the &quot;spaces&quot; and do a search and replace on it with a real space. PHP code in a browser uses &amp;amp;nbsp; for spaces, which will be unreadable to PHP if left in.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 20:07:47 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135492 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135491</link>
    <description> &lt;p&gt;line 103:   if(isset($_COOKIE[&#039;login&#039;])){ $login=$_COOKIE[&#039;login&#039;]; } # you&#039;ve got a cookie&lt;/p&gt;
&lt;p&gt;this also happens to be the third function to get parsed....i would expect one of the earlier ends to give an error if the end was the issue&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 20:03:04 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135490</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo&amp;lt;&amp;lt;&amp;lt;END&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- nav bar--&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table frame=\&quot;void\&quot; bgcolor=\&quot;#000000\&quot; border=\&quot;0\&quot; cellpadding=\&quot;0\&quot; cellspacing=\&quot;0\&quot; text=\&quot;#c8c8c8\&quot; width=\&quot;750\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link1&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;faq.php?seek=all\&quot; target=\&quot;_top\&quot;&amp;gt;F.A.Q. &amp;amp; T.O.S.&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;new.php?gen=all\&quot; target=\&quot;_top\&quot;&amp;gt;New Users&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;top.php?gen=all\&quot; target=\&quot;_top\&quot;&amp;gt;Top Users&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link2&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;a href=\&quot;forums.php\&quot; target=\&quot;_top\&quot;&amp;gt;Forums&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;form name=\&quot;qsearch\&quot; action=\&quot;profile.php\&quot; target=\&quot;_top\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=\&quot;text\&quot; maxlength=\&quot;15\&quot; size=\&quot;15\&quot; name=\&quot;un\&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;input type=\&quot;submit\&quot; value=\&quot;Find User!\&quot;&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- /nav bar --&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;END;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You have the above now? &lt;/p&gt;
&lt;p&gt;line 103 is the cookie itself? Can you show the code for it? (looks like whitespace to me, but if you are sure that END; is right at the beginning of the line, that E is the first character of the line, then it *should* work.)&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 19:59:49 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135490 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135486</link>
    <description> &lt;p&gt;Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/joshua/includes/fyd.unifunc.php on line 103&lt;/p&gt;
&lt;p&gt;which is the cookie... and it&#039;s not white space... it&#039;s the pretty printing that xemacs added... besides, when i took that out it still gave the error&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 19:37:31 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135486 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135485</link>
    <description> &lt;p&gt;You cannot have white space around the END; -- it has to be at the very beginning of the line and on a line all by itself.&lt;/p&gt;
&lt;p&gt;ECHO should be echo &amp;lt;-- lowercase.&lt;/p&gt;
&lt;p&gt;What is the error? Please post it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 19:33:43 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135485 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135483</link>
    <description> &lt;p&gt;i think it&#039;s case sensitive that whatever you type after &amp;lt;&amp;lt;&amp;lt; must match the second occurance exactly&lt;/p&gt;
&lt;p&gt;ok. it&#039;s got to be the calll to the cookie, because i changed it to this and it&#039;s still giving me the same error and the line changed to where the call to the cookie ie. i don&#039;t understand why though.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;nav&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(){ &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;# inserts navigation bar&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_COOKIE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;login&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])){ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$login&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_COOKIE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;login&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]; } &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;# you&#039;ve got a cookie&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else{ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$login&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;FALSE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;} &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;# you haven&#039;t been here&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$login&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;){ &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;# you&#039;re logged in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;a href=\&quot;logout.php\&quot; target=\&quot;_top\&quot;&amp;gt;Log Out!&amp;lt;/a&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;a href=\&quot;control.php\&quot; target=\&quot;_top\&quot;&amp;gt;Control Panel&amp;lt;/a&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp; }else{ &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;# you&#039;re not logged in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;a href=\&quot;login.php\&quot; target=\&quot;_top\&quot;&amp;gt;Log In!&amp;lt;/a&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&amp;lt;a href=\&quot;signup.php\&quot; target=\&quot;_top\&quot;&amp;gt;Sign Up!&amp;lt;/a&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp; ECHO &amp;lt;&amp;lt;&amp;lt;END&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- nav bar--&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table frame=\&quot;void\&quot; bgcolor=\&quot;#000000\&quot; border=\&quot;0\&quot; cellpadding=\&quot;0\&quot; cellspacing=\&quot;0\&quot;&lt;br /&gt; text=\&quot;#c8c8c8\&quot; width=\&quot;750\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link1&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;faq.php?seek=all\&quot; target=\&quot;_top\&quot;&amp;gt;F.A.Q. &amp;amp; T.O.S.&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;new.php?gen=all\&quot; target=\&quot;_top\&quot;&amp;gt;New Users&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;a href=\&quot;top.php?gen=all\&quot; target=\&quot;_top\&quot;&amp;gt;Top Users&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$link2&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;a href=\&quot;forums.php\&quot; target=\&quot;_top\&quot;&amp;gt;Forums&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;form name=\&quot;qsearch\&quot; action=\&quot;profile.php\&quot; target=\&quot;_top\&quot;&amp;gt;&lt;br /&gt;&amp;lt;input type=\&quot;text\&quot; maxlength=\&quot;15\&quot; size=\&quot;15\&quot; name=\&quot;un\&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td valign=\&quot;top\&quot;&amp;gt;&amp;lt;input type=\&quot;submit\&quot; value=\&quot;Find User!\&quot;&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- /nav bar --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; END;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 18:41:24 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1135483 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135475</link>
    <description> &lt;p&gt;One thing I noticed is that (for me) using:&lt;/p&gt;
&lt;p&gt;echo&amp;lt;&amp;lt;http://ca3.php.net/echo for more detail.&lt;/p&gt;
&lt;p&gt;In the first one, you need to lose the surrounding &amp;lt;? ?&amp;gt;, they will just cause errors as the php is all contained within the code with its own set of &amp;lt;? ?&amp;gt; where needed.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 15:11:52 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1135475 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/includes-problem#comment-1135471</link>
    <description> &lt;p&gt;Just a quick glance... your heredoc syntax looks invalid.  The string &#039;END&#039; in your source should start at the begining of the line to end the echo statement.&lt;/p&gt;
&lt;p&gt;I don&#039;t have time to examine the code right now.  I need to be up in 6.5 hours, and I haven&#039;t slept yet.  I&#039;ll look it over tomorrow if I remember.&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2003 08:26:16 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1135471 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
