Little help in php.. Please urgent...

jp_smith86

Senior Member
Joined
Jul 6, 2012
Messages
1,044
Reaction score
396
Hi Members,


Please can anyone help me in php to get my website designed. I have a basic knowledge of PHP.. so stuck somewhere..

want to set a footer as default on every page of my website.

help please.

Thanks
 
Code:
<?php
// This code calls the footer file from the root directory
include('footer.inc');
?>

You would create your footer code and put in the footer.inc file (just rename a text files extension from .txt to .inc)

--> General note: If you're new to PHP and this is an "urgent" matter you probably shouldn't be trying to code the site in PHP, it's not something you just pick up and magically works. Takes some practice.
 
Last edited:
Code:
<?php
// This code calls the footer file from the root directory
include('footer.inc');
?>

You would create your footer code and put in the footer.inc file (just rename a text files extension from .txt to .inc)

--> General note: If you're new to PHP and this is an "urgent" matter you probably shouldn't be trying to code the site in PHP, it's not something you just pick up and magically works. Takes some practice.


can i add you on skype?
 
Thats all you need from PHP part, just include the file. The rest is done by HTML and CSS.
 
Hey mate, sorry i dont know php, could not reply in pm since i need 15 posts
 
Why don't you try with WordPress? Is really easy and you can get anything you want...

Enviado desde mi Nexus 7 usando Tapatalk 2
 
Back
Top