Programming help
Search Only:

Search Keyword php hit counter session

Total: 40 results found.

Page 1 of 2
... that is included at the top of each page before anything else. Thanks in advance. Code: <?php session_start(); if(!isset($_SESSION["logged"])){ $_SESSION["logged"] ...
... needs to be changed in the script to accomadate that. 2) once that is set up will the script work? here is the script PHP Code: <? $_hit = 0  ...
... this for 3.5 hours. <? // Stert the session session_start(); // This is your include file // EBC PHP // Some database settings $db_hostname = "localhost"; $db_username ...
hi, Has anyone seen this php error msg: "PHP has encountered an Access Violation at 45524F4D" It does not say anything else, not even where this error occurred. here ...
Hi, Im trying to build a shopping cart without using classes etc.Here is part of my code: PHP Code:  session_start();  if (!isset($_SESSION[caddy]))   ...
Hi, I get an error "PHP has encountered a Stack overflow" for the scripts running in loop. Same script runs perfectly on other linux server. but gives this error in Windows NT, ...
Hello - I am using the latest PHP 4.3.5 ISAPI on my windows 2000 webserver. I have gd lib, curl and Zend Optimiser enables/installed on my site. However I keep getting error in every ...
Hi, im planning on putting a hit counter or some type of tracking system on my intranet site, however, i dont want to spend any money on software, also i have not yet decided on if the hit ...
... is included in the incoming url)... PHP Code:  $hit_ref = $_GET[ref];     $_SESSION[ref] = $_GET[ref];     $hit_ip = substr($_SERVER[REMOTE_ADDR], 0, 15); // ip address 15 chars xxx.xxx.xxx.xxx  ...
I have a working PHP session counter, here is the code: PHP Code: <?php  session_start();  session_register(counter);     $CountFile = counter.txt;   ...
...  PHP Code: <?php  ///  // Simplest counter:  // - keeps count in plain text file;  // - keeps list of recent IPs in text file;   ...
... close im a php newbie!! Any help would be much appreciated! PHP Code: <?php //Connection statement require_once(../Connections/gotomy.php); session_start();  ...
Hello all, I promised to make a post to the forums discussing PHP application architecture and how that affects performance, in answer to neobuddahs post The Need for Speed!. (Unfortunately, ...
I have PHP5 with apache2. I am having a problem with sessions, i think the main problem may be that i am new to php. The code here is just me testing to see if i can get an understanding of ...
I have a semi-working PHP session counter, heres the code: PHP Code: <?php  session_start();  session_register(counter);      ...
Firstly thanks for checking my post heres my problem i read THIS tutorial on creating a class in php and then i went about tryign to create my own class to preform hit counter tasks.  ...
Here is my php code that starts a session when you hit the homepage of my site. PHP Code: <?php include ( includes/config.inc ); session_start();  ...
... and "password" and it goes to "process/login.php" and in login.php it checks the database and such to make sure everything is right, then if it is it does the following PHP ...
Hi, Im trying to learn about PHPs session. But, I still get problem. Heres a script (form.php) that I made. PHP Code: <?php  session_start();   ...
... session variables: PHP Code: if (!session_is_registered(name) && isset($_COOKIE[PHPSESSID]))       The ...
<< Start < Prev 1 2 Next > End >>