Posted by Pedro Graca on 10/24/06 14:17
James54321 wrote:
> OOPS sorry thats the page that works (doesnt use functions) the one
> that doesnt work is the same directory BUT the page is ideas2.php
Add error_reporting(E_ALL) to your code.
<?php
### add error_reporting here
error_reporting(E_ALL);
### the rest (all of it) of your script
//include('../config.php');
include('../head.php');
--
I (almost) never check the dodgeit address.
If you *really* need to mail me, use the address in the Reply-To
header with a message in *plain* *text* *without* *attachments*.
Navigation:
[Reply to this message]
|