jingcleovil Posted June 21, 2007 Share Posted June 21, 2007 Hi All! Good Day! BTW, I am new in php environment but I read how does this language do. I am asking regarding the design of page layout and how do I code php. Let say I design the layout in photoshop then how do I coordinate the php code and the design layout. I am asking for help and some helpful links. Quote Link to comment Share on other sites More sharing options...
Buyocat Posted June 22, 2007 Share Posted June 22, 2007 What you'll want to research is HTML and CSS. You can use PHP to generate the HTML for you in which case you'll be concerned with what HTML tags to wrap your content with, and what order to use for the content. After that you'll apply CSS to the tags and eventually you'll arrive at what you mocked up in Photoshop. I don't know of any especially memorable resources off the top of my head, but I'm sure if you just use the W3's material on HTML and CSS you'll be off to a good start. Quote Link to comment Share on other sites More sharing options...
sushant_d84 Posted June 25, 2007 Share Posted June 25, 2007 HI there this may be useful for u ........... http://www.php-mysql-tutorial.com/ ALso u can use the tutorial of PHPfeaks. go ahed.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.