caster001 Posted November 24, 2006 Share Posted November 24, 2006 Hi,So before I was getting errors with my pages coming up with errors when using session_start,well my host fixed it...apparently there was alpha characters appearing before the opening php statement...but I when I look at the code in..well anything, there wasn't anything before the php statement...So, alpha characters, does anyone know what they are...and how do I stop this in the future?Thanks.P.S does anyone know of a command in php to get the FULL link a page would be currently on, not justthe file name? Link to comment https://forums.phpfreaks.com/topic/28305-alpha-characters-url/ Share on other sites More sharing options...
JasonLewis Posted November 24, 2006 Share Posted November 24, 2006 the answer to your second question: $_SERVER['REQUEST_URI'];first question. i think they are saying you had a character of some sort before your <?php part. i think. Link to comment https://forums.phpfreaks.com/topic/28305-alpha-characters-url/#findComment-129480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.