Re: [PHP] OFF THIS LIST, PLEASE

2001-04-20 Thread Jon Jacob
Matthew Luchak wrote: > > To unsubscribe, e-mail: [EMAIL PROTECTED] Hey, great idea. Wish I had thought of it : ) Actually, I did. And I sent the mail for both this list and the Dev list but the admin server does not seem to be doing its job.

[PHP] OFF THIS LIST, PLEASE

2001-04-20 Thread Jon Jacob
I have tried to unsubscribe, but can't seem to get the message through. Please help. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Re: Programming Jobs - what I look for.

2001-04-02 Thread Jon Jacob
Michael Kimsal wrote: > To follow up just a bit more, here are skills I would require of someone > before hiring them: > > * Practical SQL knowledge, with hands-on experience of at least 6 months > (with projects/URLs to show for it) with either MySQL, Postgres, MSSQL, > Oracle, DB2 or another hi

Re: [PHP] Problems with files!!!!!

2001-04-01 Thread Jon Jacob
Tyrone Mills wrote: > I don't know if it's been mentioned or not, but I have found that unless the > file exists, I can't open it. Have you verified that the file exists and the > user that the script will run as has the appropriate permissions? > > I think you are mistaken. According to the PH

Re: [PHP] Problems with files!!!!!

2001-04-01 Thread Jon Jacob
David Robley wrote: > On Sat, 31 Mar 2001 21:31, Ales Kunst wrote: > > Hi, > > > > I have a strange kind of a problem. I'm cannot write to files on a > > server (i'm having virtual host) where i got my domain name. > > The server is running Apache 1.3.x and is having php3.0.8 installed. > > The c

[PHP] Programming Jobs

2001-04-01 Thread Jon Jacob
I hope this is not off topic, but I need to ask a general audience this question and this seems like the right group. I have been out of work for two months and I am not sure why. I am a talented web programmer with three years experience, strong Perl, JavaScript, CGI, and HTML skills and a grea

[PHP] Finally! Got PHP to work with RH7 and Oracle

2001-04-01 Thread Jon Jacob
Well, my bumbling determinism finally paid off. After starting at the configuration laid down by the rpms, I could not figure out what was wrong, so I decided to recompile the php source with the OCI8 option (and -enable-sigchild which is advised in the configuration output) and for whatever reas

Re: [PHP] Compiling under RH7

2001-03-31 Thread Jon Jacob
use --with-layout=RedHat (or like) for Apache's configure. > > (How about run 'find / -name httpd.conf'? You might find more than one.) > > Regards, > > -- > Yasuo Ohgaki > > "Jon Jacob" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTE

[PHP] RH7, Oracle 8i: Curiouser and Curiouser

2001-03-31 Thread Jon Jacob
Hum. Maybe it is because of the weekend or maybe it is because the combination of RH7, Oracle and PHP is too volitile, but I have yet to hear of anyone who has gotten this to work. Well, my experience brings up serious doubts that it can be done (but I will persist!) I will quickly recap if

Re: [PHP] Quick RegEx Question

2001-03-31 Thread Jon Jacob
Jon Jacob wrote: > Jeff Oien wrote: > > > I want to check if a variable contains a price, like > > $19.99 > > It definitely would be a dollar sign, two integers a dot and > > two integers. Here is what I tried which doesn't work. > > > > if (ereg(&q

[PHP] Compiling under RH7

2001-03-31 Thread Jon Jacob
I am still only getting the source of the php file. Has anybody successfully compiled Apache 1.3.x (1.3.19 in my case) and PHP (4.0.4pl1) under RH7? My httpd.conf has the proper AddType line and the php4 module is installed according to httpd -l. If you have done this successfully, please let

Re: [PHP] Quick RegEx Question

2001-03-31 Thread Jon Jacob
Jeff Oien wrote: > I want to check if a variable contains a price, like > $19.99 > It definitely would be a dollar sign, two integers a dot and > two integers. Here is what I tried which doesn't work. > > if (ereg("\$([0-9]{2}).([0-9]{2})", $Price)) > or > if (ereg("\$([0-9]{2})\.([0-9]{2})", $Pr

Re: [PHP] More questions about installing.....

2001-03-30 Thread Jon Jacob
> > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Jacob > > Sent: Friday, March 30, 2001 9:22 PM > > To: Greg Donald > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] More questions about installing. >

Re: [PHP] More questions about installing.....

2001-03-30 Thread Jon Jacob
Greg Donald wrote: > > Ah, but there my friend is the rub. I did put that in. > > > > .And, all the conditions for the modules are there and > > specifically the > > module for php4 is present and the conditional is there. I tried > > putting the > > line above in the wide open (outside a c

Re: [PHP] More questions about installing.....

2001-03-30 Thread Jon Jacob
Greg Donald wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Jacob > > Sent: Friday, March 30, 2001 9:05 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] More questions about installing. > >

[PHP] More questions about installing.....

2001-03-30 Thread Jon Jacob
Sorry for the newbie level questions, but I am having more weird install problems. Its just been so long since I did all this installing crap I guess I forgot a couple of things.. I have recompiled Apache and PHP according to the instructions in the INSTALL doc, but when I run it now the doc

Re: [PHP] Recompiling under RH7

2001-03-30 Thread Jon Jacob
Jon Jacob wrote: > Okay, frustration time under RH7... > > I am trying to recompile PHP for use with Oracle. (If you are saying to > yourself, "but Oracle does not work under RH7." then don't go > there. It does but it takes a significant amount of work

[PHP] Recompiling under RH7

2001-03-30 Thread Jon Jacob
Okay, frustration time under RH7... I am trying to recompile PHP for use with Oracle. (If you are saying to yourself, "but Oracle does not work under RH7." then don't go there. It does but it takes a significant amount of work.) I have done this before under RH6.2 and it did the same t

[PHP] Attempt to unsubscribe failed

2001-02-05 Thread Jon Jacob
I have tried to unsubscribe to the list because my server will be down for at least two weeks, however, I am still getting mail. If someone could pass this on to the admin I would appreciate it (and so would they). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PHP and Oracle resources

2001-02-04 Thread Jon Jacob
Kristofer Widholm wrote: > > Well, I've been given the joyous task of implementing the DaveTV > project at CBS via PHP, using Oracle as a database. > > I've never used Oracle before. > > Looking at the PHP functions for Oracle, and having heard about it in > the past, it seems like quite a diff

[PHP] Suggest for List

2001-02-01 Thread Jon Jacob
This list is very active, but I find that I am deleting about 70% of the messages about reading the first line. Mostly, this is because so many of the users are new that their questions are very basic. It might be a good idea to have a beginners and an advanced list. -- PHP General Mailing Lis

Re: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Jacob
Aaron Gould wrote: > > I'm at the end of my rope here... > > I have a 100,000+ line file containing IP addresses. For each line, I need > to run a "gethostbyaddr" command. However, some lines take a long time to > timeout. Is there a way I can decrease this timeout period to one or two > seco

[PHP] Oracle Function list

2001-01-30 Thread Jon Jacob
I found a list of some of the Oracle Functions at the main PHP site. Is this all there is? -- 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] string length?

2001-01-30 Thread Jon Jacob
Kevin Connolly wrote: > > Hi, > I am quite new to PHP scripts and I have run into a little problem with my string! > I have a string called $numbers which is 5;6;12;21;36;42 (for example, it can be any >6 numbers between 1 and 42). > Is there an easy way that I can find out how many numbers ther

[PHP] Oracle support not working

2001-01-27 Thread Jon Jacob
Apache 1.3.12 Oracle 8.1.6 Redhat 6.2 PHP 4.0.3 Well, I think I have done everything right but must have missed something. I installed with --with-oci8 and --with-oracle, my LD_PRELOAD is defined properly and even has the full path to be sure, apache has been stopped and restarted, yet when I tr