php code inside $outpu = ""
Posted: Sat Jun 05, 2004 5:38 pm
Currently my template system has a header which echo's $output in the area which i want it to display. So on my individual pages i have $output = "content";
However i need to put some if statements inside of $output = " ";
How do i put in the if statements $output = " if ($hi == 0) { hello } ?";
I woulnd't think that that script would work, or would it?
Thank you
Anthony
However i need to put some if statements inside of $output = " ";
How do i put in the if statements $output = " if ($hi == 0) { hello } ?";
I woulnd't think that that script would work, or would it?
Thank you
Anthony