[thelist] Okay now stuck on to step #2

Matt McKeon matt at camadro.com
Wed Nov 26 11:46:24 CST 2008


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




More information about the thelist mailing list