I don't agree with spamming but i DO like the design of your site - well
done on that one!
/* constructive criticism */
ccv("your site sucks in links. it's not navigable at all.");
--
j.beckham | Everyone was born right handed,
bec...@gehennom.net | only the greatest overcome it.
On 7/18/02 12:40 PM, in article 3d36f...@news.teranews.com, "Neo"
did you actually count them all???
I used the search function in my editor:
find all "<table" returned 42
find all "</table>" returned 41
I did do the subtraction in my head though :)
Joe probably did something like:
<?
$fp = fsockopen("mickey.i-lan.nl",80);
$source = "";
fputs($fp,"GET /~Stuff/polarpact/php/pages/main.php
HTTP/1.0\r\nHost:www.polarpact.com\r\n\r\n");
while (!feof($fp)) {
$source .= fgets($fp,4096);
}
preg_match_all ("|(<table)|i", $source, $opening);
preg_match_all ("|(<\/table)|i", $source, $closing);
echo "Opening: ".count($opening[0])."<br>";
echo "Closing: ".count($closing[0])."<br>";
?>
> just for the record this isnt my site I code a lot better than that.
Then why do you need the visitors ?
Grtz,
Nils
--
Of all manifestations of power, restraint impresses men most --Thucydides
...any why does the contact for "Php" have the same email address as you?
--
Rick Hodger