[PHP] Odd URL problem

2002-08-29 Thread Steve Lane
Hello all: I'm seeing an odd problem after I moved a large PHP application from one server to another. Part of the system sends an email to users, containing a clickable http:// link. The link includes a parameter called goto, which bundles up a set of name-value pairs, which indicate the

RE: [PHP] Odd URL problem

2002-08-29 Thread Jay Blanchard
[snip] So it seems that the browser in the failing case is trying to deal with the URL in its encoded form. Anyone have any ideas about what I'm missing? [/snip] A quick thought, run ?php php_info(); ? and see what register_globals is set to in the php.ini HTH! Jay -- PHP General Mailing