View Single Post
  #1  
Old 23rd May 03, 06:56 AM
Sephiroth Sephiroth is offline
BetaONE Supporter
 
Join Date: Jul 2001
Posts: 1,979
Sephiroth is an unknown quantity at this point
Send a message via MSN to Sephiroth
can you use this multiple times in one file? i'm trying to convert b1's front page to use all ibf variables, so that it skins with the board dynamically... it'd be easy if i can get this to work

if i do a

print <<<EOF
<html>
EOF;

run php code here

print <<<EOF
more html
EOF;

repeat till the end of the file

it executes everything, but not right for some reason? some things are getting skipped, an EOF; is getting skipped in there, which is causing two variables to be printed out as text, and some html </table>'s are missing too, causing everything to look really funky

i rm -f'ed my test.php file after getting frustrated , but i'll upload it again to www.betaone.net/test.php so you can see what i mean
Reply With Quote