Re: [PHP-DB] Global query

2001-04-04 Thread Chand
At 04:05 04/04/2001 +0200, [EMAIL PROTECTED] wrote: To do that, I expect to build the following database : --- Date of the document|chapter| text

[PHP-DB] FREE LEADS FOR OUR GROUP!!

2001-04-04 Thread wealthclub2738933
ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT THE FOLLOWING OPPORTUNITY I CAME ACROSS!! IF YOU PLUG INTO THEIR PROVEN SYSTEM, THEY GUARANTEE YOU SUCCESS, AND PROVIDE YOU WITH FREE LEADS TO BUILD YOUR GROUP!! DO NOT LET THIS SLIP AWAY!! CLICK BELOW AND FIND OUT AS I DID, WHY THESE

[PHP-DB] Is Sybase supported on Windows?

2001-04-04 Thread Javier Boluda
Hello, I'm trying to connect via PHP to Sybase from Win'98 Having Personal Web Server and I get the following error: Fatal error: Call to unsupported or undefined function sybase_connect() I haven't found any dll named *sybase* for Windows. Is there any way of supporting Sybase? Please

[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-04 Thread Patrick Schäfer
Can anybody help me with this problem Fatal error: Call to unsupported or undefined function mysql_connect() in dbopen.php on line 7 $server = "localhost"; $user = "dbuser"; $password = "pass"; $db = mysql_connect($server, $user, $password); -- This is line 7 of my script $select =

RE: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-04 Thread Brunner, Daniel
Hello... Either the Username or Password or Database does not exist... Do this $db = mysql_connect(server, $user, $password) or die ("Sorry something is wrong"); $select = mysql_select_db("intranet", $db); or die ("Sorry something is wrong"); That way you can see if it

[PHP-DB] Prob with Ingres II (apache DSO) (on SuSe 7.1)

2001-04-04 Thread systems
Actually, I don't know if this is a PHP problem, or an Apache problem. I'm trying to create a 'libphp4.so', including Ingres support (-with-ingres= ), and everything on the PHP side seemedto go ok - no errors in the make. But an ./apahectl configtest gives this: Syntax error on line 205

[PHP-DB] [BUG?] pg_fetch_array

2001-04-04 Thread Patrick Dunford
ay it again: Rejoice! -- Philippians 4:4 http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010404 === Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/ -- PHP Database Mailing List (http://www.php.net/) To

RE: [PHP-DB] mysql_result()

2001-04-04 Thread Mark Roedel
-Original Message- From: Jordan Elver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 10:46 AM To: PHP Database Mailing List; PHP General Mailing List Subject: [PHP-DB] mysql_result() If I knnow that a query will only retrun one row, can I do this (below) rather

[PHP-DB] Method POST not allowed

2001-04-04 Thread Gabriel
Someone can tell me how can i resolve the problem in the subject i ve a form with a peace of code in php calling a mysql db, when i press submit the apache server returns me that error: 450 Method not allowed The requested method is not allowed to this URL Ill appreciate any kind of help,

[PHP-DB] SELECT statement

2001-04-04 Thread Julio Cuz, Jr.
Hi-- Every time I run the following code, I get this error if I use a NUMBER for the 'Email' case: "Warning: Unable to jump to row 0 on PostgreSQL result index 2 in /html/rccd/remodel/display2.php on line 35" or, if I use a string (i.e. [EMAIL PROTECTED]), I get this error message: "Warning:

Re: [PHP-DB] SELECT statement

2001-04-04 Thread Julio Cuz, Jr.
Ron, Thanks for your help, but my problem still there even when I made the following changes: $sql = "SELECT * FROM \"Remodel\" WHERE Email=\"".$find."\""; By the way, you're correct when saying that "WO" and "Email" are column names and '"$find" is what the user entered when searching for a

RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect()

2001-04-04 Thread Patrick Dunford
e in the Lord always. I will say it again: Rejoice! -- Philippians 4:4 http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010404 === Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/ -- PHP Database

Re: [PHP-DB] Is Sybase supported on Windows?

2001-04-04 Thread Patrick Dunford
, Christchurch, NZ - http://pdunford.godzone.net.nz/ Rejoice in the Lord always. I will say it again: Rejoice! -- Philippians 4:4 http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010404 === Created by Mail2Sig - http

[PHP-DB] Oracle vs MS SQL vs MySQL

2001-04-04 Thread Brian.J.Mauter
Hey, Has anyone tried out all three of these DBMS packages and evaluated them? I was wondering what everyone is having the best luck with when writing PHP scripts. I'm using Oracle8i and if you don't mind, it's a pain in the tail. :-P While I'm asking, let's not limit it to just those three,

Re: [PHP-DB] Passing parameters

2001-04-04 Thread Julie Meloni
if ($btnChoice = 'Save'){ Do something }elseif ($btnChoice = 'Delete') { header("Location: MemberAdmin.shtml"); exit; } use == instead of = -- ++ | Julie Meloni ([EMAIL PROTECTED]) | || | "PHP

Re: [PHP-DB] Global query

2001-04-04 Thread le_pit_est_un
Thanks to Brian, Chand and Andi for their comments. Yes Andi, it is exactely what I am looking for ! I would be more than happy to receive this code. Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DB] Saving email address with @ in it

2001-04-04 Thread Timothy Aslat
Jim Ray wrote: Can anyone tell me if this is correct? Or can someone tell me how to save a field with an @ in it? You certainly can safe a field with a @ in it, just use the addslashes() function on the string before you do the insert. eg: $string = addslashes($string); this will basically

[PHP-DB] Varible insert

2001-04-04 Thread Shannon Doyle
Hi People, It seems like all I am doing lately is going into areas of php that I haven't done before and get stuck. Anyway, here is another small request that I have. I have a series of pages that must insert into a mysql database the results of the entries. I know how to insert these details

Re: [PHP-DB] Oracle vs MS SQL vs MySQL

2001-04-04 Thread Steve Farmer
Hi Brian, At 7:24 PM -0500 4/4/01, Brian.J.Mauter wrote: Hey, Has anyone tried out all three of these DBMS packages and evaluated them? well not all of them :) I was wondering what everyone is having the best luck with when writing PHP scripts. On that level it doesn't make much difference

[PHP-DB] Microsoft Access DB PHP

2001-04-04 Thread James Kneebone
Hello List, I have a query in regards to using PHP to only retrieve records from a Microsoft Access Database. I would like to know whether it is possible to do so with PHP and not have to change completely and use ASP. Cheers, James -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Good PHP MySQL Host in India

2001-04-04 Thread Jaskirat
Hello, Are there any Indian Developers here who can suggest a good hosting company in India which gives MySQL and PHP. I have been hosting with Delhinet for two years .. now they have suddenly changed their hosting plans a lot which are now are very restrictive and costlier. Jaskirat. --

Re: [PHP-DB] Oracle vs MS SQL vs MySQL

2001-04-04 Thread Phil Jackson
Brian, To echo your other replies, there is always a trade-off between cost, ease of mainenance, usability, and functionality. PHP seems to go quite hand-in-hand with MySQL, despite some limitations. I'd take a look at the MySQL site and see first if you can live with those limitations. Ive

Re: [PHP-DB] Varible insert

2001-04-04 Thread Phil Jackson
Hmmm...given that the form fields all had the same names - i.e. you were performing the same sql, you could use and include or "required" file that did all the DB work. Or - you could have a generic includr file function that you passed a connectstring and sqlstring to as variables Phil J.

Re: [PHP-DB] OT - Domain Registrars

2001-04-04 Thread John Starkey
I'd have to definately agree. Avoid NS at all costs. If you want to be able to change your records in about ten minutes go with register.com or I use urlbuyers.com (and register.com but am in the process of moving everything of mine over to consolidate. A client registered with NS spent a week

RE: [PHP-DB] mysql_result()

2001-04-04 Thread Andrew Hill
Jordan, If you know your result is going to product one row, try using: $row=mysql_fetch_array($result, MSQL_ASSOC); // returns an assoc array where the field names are keys, field value is value $id=row[id]; $name=row[name]; etc. Best regards, Andrew --

[PHP-DB] mysql_result()

2001-04-04 Thread Jordan Elver
Hi, If I knnow that a query will only retrun one row, can I do thiss (below) rather than using a while loop for one record? $id = @mysql_result($result, 0, 'id'); $name = @mysql_result($result, 0, 'name'); $email = @mysql_result($result, 0, 'email'); $address1 = @mysql_result($result, 0,