What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Code Help

Code Help
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Code Help
Hum, there are various ways to do this. PHP (using cookies to remember the users option) or using javascript. Advantages with PHP is that, the browser won't effect what it does, it will still work the same for everyone using every browser. Javascript, is much eaiser to do, people have example code everywhere, and a quick glanse can do it. Yet, it may not work depending on the users browsers options on displaying javascript.

Flaming Text shows a background changer when you generate a logo. But a PHP example would be, if you made a cookie keep a colour in it, then got the cookie via the varible '$cookie':

code:
<?PHP
echo "<body bgcolor=\"#$cookie\">";
?>

Of course you would need to geerate and fetch a cookie, and that is a bad way of doing it, a very dodgy way indeed, even the html there is not 100% correct. I am not good with cookies, sure I know how to use them, but sercuity is not my strong point + I may of let a flaw slip in. :P

I would go for javascript. Google is a great way to find some good stuff. :)
05-22-2006 06:47 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Code Help - by Nathan on 05-22-2006 at 06:24 PM
RE: Code Help - by Mike on 05-22-2006 at 06:28 PM
RE: Code Help - by Nathan on 05-22-2006 at 06:30 PM
RE: Code Help - by absorbation on 05-22-2006 at 06:47 PM
RE: Code Help - by Nathan on 05-22-2006 at 06:59 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