[PHP] forms and IP numbers

2001-07-13 Thread Marc van Duivenvoorde
. Thanks, Marc van Duivenvoorde -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] need help on system()

2001-07-11 Thread Marc van Duivenvoorde
hhhm, I played around a little and found another solution which you might find usefull \n"; $num++; } ?> This way you can execute any command and put the output to an array, in the while loop you can print any line in the array. Marc van Duivenvoorde At 01:38 PM 7/11/20

Re: [PHP] need help on system()

2001-07-11 Thread Marc van Duivenvoorde
I would do it this way . Marc van Duivenvoorde At 04:21 PM 7/11/2001 +0800, you wrote: >I run the php script as following: >//test.php > system("/usr/bin/sudo /usr/bin/quota -v test") >?> >php < test.php - I can get the output >in the browser: http://loc

RE: [PHP] get a screen resolution

2001-07-06 Thread Marc van Duivenvoorde
I know I can do it with javascript, but if possible I'd like to do it with php. Marc van Duivenvoorde At 02:12 PM 7/6/2001 +0300, you wrote: >JavaScript > > > -Original Message----- > > From: Marc van Duivenvoorde [mailto:[EMAIL PROTECTED]] > > Sent: 6 iulie 2

[PHP] get a screen resolution

2001-07-06 Thread Marc van Duivenvoorde
I'm trying to make a small browser and screen resolution script for my site, the browser part isn't a problem, but I can't find a function for screen resolutions, does anyone know whether such a function exists. Thanks, Marc van Duivenvoorde -- PHP General Mailing List (htt

Re: [PHP] Number of the line ?

2001-07-06 Thread Marc van Duivenvoorde
You could also use phpcoder, if you're working with M$ windows. http://www.phpide.de It is freeware and currently still in development, but it's working quite fine. I use it when programming php in windows, under linux I still use Gvim. Marc van Duivenvoorde At 06:37 PM 7/6/

[PHP] php binary ??

2001-07-05 Thread Marc van Duivenvoorde
I've got a small question, can I make php system scripts just like perl when I have compiled php as a dso module for apache or do I have to compile it to an binary executable ?? something like #! /usr/bin/perl -w with a script except then for php. Marc van Duivenvoorde -- PHP Ge