User Profile

Collapse

Profile Sidebar

Collapse
abisiva
abisiva
Last Activity: Jan 12 '12, 09:28 AM
Joined: Jul 25 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you for your help,

    I try to insert one person detail, it's inserted successfully. But same data insert 3 times in the DB. Please help me to solve the error.

    I had this data in the Database.
    Code:
    id      name        dob           gen
    1       James       12-03-1977     M
    2       James       12-03-1977     M
    3       James       12-03-1977     M

    Code:
    class Detail
    ...
    See more | Go to post

    Leave a comment:


  • How to insert data from database using oops php concepts?

    Hi,

    I am new for PHP OOP concept.
    Pls give some example source code for "How to insert data using oops concept?" I want to improve my knowledge. pls any one help me....

    I know below the basic concept
    insert_db.php
    Code:
    $sql="INSERT INTO Persons (FirstName, LastName, Age)
    VALUES
    ('$_POST[firstname]','$_POST[lastname]','$_POST[age]')";
    
    if (!mysql_query($sql,$con))
    ...
    See more | Go to post
No activity results to display
Show More
Working...