Re: [PHP] Question: Processing files in directory and parsing...

2001-07-07 Thread mike cullerton
on 7/7/01 7:38 PM, mike cullerton at [EMAIL PROTECTED] wrote: on 7/7/01 7:02 PM, Jeff Lewis at [EMAIL PROTECTED] wrote: So I need to know how to process the files in the directory and then how to process a few lines. The structure will always be the same and having the columns starting

Re: [PHP] Getting any possible value inside an array

2001-07-07 Thread mike cullerton
multiple instances of each. Thanks in advance! -- Aaron Bennett -- mike cullerton -- 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

Re: [PHP] Printing a root link into HTML

2001-07-06 Thread mike cullerton
what do you mean by 'previous directory'? there's no real chronological order to directories. on 7/6/01 6:27 PM, Chris Anderson at [EMAIL PROTECTED] wrote: To specify, I want to link to a file in a previous directory, none of those methods seem to work for that. -- mike cullerton

Re: [PHP] PHP Run Command Line

2001-07-05 Thread mike cullerton
about what i'm doing. and this is on a box with no users. is this script being run from within apache or on the command line? -- mike cullerton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] php binary ??

2001-07-05 Thread mike cullerton
something like #! /usr/bin/perl -w with a script except then for php. preface your script with #!/your/path/to/php -q Marc van Duivenvoorde -- mike cullerton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] writing a query that returns similar numbers

2001-07-04 Thread mike cullerton
= SELECT rowid FROM numbers WHERE (mynumer is within 10 of number); but I've gotten stuck do I have to do this: $sql = SELECT rowid FROM numbers WHERE (((mynumer+10) number) AND (mynumer-10) number) ); it seems kinda wordy ... Susan -- mike cullerton -- PHP General

Re: [PHP] New on PHP, need help with sessions

2001-07-03 Thread mike cullerton
php is configured) $variablename. on my macos x box, $variablename does work. Thanks in advance, Sincerely Victor PS Using PHP 4 on Mac OS X DS -- mike cullerton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] any reasons to compile apache instead of usingdistribution binaries ?

2001-07-03 Thread mike cullerton
to wait for a package to come out when a bug fix is released. curious, why do you think it's ok for your sysadmins to compile php but not the other stuff? -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] New on PHP, need help with sessions

2001-07-03 Thread mike cullerton
. I've run into this problem myself and it's very annoying -- any idea the setting in php.ini that controls this? Thanks. --kurt -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] Troubleshooting syntax ?

2001-07-03 Thread mike cullerton
through hundreds of lines of code, hopefully catching the problem? -- mike cullerton [EMAIL PROTECTED] -- 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

Re: [PHP] loading data into mysql from txt file from php

2001-07-03 Thread mike cullerton
be reformatted. Right now the file is uploaded and after copy($new_file, $file_loc) would like to refresh the db. unix box running php4 and mysql 3.22 and of course apache Thanks in advance, clif -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

Re: [PHP] Help Please

2001-07-03 Thread mike cullerton
be 'referred' from anywhere, you won't see $HTTP_REFERRER :) Saludos... ;-) -- mike cullerton [EMAIL PROTECTED] -- 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

Re: [PHP] Help Please

2001-07-03 Thread mike cullerton
.: But the variable will be there, only that it will be empty, right? i don't think so. atleast not in my browser :( Saludos... :-) -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] image button troubles

2001-07-03 Thread mike cullerton
the image I give it... hmmm.. Susan -- mike cullerton -- 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] How to prevent people from downloading images

2001-07-03 Thread mike cullerton
and definitely isn't exact. anyone else? mike Thanks in advance. -- mike cullerton -- 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]

[PHP] max_execution_time

2001-07-03 Thread mike cullerton
hey folks, i've got a script running into my max_execution_time. is there a way to override the value in php.ini from within a script, rather than increasing the time in php.ini? thanks, mike -- mike cullerton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] max_execution_time

2001-07-03 Thread mike cullerton
: http://php.net/manual/en/function.set-time-limit.php -maxim maletsky -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 2:07 PM To: mike cullerton Cc: php php Subject: Re: [PHP] max_execution_time i've got a script running

Re: [PHP] mail function fails

2001-07-02 Thread mike cullerton
-- mike cullerton [EMAIL PROTECTED] -- 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] Showing an Image

2001-07-02 Thread mike cullerton
, FILETYPE); Header(Content-type: $type); echo $data; but after this I also want to show some text info. How can I do this ? I will have to use something else besides header. Please Help. Thanks, Vishal -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] setuid

2001-07-02 Thread mike cullerton
on how to run suid root while i have script that run by apache i had alread set the file like this -rwsr-xr-x 1 root www 384 Jul 2 16:36 test but no luck Thanks in Advance -- mike cullerton [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] newbie has include path error new problem

2001-07-02 Thread mike cullerton
was set incorrectly. for your network problem, it seems that you didn't really achieve 'networking linux box to windows host' correctly. can you currently ping localhost? what does your route table look like? -- mike cullerton -- PHP General Mailing List (http://www.php.net

Re: [PHP] newbie has include path error new problem

2001-07-02 Thread mike cullerton
(specifically) did you take to 'set up networking'? -- mike cullerton -- 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] newbie has include path error new problem

2001-07-02 Thread mike cullerton
199.33.57.7 default gateway deviceeth0 Again, I appreciate your help. best, daniel -Original Message- From: mike cullerton [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:06 PM To: 'PHP List' Subject: Re: [PHP] newbie has include path error new problem on 7

Re: [PHP] newbie has include path error new problem

2001-07-01 Thread mike cullerton
: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- mike cullerton -- 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

<    1   2