CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 visitors counter???

Print topic Send  topic

Author Message
shar
Posted: 03/26/2001, 11:50 PM

How create counter for this situation:
when database's row is read by user in php, the field of this row need count
visitors.
Thanks

Alexey Alexapolsky
Posted: 03/27/2001, 1:51 AM

Let's suppose that in user's record there is a field name counter
you should open your form that shows this record ,
click "Form properties" icon , select "Events" tab ,
chosee 'Before show" event and enter code :
fldcounter = fldcounter +1
or
$fldcounter = $fldcounter +1
(for ASP,PHP)
And of course you should create this record with counter = 0 .

--
Regards,
Alexey
CodeCharge Support



shar <shar@taide.lt> wrote in messagenews:99pgnn$2ut$1@mail.tankhill.com...
> How create counter for this situation:
> when database's row is read by user in php, the field of this row need
count
> visitors.
> Thanks
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.