[thelist] Okay now stuck on to step #2

Terion Miller webdev.terion at gmail.com
Wed Nov 26 11:56:33 CST 2008


I get this error:
*Parse error*: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in
*C:\Inetpub\wwwroot\NewBeginnings\jobsOutput.php* on line *22
*
and this is the code that starts on that line (which I figured was not coded
correctly):

echo "<table width=728 border=1><tr><td><b>$title<br> <a
href="$href">$blurb</a></b></td><td><b>$title<br> <a
href="$href">$blurb</a></b></td><td><b>$title<br> <a
href="$href">$blurb</a></b></td></tr></table>";


On Wed, Nov 26, 2008 at 11:46 AM, Matt McKeon <matt at camadro.com> wrote:

> Terion Miller wrote:
> > Here is my code so far (which doesn't work) so point and laugh then
> please
> > help steer me (if you know of good tutorials or scripts that do this it
> > would be kindly appreciated) I'm not getting much help from googling.
> > I adapted (incorrectly it would seem) this from the tutorial here:
> > http://www.sitepoint.com/article/publishing-mysql-data-web/2/
> > The sad code:
> >
> It really helps to get some basic debugging in place to find errors. At
> the top of your scripts try putting this to show some debug output, but
> be sure to remove for production code:
> ini_set('error_reporting', E_ALL);
> ini_set('display_errors', true);
>
> This will clearly output any syntax errors in your code so you can focus
> on the logic.
>
> HTH
> -Matt
>
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list