Ask a Question related to PHP Development, Design and Development.
-
Suresh Babu.A #1
HOW TO -- ARRAY UPDATE MYSQL
HI ALL,
I want to update a mulitple row from a HTML Table to MYSQL Database.
L1 V1 T1
L2 V2 V2
L3 V3 V3
Any help in this regard is much appreciated.
Suresh
Suresh Babu.A Guest
-
Mysql result to array
I have this query, it gives the suspected information in myphpadmin: select listid, count(*) from table1 group by listid How do I put this the... -
mySQL and Array
Hi all- I have defined an array using: <cfset notesattached = ArrayNew(1)> and added some data like this: <cfset notesattached = 4>... -
Fetch array, display and update, all in one.. ?
Hi All, I have designed a debit-system database with a PHP frontend. The amounts need to be updated on a monthly basis. now i have 10 clients in... -
Array of Dates from MYSQL?...
This has been puzzelling me for a couple of weeks now, and just can't figure it out. Does anyone know how to return an array of dates from MySQL... -
php mysql array question
I use the PEAR db http://pear.php.net/manual/en/package.database.php This returns arrays - examples here... -
Curt Zirzow #2
Re: [PHP] HOW TO -- ARRAY UPDATE MYSQL
Suresh Babu.A [Support] <uarusu01@thiru.vetri.com> wrote:
Can you expand on this a little more, it's a bit vague.>
> HI ALL,
>
> I want to update a mulitple row from a HTML Table to MYSQL Database.
>
> L1 V1 T1
> L2 V2 V2
> L3 V3 V3
Curt Zirzow Guest
-
Suresh Babu.A #3
Re: [PHP] HOW TO -- ARRAY UPDATE MYSQL
Hi ALL,
I just want to validate each row values of a and load the same in MYSQL
Table.
Suresh A.
On Sat, 19 Jul 2003, Curt Zirzow wrote:
> Suresh Babu.A [Support] <uarusu01@thiru.vetri.com> wrote:> Can you expand on this a little more, it's a bit vague.> >
> > HI ALL,
> >
> > I want to update a mulitple row from a HTML Table to MYSQL Database.
> >
> > L1 V1 T1
> > L2 V2 V2
> > L3 V3 V3
>
>
>
> --
> PHP General Mailing List ([url]http://www.php.net/[/url])
> To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
>
>Suresh Babu.A Guest



Reply With Quote

