What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [FIXED]PHP script issue

[FIXED]PHP script issue
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: PHP script issue
Just make sure you set your cookies before you output anything. So no echo lines before your setcookie() lines. Alternatively, you could use output buffering.

Also, this code won't work as expected...

$_COOKIE['lagoweb[username]']

PHP will create an array based on that cookie name, so you should use...

$_COOKIE['lagoweb']['username']
06-26-2007 08:20 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[FIXED]PHP script issue - by YottabyteWizard on 06-26-2007 at 07:11 AM
RE: PHP script issue - by NanaFreak on 06-26-2007 at 07:15 AM
RE: PHP script issue - by YottabyteWizard on 06-26-2007 at 08:05 AM
RE: PHP script issue - by WDZ on 06-26-2007 at 08:20 AM
RE: PHP script issue - by markee on 06-26-2007 at 01:28 PM
RE: PHP script issue - by YottabyteWizard on 06-26-2007 at 03:07 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On