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 PROTECT

RE: [PHP] Which Regex library?

2001-02-05 Thread johnny p.
If that works, then just use that. johnny p. > -Original Message- > From: Shawn J. Wallace [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 8:17 AM > To: johnny p. > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Which Regex library? > > > Ok, this is from

RE: [PHP] Which Regex library?

2001-02-05 Thread johnny p.
What is the expression that seems to be failing? give an example, perhaps it's your code. johnny p. > -Original Message- > From: Shawn J. Wallace [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 8:09 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Which Rege

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:

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 P

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

2001-02-02 Thread johnny p.
I agree. I have a separate maintenance agreement for additional changes and updates and charge them a pre-specified hourly rate. thanks for the advice... been bit a couple times before, tho. good for others to read. johnny p. > -Original Message- > From: Jeff Oien [mailto:

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

2001-02-02 Thread johnny p.
what they're looking 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---

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

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

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 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. Options Indexes FollowSymLinks johnny p. > -Original Message- > From: david klein [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

RE: [PHP] copy() ??

2001-01-31 Thread johnny p.
the maximum filesize accepted. The value is in bytes. johnny p. > -Original Message- > From: Fredrik Arild Takle [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 12:00 PM > To: [EMAIL PROTECTED] > Subject: [PHP] copy() ?? > > > I'm trying to

RE: [PHP] Is correct ??

2001-01-31 Thread johnny p.
,2300,2500,2600,2700) { if ((($year == $key) && ($month > 2)) || ($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 func

RE: [PHP] Unable to fork???

2001-01-31 Thread johnny p.
to something higher by typing 'ulimit -u '. If you're using a different shell, do a man on the shell and look up ulimit. johnny p. > -Original Message- > From: Daniel Williams [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 8:57 AM > To: [E

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 F

[PHP] login authentication / session handling...

2001-01-24 Thread johnny p.
. Any assistance, although most likely 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/)

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: > &

[PHP] file storage/downloader...

2001-01-21 Thread johnny p.
f the site. Thanks in advance for any ideas, johnny p. -- 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] 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 Mess

RE: [PHP] mcal installation

2001-01-19 Thread johnny p.
hanks, 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

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] > Su

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