Re: php script to count visitors to site

2004-03-04 Thread Kevin D. Kinsey, DaleCo, S.P.
Marty Landman wrote:

At 07:57 PM 3/3/2004, fbsd_user wrote:

 I have an php script to read a file bump the counter and write it
back.
Need html sample code to jump to the php script and return with the
counter value and display it.



Just put those lines on your page file where you want the numbers to 
show up. This assumes that the php script is on the same directory as 
the page file and called counter.php.

Since it's embedded in a static html file (much like a server side 
include) you can tag around it, e.g.




if you wanted it in a bold font.

Marty Landman   Face 2 Interface Inc.   845-679-9387


ROFLMAO!!

KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php script to count visitors to site

2004-03-03 Thread Marty Landman
At 07:57 PM 3/3/2004, fbsd_user wrote:
 I have an php script to read a file bump the counter and write it
back.
Need html sample code to jump to the php script and return with the
counter value and display it.

Just put those lines on your page file where you want the numbers to show 
up. This assumes that the php script is on the same directory as the page 
file and called counter.php.

Since it's embedded in a static html file (much like a server side include) 
you can tag around it, e.g.




if you wanted it in a bold font.

Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml  

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"