How do you use div class' in php such that you can attach html generated by php into that div class. Example
<html> <head> </head> <body> <div class="border"> </div> <?php echo "This needs to go into the class border" ?> </body> </html>
Edited by Jaan, 09 February 2010 - 02:00 AM.
Please use code tags when you are posting your codes!


Sign In
Create Account

Back to top









