FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » PHP discussions » Undefined Index Troubles... [Help Please]
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Undefined Index Troubles... [Help Please] [message #27004 is a reply to message #26995] Wed, 24 August 2005 13:31 Go to previous messageGo to previous message
Linguistic is currently offline  Linguistic   Australia
Messages: 3
Registered: August 2005
Location: Australia
Karma:
Junior Member
Yeah, now I am using
//Switch Statement
if(array_key_exists('action', $_GET)){
switch ( $_GET['action'] ){
case 'sendEmail':
sendEmail();
break;
default:
showForm();
}
}else{
showForm();
}
But now it seems I have a problem with it sending the form... The code shown when I press submit is:
Warning:  Cannot modify header information - headers already sent by (output started at C:\Inetpub\habboresort\contact.php:16) in C:\Inetpub\habboresort\contact.php on line 124
I am stumped yet again.


Null
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: strange behaviour - fwrite
Next Topic: invalid argument
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 21 23:28:36 GMT 2024

Total time taken to generate the page: 0.06670 seconds