Nullachtfuffzehn Posted March 24, 2007 Share Posted March 24, 2007 I've altered a file to add some new fields and now at the bottom the complete PHP code shows up. What did I wrong? Any suggestions? Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 24, 2007 Share Posted March 24, 2007 You most likely are missing the php delimiters so the code is being seen as html and just getting printed out. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted March 24, 2007 Author Share Posted March 24, 2007 Can't find any missing delimiters. Usually my editor shows them up. Anyways, it's weird that the page is showing up correctly, only the php code shows up at the bottom. Link to comment Share on other sites More sharing options...
shooter-boy Posted March 24, 2007 Share Posted March 24, 2007 Your editor can't show it up if it is not there. Trace through and see if you can find a ?> that isn't highlighted, then you will be missing one above it. Alternatively, you are missing a close quote in an echo command although that usually results in a parse error. Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.