Re: [PHP-DB] Trouble With Counting New Documents With Complex Query

2004-01-04 Thread Adam i Agnieszka Gasiorowski FNORD
Jeremy Peterson wrote: > I haven't tested this code, but it should get you started. I imagine that > you have a lot of different days that you are trying to restrict in your > query (This could be costing you a lot of time), so the first query removes > all articles you don't want up front befor

[PHP-DB] [Fwd: Catalog listing]

2004-01-04 Thread Adam i Agnieszka Gasiorowski FNORD
LOL, look what I've got after posting to one of the groups about my problem with multiple JOIN query...Some kind of robot reads one of them? Original Message From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Precedence: bulk Subject: Catalog listing To: [EMAIL PROTE

[PHP-DB] Re: Subject: grabbing text from a webpage and putting it in a query.

2004-01-04 Thread Neil Smth
At 08:03 04/01/2004 +, JeRRy wrote: $matcharray=array("Brisbane Lions v Collingwood at Gabba (night)"); This will only work for that game matching the names right? I'd like to run some query or maybe 2 or 3 MAX Wrong. I guess you didn't read the code, the comments, or the chapter on php.ne

[PHP-DB] BINARY not recognized ??

2004-01-04 Thread Monty
Hi. My server has MySQL 3.23.58 installed, and I just migrated over from RedHat 7.2 to ES 3.0. Previously I was using the BINARY command to execute a case-sensitive search for member user names like this: SELECT * FROM mem WHERE BINARY user_name = 'SomeOne'; I now get an error from MySQL sta

Re: [PHP-DB] what happened to php_oci8.dll in PHP5 windows distribution?

2004-01-04 Thread Christopher Jones
Christopher Jones wrote: Jed wrote: Hello All, I'm new to PHP but was able to get some simple sample programs working accessing a local Oracle database using the php_oci8.dll extension provided with the php 4.3.4 distribution. I installed the PHP5 beta version but there is no php_oci8.dll provi

[PHP-DB] Undefined function mysql_connect

2004-01-04 Thread Richard Bewley
Hi, I compiled mySQL 4.0.16 from source, and installed PHP 4 off the RH9 cd. I also have the php-mysql-4.2.2-17 rpm installed. But for some reason, I keep getting call to undefined function mysql_connect, and it won't connect to the mysql database. Any ideas? Thanks, Richard -- PHP Database

[PHP-DB] Re: Subject: grabbing text from a webpage and putting it in a query.

2004-01-04 Thread JeRRy
Hi Neil, Could you please send me the code again please? Seems like my email client did a wibble last night and lost all my emails. :( Sorry about that. J Date: Sun, 04 Jan 2004 15:10:04 + To: [EMAIL PROTECTED] From: "Neil Smth" <[EMAIL PROTECTED]> Subject: Re: Subject: grabbing text fr