RE: [PHP] Newbie question: Page Counter

2001-04-19 Thread Jack Dempsey
chmod is a *nix command. you do it to the file: chmod 777 counter.inc on the command line -jack -Original Message- From: Marthe Kristiansen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 3:04 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Newbie question: Page Counter >t

RE: [PHP] Newbie question: Page Counter

2001-04-19 Thread Marthe Kristiansen
>then make a file called count.inc and chmod it to 777 so anyone can write to >it. insert a number into the file. Hey! I tried to make this counter.php-file, that went ok, I think My problem is to make the count.inc-file, I could make it but I have no idea how to put "chmod" to "777" in it. The n

Re: [PHP] Newbie question: Page Counter

2001-04-19 Thread Adam
make a file called counter.php and include this text: //-counter.php-- ---// //-- --// then make a file called count.inc and chmod it to 777 so anyo

RE: [PHP] Newbie question: Page Counter

2001-04-19 Thread Maxim Maletsky
work.. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Marthe Kristiansen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 11:08 AM To: Php-General Subject: [PHP] Newbie que

[PHP] Newbie question: Page Counter

2001-04-19 Thread Marthe Kristiansen
Hey! I'm a bit new at PHP, my page's at http://www.marthe.com. My problem is that the counter on the page, from TheCounter.com, is far too ugly. Since I'm updating the page, I'm wondering if anyone has any good ideas on how I should make one and what I should do. Greetings, Marthe -- PHP Gene