code
search
solutions
software
Search
Search
Programming help
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
php hit counter session
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
db Hit counter using sessions
... 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"] ...
2.
hit counter that can only be done once
... 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 ...
3.
Hit counter not working
... 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 ...
4.
PHP has encountered an Access Violation
hi, Has anyone seen this
php
error msg: "
PHP
has en
counter
ed an Access Violation at 45524F4D" It does not say anything else, not even where this error occurred. here ...
5.
newbie in PHP seeking help:Sessions
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])) ...
6.
PHP has encountered a Stack overflow.
Hi, I get an error "
PHP
has en
counter
ed a Stack overflow" for the scripts running in loop. Same script runs perfectly on other linux server. but gives this error in Windows NT, ...
7.
PHP has encountered an Access Violation at 01285DF7
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 ...
8.
Hit counters tracking system
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
...
9.
counting hits, session values sometimes not being saved
... 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 ...
10.
PHP Session Counter Question
I have a working
PHP
session
counter
, here is the code:
PHP
Code: <?
php
session
_start();
session
_register(
counter
); $CountFile =
counter
.txt; ...
11.
Counter script using sessions?
...
PHP
Code: <?
php
/// // Simplest
counter
: // - keeps count in plain text file; // - keeps list of recent IPs in text file; ...
12.
Incrementing Session Value in PHP using if..then..else
... close im a
php
newbie!! Any help would be much appreciated!
PHP
Code: <?
php
//Connection statement require_once(../Connections/gotomy.
php
);
session
_start(); ...
13.
PHP programming architecture -- The Need for Speed II
Hello all, I promised to make a post to the forums discussing
PHP
application arc
hit
ecture and how that affects performance, in answer to neobuddahs post The Need for Speed!. (Unfortunately, ...
14.
PHP session variables not working
I have
PHP
5 with apache2. I am having a problem with
session
s, 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 ...
15.
Whats wrong with this PHP script??
I have a semi-working
PHP
session
counter
, heres the code:
PHP
Code: <?
php
session
_start();
session
_register(
counter
); ...
16.
Creating class in PHP, new need help :)
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. ...
17.
Check if session is already started
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(); ...
18.
php sessions and session variables
... 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
...
19.
PHP Session Question
Hi, Im trying to learn about
PHP
s
session
. But, I still get problem. Heres a script (form.
php
) that I made.
PHP
Code: <?
php
session
_start(); ...
20.
Cant call up PHP session variables
...
session
variables:
PHP
Code: if (!
session
_is_registered(name) && isset($_COOKIE[
PHP
SESSID])) The ...
<<
Start
<
Prev
1
2
Next
>
End
>>
Popular Resources
warning fsockopen [function fsockopen] unable to connect udp
checkbox input flash as3
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats