Mackadizzle Posted May 8, 2014 Share Posted May 8, 2014 For anyone who is experienced in PHP, I need some help please! I am trying to create a basic website using PHP. If possible, I would like for someone to provide me with a basic PHP template along with the variables needed for a 6 pages website. I am trying to avoid using flat html pages. Any help would be much appreciated, Thanks! Skype - mackadizzle.osbot Quote Link to comment Share on other sites More sharing options...
Jack Posted May 8, 2014 Share Posted May 8, 2014 (edited) For anyone who is experienced in PHP, I need some help please! I am trying to create a basic website using PHP. If possible, I would like for someone to provide me with a basic PHP template along with the variables needed for a 6 pages website. I am trying to avoid using flat html pages. Any help would be much appreciated, Thanks! Skype - mackadizzle.osbot You have to use html and javascript to make the actual webpages. PHP talks to databases and is used in unison with html and javascript. Edited May 8, 2014 by Jack Quote Link to comment Share on other sites More sharing options...
Botre Posted May 8, 2014 Share Posted May 8, 2014 You have to use html and javascript to make the actual webpages. PHP talks to databases and is used in unison with html and javascript. PHP can do many other things beside database communication.. Quote Link to comment Share on other sites More sharing options...
Jack Posted May 8, 2014 Share Posted May 8, 2014 PHP can do many other things beside database communication.. Yeah but why else would you really want to use it? Its so old and clunky. 1 Quote Link to comment Share on other sites More sharing options...
Mackadizzle Posted May 8, 2014 Author Share Posted May 8, 2014 Yeah but why else would you really want to use it? Its so old and clunky. A class project, and the teacher didn't go over how to use PHP Quote Link to comment Share on other sites More sharing options...
Botre Posted May 8, 2014 Share Posted May 8, 2014 A class project, and the teacher didn't go over how to use PHP Teach yourself http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html Quote Link to comment Share on other sites More sharing options...
Mackadizzle Posted May 8, 2014 Author Share Posted May 8, 2014 Teach yourself http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html do you know php? this is for a friend and theyre panicking for a final. could you help? Quote Link to comment Share on other sites More sharing options...
Botre Posted May 8, 2014 Share Posted May 8, 2014 do you know php? this is for a friend and theyre panicking for a final. could you help? Added you on skype Quote Link to comment Share on other sites More sharing options...
Swizzbeat Posted May 8, 2014 Share Posted May 8, 2014 Learn it yourself, it's not a complicated language (even if the syntax is a little funky). Understand the basics and you'll be fine. Quote Link to comment Share on other sites More sharing options...
Mackadizzle Posted May 8, 2014 Author Share Posted May 8, 2014 Learn it yourself, it's not a complicated language (even if the syntax is a little funky). Understand the basics and you'll be fine. could you talk to my friend about it for a few minutes? she really needs help asap Quote Link to comment Share on other sites More sharing options...
Alek Posted May 9, 2014 Share Posted May 9, 2014 I have some fair experience with php, can you be a little bit more specific on what you want accomplished? Quote Link to comment Share on other sites More sharing options...
Dard Posted May 9, 2014 Share Posted May 9, 2014 You can, with PHP, use the same template for 6 pages using your database to request the variables to be shown. I have an ongoing project where I have 1 index.php and the rest is in my database. Quote Link to comment Share on other sites More sharing options...