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.
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
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
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
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
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
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
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
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
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
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
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
> > -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.
>
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
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.
> >
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
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
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
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
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
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
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
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]
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
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
25 matches
Mail list logo