Ninjakreborn Posted April 17, 2006 Share Posted April 17, 2006 I am studying a book over at[a href=\"http://www.hudzilla.org/phpbook/read.php/2_6_3\" target=\"_blank\"]http://www.hudzilla.org/phpbook/read.php/2_6_3[/a]On this specific page of the studying material I ran across a php command called heredoc. Allowing you to put whatever words you want to, I test it out using all forms of words, and it still worked, also his exampled worked as well, I tried searching the heredoc statement on php.net and it didn't come up, I also searched delimiter and couldn't find anything.I was hoping someone could point me in the right direction to find that heredocI like cross referencing everything I go through with the manual. thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted April 17, 2006 Share Posted April 17, 2006 Thee is a mention of it under [a href=\"http://au3.php.net/echo\" target=\"_blank\"]echo[/a]. Think thats about it. Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted April 17, 2006 Share Posted April 17, 2006 [!--quoteo(post=365551:date=Apr 17 2006, 04:26 PM:name=businessman332211)--][div class=\'quotetop\']QUOTE(businessman332211 @ Apr 17 2006, 04:26 PM) [snapback]365551[/snapback][/div][div class=\'quotemain\'][!--quotec--]I am studying a book over at[a href=\"http://www.hudzilla.org/phpbook/read.php/2_6_3\" target=\"_blank\"]http://www.hudzilla.org/phpbook/read.php/2_6_3[/a]On this specific page of the studying material I ran across a php command called heredoc. Allowing you to put whatever words you want to, I test it out using all forms of words, and it still worked, also his exampled worked as well, I tried searching the heredoc statement on php.net and it didn't come up, I also searched delimiter and couldn't find anything.I was hoping someone could point me in the right direction to find that heredocI like cross referencing everything I go through with the manual. thanks.[/quote]it's not really a command but a general description/term for the method used to implement sticking free text into your code.[a href=\"http://uk.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc\" target=\"_blank\"]http://uk.php.net/manual/en/language.types....syntax.heredoc[/a] Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted April 17, 2006 Author Share Posted April 17, 2006 Thanks I appreciate the link. Quote Link to comment 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.