[PHP-DB] search Engine

2001-02-18 Thread Brandon Feldhahn
Can some one tell me how i would make a search engine, like what talbes and how many fields and what the form should look like -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DB] Best Way

2001-02-18 Thread Koos van den Hout
Quoting Don Smith who wrote on Sat, Feb 17, 2001 at 08:56:19PM -0600: I've searched the manual and read many examples, but I have to ask here for the best way to program for a number of possibilities. I've got my site working the hard way, but I'll bet there's a smarter way of doing the

Re: [PHP-DB] OCI8 error problems

2001-02-18 Thread Thies C. Arntzen
On Thu, Feb 15, 2001 at 10:07:23AM -0500, Brian Lalor wrote: On Thu, 15 Feb 2001, Thies C. Arntzen wrote: how should it? you would have to pass in the correct statement|connection handle - elsewise it simply won't work! Ok, that was a cobbled-up code snippet; replace

[PHP-DB] How do i find MySQL inserted primary key?

2001-02-18 Thread phobo
if i do an insert statement where i let MySQL assign the (autoincrementing) primarykey, how do i find out the primary key of the record i just inserted? siggy - Original Message - From: "Thies C. Arntzen" [EMAIL PROTECTED] To: "Brian Lalor" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: [PHP-DB] How do i find MySQL inserted primary key?

2001-02-18 Thread Ifrim Sorin
Hi, You can use the LAST_INSERT_ID() function to find out the page_id for the inserted row. $query="select LAST_INSERT_ID() as page_id "; HTH Sorin Ifrim - Original Message - From: phobo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 2:14 PM Subject:

[PHP-DB] OCI8: searching for testcase that causes failed to rollback outstanding transactions or SEGFAULTs

2001-02-18 Thread Thies C. Arntzen
resend cause of type in adress - Forwarded message from "Thies C. Arntzen" [EMAIL PROTECTED] - Date: Sun, 18 Feb 2001 17:26:25 +0100 From: "Thies C. Arntzen" [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: OCI8: searching

[PHP-DB] Problems with dbmreplace() and dbmdelete()

2001-02-18 Thread Uli Lehner
Good day (or whatever), I have looked for this problem in every german archive and in the german mailinglist, but noone knew an answer. following problem: I want to use a dbm-database, I can open it, I can insert something and I can close it without problems, but if i try to replace or delete

Re: [PHP-DB] Links On The Fly

2001-02-18 Thread JJeffman
You can pass the "href" as an urlencoded to your php script. HTH. Jayme. -Mensagem Original- De: Sridhar Ranganathan [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Enviada em: sbado, 17 de fevereiro de 2001 21:40 Assunto: [PHP-DB] Links On The Fly Hi All I have a search engine which

Re: [PHP-DB] Oracle WinNT4/2000

2001-02-18 Thread Jorge Santos
Unfortunately, upgrading the Oracle boxes is not an option. The current Oracle version databases are part of a massive, already in production system and is out of the question. We're adding additional components and I STRONGLY recommended using PHP for server-side functionality. If I can't

[PHP-DB] Income on the Net!

2001-02-18 Thread Noel Hadfield
I wanted to let you know about a new opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet; how to use our system to create an income stream; and how to earn income globally, 24 hours a day. Don't let this

[PHP-DB] cgi redirection

2001-02-18 Thread Free Beachler
Hello all. I'm new to PHP, but web dev. is my forte... In PHP how does one: do a CGI re-direction? For example. I have a user authentication script that checks against user name and password. Such a setup is in a classic format: login page submits to query page that checks agains member