[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
when you have safe mode on in your php.ini file, because then // it doesn't allow commands to be run within backtics. ? Marc van Duivenvoorde At 04:21 PM 7/11/2001 +0800, you wrote: I run the php script as following: ?php //test.php system(/usr/bin/sudo /usr/bin/quota -v test) ? php

Re: [PHP] need help on system()

2001-07-11 Thread Marc van Duivenvoorde
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/2001 +0200, Marc van Duivenvoorde wrote: I would do it this way . ? $quota = `/usr/bin/sudo /usr/bin/quota -v test`; // please mind that the command is between backtics

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/2001 +1000

[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 (http://www.php.net

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 2001 14:18 To: Php general lijst

[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 General