RE: [PHP] Parse error on blank line...

2001-02-05 Thread johnny p.
I'm not sure where it is, but I agree that you are missing a curly brace somewhere. Take a break from your code for a bit, come back to it, and start matching braces. I suggest getting a coffee or some tea. johnny p. -Original Message- From: April [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] Chopping up a comand line return.

2001-02-02 Thread johnny p.
$files[$some_dir."/".$file] = $mtime; } } closedir($DIR); asort ($files); reset ($files); ** PHP's filemtime is equivalent to perl's (stat(file))[9], which returns the modification time of a file. PHP's filetype($file) is equivalent to the grep check in Perl for file type of

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread johnny p.
for. Look at what the client thinks they're getting. Use anything you can to find out what the client's price range is and then set your prices in the middle. And also, everything can be negotiated. my 2 cents... johnny p. -Original Message- From: Siim Einfeldt aka Itpunk [mailto:[EMAIL

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread johnny p.
Hah! My wife has a formal education in graphics design. My web sites would look like crap without her extensive layout skills. :) I'm so lucky... johnny p. -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 12:11 PM To: [EMAIL

RE: [PHP] PHP evaluates an expression function?

2001-02-02 Thread johnny p.
Well, I think the equivalent PHP function to VB's eval() function is... eval(). go to: http://www.php.net/manual/en/function.eval.php HTH, johnny p. -Original Message- From: ¹æâÇö [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 8:11 PM To: [EMAIL PROTECTED] Subject

RE: [PHP] Symbolic link fails when User Authentication comes in

2001-02-01 Thread johnny p.
ntry/ http://www.bastille-linux.org/ Just my humble and paranoid opinion from past experiences. :) johnny p. -Original Message- From: david klein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 2:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Symbolic

RE: [PHP] Is correct ??

2001-01-31 Thread johnny p.
)) || ($year $key)) { $day_count--; } } If anyone cares to translate into php, might be nice to have, but doesn't php have a pretty good set of calendaring functions already? haven't used 'em yet, but i looked at 'em a little... johnny p. -Original

RE: [PHP] copy() ??

2001-01-31 Thread johnny p.
value="1000" Send this file: INPUT NAME="userfile" TYPE="file" INPUT TYPE="submit" VALUE="Send File" /FORM The _URL_ should point to a PHP file. The MAX_FILE_SIZE hidden field must precede the file input field and its value is the maximum filesize acc

RE: [PHP] Symbolic link fails when User Authentication comes in

2001-01-31 Thread johnny p.
Add the FollowSymLinks to your httpd.conf file for that directory. I don't recommend doing this, tho, since it *is* a security hole. Directory /apps/apache/docs/test1 Options Indexes FollowSymLinks /Directory johnny p. -Original Message- From: david klein [mailto:[EMAIL

RE: [PHP] Strange problem

2001-01-30 Thread johnny p.
Sounds like there's no swap space left to me... -jp -Original Message- From: Dustin Butler [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 11:11 PM To: 'Jeroen Jochems'; php-general (E-mail) Subject: RE: [PHP] Strange problem There are FTP functions if it's an FTP

RE: [PHP] file storage/downloader...

2001-01-24 Thread johnny p.
-Original Message- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 11:01 AM To: johnny p. Cc: [EMAIL PROTECTED] Subject: Re: [PHP] file storage/downloader... On Sun, 21 Jan 2001, johnny p. wrote: Ok, here's the prolem: I'm trying

[PHP] login authentication / session handling...

2001-01-24 Thread johnny p.
redundant, would be appreciated. There's so much to sift through and perhaps if someone just points to a good doc on authentication processes, that would help. Thanks for all the help, johnny p. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP] Build with Apache on Linux

2001-01-21 Thread johnny p.
Try following the instructions on the devshed page: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ This is an awesome tutorial to get things up and running for a standard web serveer install with Apache, PHP, MySQL, and SSL, if you need it. johnny p. -Original Message

[PHP] mcal installation

2001-01-19 Thread johnny p.
individual user directories or even if the thing works. I don't even get any errors or output. I make the mcal function calls and... nothing. If anyone has any experience with getting this installed and configured, I would be much appreciated. thanks, johnny p. --- John

RE: [PHP] mcal installation

2001-01-19 Thread johnny p.
yes. I installed both the libraries. I followed all the directions on the mcal web site for installing it. johnny p. -Original Message- From: Sam Masiello [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 3:17 PM To: johnny p.; [EMAIL PROTECTED] Subject: RE: [PHP] mcal

RE: [PHP] mcal installation

2001-01-19 Thread johnny p.
, johnny p. -Original Message- From: Sam Masiello [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 4:23 PM To: johnny p.; [EMAIL PROTECTED] Subject: RE: [PHP] mcal installation Did you restart your web server after recompiling PHP? Please be more specific on the steps