Mackadizzle Posted May 8, 2014 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
Jack Posted May 8, 2014 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
Botre Posted May 8, 2014 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..
Jack Posted May 8, 2014 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
Mackadizzle Posted May 8, 2014 Author 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
Botre Posted May 8, 2014 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
Mackadizzle Posted May 8, 2014 Author 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?
Botre Posted May 8, 2014 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
Swizzbeat Posted May 8, 2014 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.
Mackadizzle Posted May 8, 2014 Author 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
Alek Posted May 9, 2014 Posted May 9, 2014 I have some fair experience with php, can you be a little bit more specific on what you want accomplished?
Dard Posted May 9, 2014 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.