What i miss for my users is an page-counter.
Now i hope you have someting for me.
Something like on eatch different id.
Looking for a php Page Counter
-
- Posts: 140
- Location: Holland Rotterdam
Looking for a php Page Counter
Admin
Hello,
I have this php script for page counter and monitoring website traffic:
http://coursesweb.net/php-mysql/website ... ss-data_s2
I have this php script for page counter and monitoring website traffic:
http://coursesweb.net/php-mysql/website ... ss-data_s2
Similar Topics
-
Problem uppercase in web page
HTML - CSS
First post
Hello! i have this page (autobelgia.ro/submit3.php). All words are written in uppercase.How can i edit this ?Last post
Hello,
Where in that page are all the words in uppercase (put a screenshot, or copy-paste that text), because I saw in that page normal text, with... -
Button to redirect to another page
HTML - CSS
First post
Hello! How can i create a button like scroll up to redirect to a html page when is clicked.Last post
Hi,
What did you try? What code you have?
I think you can make that button a simple <a> link:
<a href= page.html id= btnid title= Some... -
How to make Page visible only for friends
PHP - MySQL
First post
How can i create that this code is only visible for friends-list ?Last post
<?php
include('connection.php');
$id = (int) $_GET ;...
This where realy helpfull thanks for your support -
facebook Page not eligible to have a username
General Forum
I made a page on facebook for JavaScript-jQuery section of this website.
I saw in the About link of the facebook page that I can add an unique... -
Transfer user data from one page to another
PHP - MySQL
First post
Hello!Last post
I have page: autobelgia.ro/submit1.html from to: autobelgia.ro/submit5.html from autobelgia.ro/submit1.html to submit5.html user complete...
Hello,
If the second page is just a simple html document (without php code), to keep data from one page to another html page you can use JavaScript...