(adsbygoogle = window.adsbygoogle || []).push({});
Today I will be showing you how to add a new page to your website.
Note: This is for Cpanel users only.
Step 1. Make 3 new text files and save them as .php
name them header.php footer.php and yourpageurl.php
replace yourpageurl with what you want the URL to be
for example if you wanted this url
wwww.website.com/builder.php
then name it builder.php.
step 2.
Open the header.php with notepad and add this code
<?php
//Require header.php
require('Header.php'
;
?>
next open the footer.php and add this code
<?php
//Require Footer,php
require('footer.php'
;
?>
step 3
Editing the page.
Basically what you want to do here is add what you want on the web page.
use
You must login or register to view this content. to help you.
now open up your custom named php file and put this at the top
<?php
//Require header.php
require('Header.php'
;
?>
then press enter
and put your code for the webpage in the middle
then hit enter again and
put this code
<?php
//Require Footer,php
require('footer.php'
;
?>
Now you want to add this to your main directory which is when you open up file manager click www. then upload all those files in to their!
Thank you for reading I will add pictures soon.
If you would like a tutorial on how to add your webpage link to your tabs then just vote on the poll.