[PHP-DB] E-Commerce - Integrating Sessions With Charging Processes That rePOST

2001-08-19 Thread Fotwun
Hi, I have basically seen and used two methods for integrating credit card gateways into PHP code. The first method is one that opens a socket to the gateway server and sends the data from within the code. The second is where FORM data is posted to a https URL with the URL is should send the re

[PHP-DB] getting dbase functions to work

2001-08-19 Thread Travis Cannell
Ok I am trying to use some of the PHP dbase functions and I get a call to undefined function error. Looking at the documentation I found a post on the site that said in order for these to work I need to compile PHP with dbase support with a command. Here is the explination You need to compi

Re: [PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-19 Thread Richard Chauvaux
Take a look here and all will be revealed: http://www.mysql.com/doc/G/e/Getting_unique_ID.html basically, you need a field in the db with an auto_increment attribute. Richard CrossWalkCentral wrote: > Question how do you use this function? > > mysql_insert_id(); > > I have tried it and it give

Re: [PHP-DB] oracle (oci8) intro

2001-08-19 Thread Graeme Merrall
Quoting Cynic <[EMAIL PROTECTED]>: > Hi there, > > I'm in a situation where I need to produce a small app > on top of an Oracle server really quickly. I'm quite a > seasoned developer, but have only experience with MySQL > so far. It's my understanding that Oracle lacks the > MySQL's "LIMIT" fe

Re: [PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-19 Thread CrossWalkCentral
Question how do you use this function? mysql_insert_id(); I have tried it and it gives me and error every time any one have any sample conde on this -- Cross Walk Central www.crosswalkcentral.net Support Center Your Web Hosting Community! "Beau Lebens" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP-DB] strange upload and db-insert problem with explorer5.5

2001-08-19 Thread Serge Adamowsky
dear community, i've got a script which handles the correct upload of certain documents. the way: 1)select the document, then upload through form with method post -> target same document 2)do the checking stuff with the document, if ok call the same script again for displaying the property-page

[PHP-DB] Re: oracle (oci8) intro

2001-08-19 Thread Alexandre Santos
Oracle have an hidden field called rownum, that defines the rownum of the record (table or result table from a query). Look in www.phpbuilder.com. There is an article about the building Prev/next buttons. In the comments you have more than one answer to your problem. Choose the one you think it's

[PHP-DB] Re: phpMyAdmin (well mySQL) and listing DB's

2001-08-19 Thread Alexandre Santos
Tom Carter wrote: > > Hi All, > > I was trying to set up phpMyAdmin for a client on my machine, and I've > created a mysql account for him such that he can only use his database, yet > when I use phpMyAdmin (with the correct setting) he can see all the > databases. The security is still there, i

Re: [PHP-DB] getting ID

2001-08-19 Thread CrossWalkCentral
I tried this and it gave me an error. Will this $id = mysql_insert_id(); allow me to pull out the id? -- Cross Walk Central www.crosswalkcentral.net Support Center Your Web Hosting Community! "Cynic" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 19:19

[PHP-DB] oracle (oci8) intro

2001-08-19 Thread Cynic
Hi there, I'm in a situation where I need to produce a small app on top of an Oracle server really quickly. I'm quite a seasoned developer, but have only experience with MySQL so far. It's my understanding that Oracle lacks the MySQL's "LIMIT" feature. Looking at the OCI section of the PHP manu

Re: [PHP-DB] getting ID

2001-08-19 Thread Cynic
At 19:19 8/19/2001, CrossWalkCentral wrote the following: -- >I have a script where I submit user data to the database in my script I need >to get the id # how can I do this w/o creating a query that does the >following considering that

[PHP-DB] getting ID

2001-08-19 Thread CrossWalkCentral
I have a script where I submit user data to the database in my script I need to get the id # how can I do this w/o creating a query that does the following considering that user could have 10 other entires. // Request info $result = mysql_query( "SELECT * FROM supportsys WHERE email = $email");

Re: [PHP-DB] Include

2001-08-19 Thread CrossWalkCentral
Thank you I got it working good deal -- Cross Walk Central www.crosswalkcentral.net Support Center Your Web Hosting Community! "Tom Carter" <[EMAIL PROTECTED]> wrote in message 001201c12888$bb8a9790$0a00a8c0@bjorn">news:001201c12888$bb8a9790$0a00a8c0@bjorn... >Yes that is correct. On a secur

RE: [PHP-DB] phpMyAdmin (well mySQL) and listing DB's

2001-08-19 Thread BoNzO
Look closer in the config.inc.php file.. There is a "show only this table" option /BoNzO http://bonzo.sineleven.nu -Original Message- From: Tom Carter [mailto:[EMAIL PROTECTED]] Sent: den 19 augusti 2001 15:54 To: [EMAIL PROTECTED] Subject: [PHP-DB] phpMyAdmin (well mySQL) and listing

[PHP-DB] Re: Masking a reacuring result

2001-08-19 Thread Ron Gallant
I just wanted to say that this is one of the most informative un-judging groups I have used. And thanks for everything Hugh. "Ron Gallant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am querying a list with a date field. I want to order the list by the

[PHP-DB] Re: Masking a reacuring result

2001-08-19 Thread Ron Gallant
Great, Thanks! "Hugh Bothwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > "Ron Gallant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I am querying a list with a date field. I want to order the list by the > >

[PHP-DB] Re: Masking a reacuring result

2001-08-19 Thread Hugh Bothwell
"Ron Gallant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am querying a list with a date field. I want to order the list by the > date field and only show each days date once with the other fields showing. > > (row 1) 2001-08-19 - some text here. > (row

[PHP-DB] phpMyAdmin (well mySQL) and listing DB's

2001-08-19 Thread Tom Carter
Hi All, I was trying to set up phpMyAdmin for a client on my machine, and I've created a mysql account for him such that he can only use his database, yet when I use phpMyAdmin (with the correct setting) he can see all the databases. The security is still there, it just looks messy + reveals all

[PHP-DB] Masking a reacuring result

2001-08-19 Thread Ron Gallant
I am querying a list with a date field. I want to order the list by the date field and only show each days date once with the other fields showing. (row 1) 2001-08-19 - some text here. (row 2)more text under same date. My date does not show. (row 3) 2001-08-20 - Lots of

Re: [PHP-DB] PHP4 OCIFetch with Oracle

2001-08-19 Thread Thies C. Arntzen
On 17 Aug 2001 19:41:26 +0200, Konrad BüKo wrote: > Hi > > We've a Problem with PHP4 OCIFetch and varchar2 ! > > OCHIFetch with number or date Field it work's fine but when i'll fetch a > varchar2 Field then i've no output in the browser ! > > When i dump the array then i see the character is 2

Re: [PHP-DB] Include

2001-08-19 Thread Tom Carter
Yes that is correct. On a security point of view therer is something extra you can do.. when using require you can require files that are outside the web tree...by this I mean are not accessible thru the internet. So if you site was in /home/web then you could setup a directory, say /home/web_v

RE: [PHP-DB] format dates from a database

2001-08-19 Thread Matthew Loff
strftime("format", strtotime($database_time_string)); "format" is defined in the page for strftime(). strtotime() converts the MySQL date into a UNIX timestamp. -Original Message- From: Caleb Walker [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 4:06 PM To: [EMAIL PROTECT