let me start off by saying that i'm still fairly new to php
now, my page pulls some info out from a mysql db, and stores them into variables. I also have a full html page, and I need to place those variables in several spread out locations on the page. I could use the print command for every line of code, but thats pretty annoying, is there any way I can use the print code for the whole html part of the page
or insert the php code into small parts of the html code
thanks
Dimava
now, my page pulls some info out from a mysql db, and stores them into variables. I also have a full html page, and I need to place those variables in several spread out locations on the page. I could use the print command for every line of code, but thats pretty annoying, is there any way I can use the print code for the whole html part of the page
or insert the php code into small parts of the html code
thanks
Dimava
Comment