I have a project I am working on, and a big part of the project is to have this
<a href='<?php include('http://www.domain.com/urlinc/file.php'); ?>'>
everywhere
there are thousands of them
is this putting an extra load on my server? what is wrong with doing it this way?
<a href='<?php include('http://www.domain.com/urlinc/file.php'); ?>'>
everywhere
there are thousands of them
is this putting an extra load on my server? what is wrong with doing it this way?





Sell Patches & Pills
I'm even better sober...
Comment