[PHP-DB] JOIN statement not producing expected output

2002-05-20 Thread admin
Okay, now this is my first try on fetching data from two tables, and frankly I'm starting to pull my hair out ;) All I want is to fetch some data from two seperate tables in my database. So far I have tried different approches, and below is what I think should work, but doesn't :( SELECT *

[PHP-DB] JOIN statement not producing expected output

2002-05-20 Thread admin
Okay, now this is my first try on fetching data from two tables, and frankly I'm starting to pull my hair out ;) All I want is to fetch some data from two seperate tables in my database. So far I have tried different approches, and below is what I think should work, but doesn't :( SELECT *

[PHP-DB] RE: [PHP] Regex for telephone numbers

2010-12-29 Thread admin
I suggest you try javascript. Richard L. Buskirk -Original Message- From: Ethan Rosenberg [mailto:eth...@earthlink.net] Sent: Wednesday, December 29, 2010 7:12 PM To: php-db-lists.php.net; php-gene...@lists.php.net Subject: [PHP] Regex for telephone numbers Dear List - Thank you for

[PHP-DB] RE: [PHP] Regex for telephone numbers

2010-12-29 Thread admin
Also remove your stupid Email filter. If you need a email filter, you should not be on this list or learn to setup rules one. Richard L. Buskirk -Original Message- From: Ethan Rosenberg [mailto:eth...@earthlink.net] Sent: Wednesday, December 29, 2010 7:12 PM To: php-db-lists.php.net;

[PHP-DB] Query Question

2011-05-22 Thread admin
I have been working on a class methods for some time now. I have reached a cross road when it comes to common practice of developing query structure. Long ago I wrote queries where I just called the field I wanted on a particular table unless I was joining them. Example: $query =

[PHP-DB] Re: [PHP] No same username

2001-02-25 Thread Web Admin
define a UNIQUE field :) - Original Message - From: Brandon Feldhahn To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Sunday, February 25, 2001 4:03 PM Subject: [PHP] No same username how do i make somthing with my database that knows it the username

[PHP-DB] Error on Apache+PHP+interbase(Firebird) installation

2003-10-14 Thread JMC Admin
Greetings! Just want to ask you why is it that i cannot connect to my interbase = (firebird on freebsd 5.1). I installed my PHP with the following = configuration. ./configure --with-apxs=3D/usr/local/apache/bin/apxs \ --with-interbase=3D/opt/interbase --enable-mbstring \

[PHP-DB] PHP Script to Run SQL file.

2007-07-28 Thread =\(SC\)= Admin
Hi all, wondered if someone could help me. I've seen this done before and wondered if someone knew how to do it. Basically I need a PHP script that will run a SQL file. Or, just a PHP script that will execute a bunch of SQL statements. Any ideas anyone? Thanks in advance. Paul. Arena

[PHP-DB] Oracle 9i Support

2001-07-24 Thread Lee Whatley (System Admin)
Hello, I am trying to use php 4.0.6 with an Oracle 9i database. Using the --with-oci8 compile option does not seem to work as it gives me the following message: checking Oracle version... configure: error: Oracle-OCI8 needed libraries not found Is there any way I can trick php (or oracle)

Re: [PHP-DB] Re: Oracle 9i Support

2001-07-26 Thread Lee Whatley (System Admin)
to use any oracle functions, (ora_logon, etc) I got an undefined function error. I don't WANT to use odbc, but if thats my only choice I guess I'll have to for awhile. -Lee Thies C. Arntzen wrote: On Thu, Jul 26, 2001 at 01:17:57PM -0500, Lee Whatley (System Admin) wrote: Well I found out