syngod Posted February 29, 2008 Share Posted February 29, 2008 Ok i kinda have 2 question but they are pretty easily answered.\ 1) it has been a while since i have used php maybe 4.0 is the last one i had installed i now run 5.2 and have a question on a command i used that i am not able to now. The HERE command would let you have a block of text and would print it out if i remember correctly. example: print <<<HERE This old man, he played 2<br> He played knick-knack on my shoe<br><br> HERE; would print all of the text out as it is shown but it does not work. i get the <<<here and here; printed out with the reset of the page. and 2) I thought i installed php with openssl but i did not. (i run windows) but i was wanderding if there would be anyway two install it without much change to the APACHE and MYSQL configurations. Link to comment https://forums.phpfreaks.com/topic/93601-command-question/ Share on other sites More sharing options...
freenity Posted February 29, 2008 Share Posted February 29, 2008 1) That would be $a = <<< SOMETHING asd asd asdasd SOMETHING; echo $a; I neither use it much, but I guess that's right. Link to comment https://forums.phpfreaks.com/topic/93601-command-question/#findComment-479635 Share on other sites More sharing options...
syngod Posted February 29, 2008 Author Share Posted February 29, 2008 thanks i will try that Link to comment https://forums.phpfreaks.com/topic/93601-command-question/#findComment-479637 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.