Little help in php.. Please urgent...

jp_smith86

Senior Member
Joined
Jul 6, 2012
Messages
1,078
Reaction score
413
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
 
anyone?? Please it's very urgent... :(
 
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?
 
I can explain you that what kind of footer i want,
 
Thats all you need from PHP part, just include the file. The rest is done by HTML and CSS.
 
Thats all you need from PHP part, just include the file. The rest is done by HTML and CSS.

But i want to show you something that what kind of footer i want. if someone come on skype please.
 
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
 
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

90% work is already done. just stuck with one little thing

Hey mate, sorry i dont know php, could not reply in pm since i need 15 posts

it's ok buddy.
 
Back
Top