scottybwoy Posted November 2, 2006 Share Posted November 2, 2006 Hi I have an echo <<<EOF blah over some lines, and it isn't closing on EOF; and then I tried to use making a var $var = "content over some lines" but errors occur as no ; on the end of each one. Does anyone know why this could be. By the way I'm using IIS5 php 5.1.4, Thanks Quote Link to comment https://forums.phpfreaks.com/topic/25926--/ Share on other sites More sharing options...
trq Posted November 2, 2006 Share Posted November 2, 2006 Is your EOF; completely to the left of the script? eg;[code=php:0]<<<EOF here is some textEOF;[/code]not...[code=php:0]<<<EOF here is some text EOF;[/code]As for your other question, you need to post the code. Quote Link to comment https://forums.phpfreaks.com/topic/25926--/#findComment-118397 Share on other sites More sharing options...
scottybwoy Posted November 2, 2006 Author Share Posted November 2, 2006 Thanks Thorpe, Yeah that was my problem I had sorted it out php manual echo, while were on the subject though is there a way to get it to recognise styles if the sheet is called on the header prior to the echo html syntax? Quote Link to comment https://forums.phpfreaks.com/topic/25926--/#findComment-118411 Share on other sites More sharing options...
HuggieBear Posted November 2, 2006 Share Posted November 2, 2006 It should just read them anyway. As if the page were one large continuous stream of text without the PHP interruptions.RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/25926--/#findComment-118413 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.