RE: [PHP] Content Type Text?

2001-08-01 Thread Gonyou, Austin
Woops..My bad. :) It even says it in mozilla. :) -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 4:38 PM To: [EMAIL PROTECTED];

[PHP] is_file() and is_dir() info

2001-07-25 Thread Gonyou, Austin
I've read a lot about the is_file and is_dir functions, but something is still missing. If I call is_file to tell me if something is a file or not, and it must traverse a large path, e.g. ./dir1/dir2/file.txt, it will almost always fail. Can anyone tell me why, and what a possible work around is?

RE: [PHP] is_file() and is_dir() info

2001-07-25 Thread Gonyou, Austin
] -Original Message- From: Gonyou, Austin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 12:08 PM To: 'Chris Cocuzzo'; [EMAIL PROTECTED] Subject: [PHP] is_file() and is_dir() info I've read a lot about the is_file and is_dir functions, but something is still missing. If I

RE: [PHP] is_file() and is_dir() info

2001-07-25 Thread Gonyou, Austin
Please someone help me on this? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -Original Message- From: Gonyou, Austin Sent: Wednesday, July 25, 2001 12:50 PM To: Gonyou, Austin; 'Chris Cocuzzo'; [EMAIL PROTECTED] Subject

RE: [PHP] is_file() and is_dir() info

2001-07-25 Thread Gonyou, Austin
] -Original Message- From: Gonyou, Austin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] is_file() and is_dir() info Please someone help me on this? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512

[PHP] Turning a filehandle into an array

2001-07-24 Thread Gonyou, Austin
What is the best way to turn a filehandle into an array? This is the code I've got now, but I don't like it because it's rather in efficient for my purposes. I can format this to be much prettier, but I'm not too concerned about it right now. I'd just like to get the filehandles to work.

RE: [PHP] Resolution

2001-07-23 Thread Gonyou, Austin
If you want to see what you can get from the client, serverside. Please run the following: ? phpinfo(); ? Put that into some php file, and it will tell you what PHP will allow you to get be default. I feel that the JS answer is about as correct as your going to get. -- Austin Gonyou Systems

RE: [PHP]include question, WHY doesn't this work...

2001-07-23 Thread Gonyou, Austin
have you tried giving the absolute path to the included file? include(/some/path/to/a/file.php); -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -Original Message- From: Unni [mailto:[EMAIL PROTECTED]] Sent: Monday, July

RE: [PHP] Re: echo vs printf

2001-07-16 Thread Gonyou, Austin
print, echo, and printf are all available to help different coders code in their own style. So if you're used to just using echo in shell, or print in perl/basic or perhaps printf, in c/c++/java/asp, there you go. Make a language easy to get stuff out of, and you can have a really quick user

[PHP] Using PHP + GD to make bar graphs?

2001-07-03 Thread Gonyou, Austin
I'm looking to see if it's possible to do something like this. Has anyone seen anything like this at all? Thanks for the time. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] Best Way to set cookies

2001-07-02 Thread Gonyou, Austin
Id like to discuss what the best params are for setting cookies using PHP. Specifically the expirey. Anyone? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] GMT Time and Setting Cookies in PHP

2001-06-30 Thread Gonyou, Austin
What's a good method for setting time in GMT? as in the expiration date for cookies? I saw two functions to do this with, but I haven't been able to get them to output anything properly. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED]

[PHP] PHP 4.0.6 and APXS2

2001-06-26 Thread Gonyou, Austin
After getting apache 2 + 4.0.6 built and installed, I can finally use PHP and all is well..except... When accessing a script which uses an exec() statment like the following: snip- exec(ls -d */*.jpg,$ls); snip- When the LS is performed, it is not performed in the directory

[PHP] PHP 4.07-dev + Apache 2.0.19-dev

2001-06-23 Thread Gonyou, Austin
Has anyone had any luck getting it to work? I can compile both Apache fine and add php as a module no problem and Apache is happy. But it will not parse any PHP content. Please help! -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] --

[PHP] PHP with Apache 2 from CVS

2001-06-21 Thread Gonyou, Austin
Has anyone been able to overcome the APR_SAVE_BRIGADE build error when compiling as an Apache2 module? Any help in this direction is greatly appreciated. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -- PHP General Mailing List

[PHP] PHP 4.0.5 CVS + Apache 2 CVS

2001-06-20 Thread Gonyou, Austin
Anyone trying this at all? Anyone find a fix for the apr_save_brigade failure? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional