backlink building question.

Darkrest

Newbie
Joined
Dec 3, 2009
Messages
48
Reaction score
1
here's the deal mates,
i got many websites, and iam allways creating new ones.
what i need, is an html script our something that have all my websites links and when i add a new link, autoupdates in all websites, is that possible? thanks.
i hope i made myself clear :x
 
Hi,

What programming language you use on all of your sites? It is possible in PHP and ASP.

Thanks
 
Last edited:
html mate,
there like and website our something, where you can insert your links and the website auto generate you a script our something like that?
 
Sorry, this is not possible in HTML only. You must use one of the programming language like you can use PHP and connect all sites to single database so when you update a single link, all sites will got updated.

And also you can create a simple PHP file script which will regenerate HTML pages of your sites so all sites will got updated.

Thanks
 
You can have just one txt file with all the links and trasclude the document on each web page you want the list on. This way you only need to edit one file.
 
Back
Top