Bjblatz Posted February 7, 2009 Share Posted February 7, 2009 Hi, I've been able to pull the text from another php page within the same directory, however the digit 1 always appears underneath the included text. I checked the code around it and the other document. I just can't get rid of this 1. Any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/144160-newbie-include_url/ Share on other sites More sharing options...
gevans Posted February 7, 2009 Share Posted February 7, 2009 any code? Link to comment https://forums.phpfreaks.com/topic/144160-newbie-include_url/#findComment-756500 Share on other sites More sharing options...
CG_dude Posted February 7, 2009 Share Posted February 7, 2009 Where is the code, and what php version and type of server and make sure your not using Microsoftword Link to comment https://forums.phpfreaks.com/topic/144160-newbie-include_url/#findComment-756519 Share on other sites More sharing options...
PFMaBiSmAd Posted February 7, 2009 Share Posted February 7, 2009 If you read the definition and examples for include in the manual, you will see that it literally inserts the included code where the include statement is located at. It returns a TRUE or FALSE value depending on if the include() statement worked or failed and if you are echoing the returned value, you will display the value corresponding to TRUE (1) or FALSE (0s). Link to comment https://forums.phpfreaks.com/topic/144160-newbie-include_url/#findComment-756675 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.