intox Posted May 5, 2007 Share Posted May 5, 2007 whats $end mean im getting it when i try and run the php script Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/ Share on other sites More sharing options...
Destramic Posted May 5, 2007 Share Posted May 5, 2007 can you post your page please? Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246178 Share on other sites More sharing options...
intox Posted May 5, 2007 Author Share Posted May 5, 2007 i cant post my php script as it is private but i only need to know what unexpected $end actually means Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246181 Share on other sites More sharing options...
MadTechie Posted May 5, 2007 Share Posted May 5, 2007 Check you have all your closing } ie this will fail <?php function test() { for($n=1;$n<10;$n++) { } ?> Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246185 Share on other sites More sharing options...
intox Posted May 5, 2007 Author Share Posted May 5, 2007 ok ill check it for missing } Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246186 Share on other sites More sharing options...
rallokkcaz Posted May 5, 2007 Share Posted May 5, 2007 it means that your missing { } 's Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246189 Share on other sites More sharing options...
intox Posted May 5, 2007 Author Share Posted May 5, 2007 cheers it works now Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246199 Share on other sites More sharing options...
MadTechie Posted May 5, 2007 Share Posted May 5, 2007 can you please click solved Link to comment https://forums.phpfreaks.com/topic/50144-solved-end-whats-it-mean/#findComment-246201 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.