[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

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

[PHP] Safety with PHP.

2001-04-02 Thread Marthe Kristiansen
Hey you guys! I'm a new girl at this, and wondering on a question that might be simple for you. Yesturday I started to learn PHP and proud I showed it to a friend of mine, what I had learned. The first thing he did was check the safity of it and very easy he found the list over all the users of t

RE: [PHP] Safety with PHP.

2001-04-02 Thread Marthe Kristiansen
3rd party stuff you hook PHP up to is the first step to making stuff secure. -Rasmus On Tue, 3 Apr 2001, Marthe Kristiansen wrote: > Hey you guys! > > I'm a new girl at this, and wondering on a question that might be simple for > you. > Yesturday I started to learn PHP and prou

RE: [PHP] Safety with PHP.

2001-04-02 Thread Marthe Kristiansen
4 AM To: Marthe Kristiansen Cc: Php-General Subject: RE: [PHP] Safety with PHP. So you wrote a script that took a filename as an argument somehow and did something with it? That's always going to be insecure unless you do a lot of error checking on it. -Rasmus On Tue, 3 Apr 2001, Mart