Skip navigation.
Home
Write, Educate, Earn

20Most Essential Skill For Internet Business:2-Create & Integrate A Header File in PHP page

How the heck does this tie in with resell rights? If you have a script that you’re going to
use to sell your resell rights products and it lacks a header file and you really want to
customize the script to fit the rest of your site, you’ll need to know how to create and
integrate a header file.
We’ll jump right into this one going step by step. Before we get started, open up your
notepad application. Go up to the File sub-menu of Notepad’s main menu. Then go down
to the ‘Save As’ option. A save window will come up. Where it says ‘Save as type:’,
click on the drop-down box and select ‘All files’ and then where it says ‘File name’, type
‘header.php’.
Now, within the php script you’re wanting to include the header in, go down to the line
after <?php or <? and type in the following: include “header.php”
Next, save the php file. Before doing the same for the other php files comprising that
script, check and make sure that the addition of ‘include “header.php”’ doesn’t produce
any errors.
When it comes to a header file, you can include text, html and links. View the examples
below.
Example 1:

Example 1 would produce a header that leads to the bignose.jpg picture stored on my
original-eproducts.com server. In other words, you would see that picture at the top of
script’s page.
Example 2:
Your header goes here!
Example 2 would produce something like Your header goes here! across the
top of the script page.
Example 3:
Click here to visit OE.com

In example 3, you would get a link like the one below across the scripts page.
Click here to visit OE.com
Hopefully, that gives you a better idea of some of the things you can do with a header file
and how to implement each. Some scripts, for whatever reason, won’t allow you to
integrate a header file. (I have a lot of experience installing scripts but, hey, I’m not a
professional script installer, per se.)
Either way, if the script will allow it, which most do, then take advantage of it! Why not
take a wee bit of time to customize scripts to match your site.(in later post)

php has become very popular and essential to learn for bloggers/marketiers,website owners


Vote Result

----------
Score: 0.0, Votes: 0