User Profile

Collapse

Profile Sidebar

Collapse
rfresh
rfresh
Last Activity: Nov 20 '07, 10:07 PM
Joined: May 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rfresh
    replied to Populating an html form with mysql data.
    in PHP
    @fjm

    Maybe I'm over simplfying this, but why don't you just populate your web page HTML objects from your DB after fetching their values? I would just populate your HTML objects directly from the DB fields; something like this:

    Code:
    $frm_name = $php_row->name;
    See more | Go to post

    Leave a comment:


  • I do it this way:
    [code=php]
    $option = $_POST['frm_company_ad dress_book_cbo'];
    foreach ($option as $selected)
    etc.
    etc.[/code]

    [Please use CODE tags when posting source code. Thanks! --pbmods]
    See more | Go to post
    Last edited by pbmods; Jun 1 '07, 04:32 PM. Reason: Added code tags.

    Leave a comment:

No activity results to display
Show More
Working...