HOW TO -- ARRAY UPDATE MYSQL

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. mySQL and Array
      Hi all- I have defined an array using: <cfset notesattached = ArrayNew(1)> and added some data like this: <cfset notesattached = 4>...
    3. 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...
    4. 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...
    5. php mysql array question
      I use the PEAR db http://pear.php.net/manual/en/package.database.php This returns arrays - examples here...
  3. #2

    Default Re: [PHP] HOW TO -- ARRAY UPDATE MYSQL

    Suresh Babu.A [Support] <uarusu01@thiru.vetri.com> wrote:
    >
    > 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
    Can you expand on this a little more, it's a bit vague.


    Curt Zirzow Guest

  4. #3

    Default 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:
    > >
    > > 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
    > Can you expand on this a little more, it's a bit vague.
    >
    >
    >
    > --
    > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139