On Jul 31, 2011, at 6:23 PM, Tamara Temple wrote:
>
> On Jul 31, 2011, at 1:40 PM, Jason Pruim wrote:
>
>> So I'm attempting to redirect back to the main site of a page after a
>> successful insert into a database... Here's my code:
>> >
>> if (!$resp->is_valid) {
>> // What happens whe
On Jul 31, 2011, at 1:40 PM, Jason Pruim wrote:
So I'm attempting to redirect back to the main site of a page after
a successful insert into a database... Here's my code:
is_valid) {
// What happens when the CAPTCHA was entered incorrectly
die ("The reCAPTCHA wasn't entered correctly. G
Jason Pruim
li...@pruimphotography.com
On Jul 31, 2011, at 2:50 PM, Dajka Tamas wrote:
> Try lowercase 'http'. Anything in error log? Try turning on display_errors.
Tried both, upper and lower case http nothing changed... And nothing in the
error log... I try a simple echo with a link and th
Try lowercase 'http'. Anything in error log? Try turning on display_errors.
Cheers,
Tamas
-Original Message-
From: Jason Pruim [mailto:li...@pruimphotography.com]
Sent: Sunday, July 31, 2011 8:40 PM
To:
Subject: [PHP] Problem with header("Location:" )...
So I'm attempting to r
--- CBharadwaj <[EMAIL PROTECTED]> wrote:
> In conection.php I have written.
> SESSION_ START();
>
> on successful login I am registering a session variable.
> SESSION_REGISTER("userId");
Do this instead:
session_start();
$_SESSION['userid'] = 'myuser';
> Header("Location: home.ph
On Thursday 12 August 2004 07:48 pm, CBharadwaj wrote:
> Hello,
>
> In conection.php I have written.
> SESSION_ START();
^
Get rid of extra space and it should work
Hth,
Andre
> on successful login I am registering a session variable.
> SESSION_REGISTER("userId");
> the following error occuring in above line.
> Warning: Cannot modify header information - headers already sent by
> (output started at E:\PHPMySql scripts\bugtrack\connection.php:3)
> in E:\PHPMySql scripts\bugtrack\index.php on line 117
Have you got any space before you output anything to the
7 matches
Mail list logo