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
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
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
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
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
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
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
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
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
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
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
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");
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
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
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
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
> >
"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
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
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
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
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
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
22 matches
Mail list logo