Feb 27, 2007 #1 mailerman Technical User Jan 2, 2007 29 SE hey, i wonder how i can include stats.php once in index.php so that stats get's recorded when someone visits index.php
hey, i wonder how i can include stats.php once in index.php so that stats get's recorded when someone visits index.php
Feb 27, 2007 #2 jpadie Technical User Nov 24, 2003 10,094 FR Code: <? include_once('stats.php'); ?> Upvote 0 Downvote
Mar 1, 2007 Thread starter #3 mailerman Technical User Jan 2, 2007 29 SE thanks then the question is. will this count stats.php each time index.php loads EVEN if it's like /index.php?/pages/1.html | /index.php?/pages/2.html Upvote 0 Downvote
thanks then the question is. will this count stats.php each time index.php loads EVEN if it's like /index.php?/pages/1.html | /index.php?/pages/2.html
Mar 1, 2007 #4 jpadie Technical User Nov 24, 2003 10,094 FR not sure as those links look malformed. are you using mod_rewrite or something? Upvote 0 Downvote