Search found 7 matches

by romulus15
Sat Oct 09, 2004 5:49 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

Thank you, that's why I wanted to know.

It's strange how FireFox handled it and removed the carriage returns automatically.
by romulus15
Sat Oct 09, 2004 5:19 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

Thank you, thank you. It works perfectly now. Forgive the brain fart, totally forgot that it was an array. Maybe it's time to start using hungarian notation in my PHP :D

Just for my knowledge, do you know why the line feed was introduced?
by romulus15
Sat Oct 09, 2004 4:08 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

Sorry about not posting correctly, my fault. As far as just using trim, it doesn't help the situation at all, i.e. it does nothing for me. Trim would just strip the whitespace from the beginning and end of the string, of which there is none. I figured if I passed in the carriage return and line feed...
by romulus15
Sat Oct 09, 2004 7:31 am
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

feyd | Please use and tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] Thanks for the help so far, but now you've got me stumped as to where the linebreak is comming from. Here's the code that generates t...
by romulus15
Fri Oct 08, 2004 8:27 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

Well the exact code is listed in my first post. So what in my code would cause it to do what it does?

How can it possibly work flawlessly in FireFox and be fubar in IE?
by romulus15
Fri Oct 08, 2004 4:27 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

This is not a line spanning row, and there is no whitespace in the variable.

The actual variable is 1,2,3

It works fine in FireFox, with no spaces, etc between the number.

Just as a clairifaction, if I don't append the commas in the foreach loop, it still breaks the line after 1 and 2.
by romulus15
Fri Oct 08, 2004 12:43 pm
Forum: PHP - Code
Topic: [SOLVED] PHP/Javascript/IE Cookie Problem
Replies: 14
Views: 1257

[SOLVED] PHP/Javascript/IE Cookie Problem

feyd | Please use and tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] Ok...this might get a bit complicated, but I'll do my best to keep it simple. We're creating a dynamic news web site. I am using PHP ...