i cannot able to insert values to table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nasrin1234
    New Member
    • Jul 2014
    • 1

    #1

    i cannot able to insert values to table

    hi tis nasrin,
    when am creating database(table) using php is successful results came,but i cannot able to insert values to the database using html form,
    i am using POST method itself,but i cannot able to insert values please help me
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    we need to see your code otherwise we can‘t help.


    PS. whether you POST or GET (or any other HTTP method) data does not make any difference when communicating with the DB.

    Comment

    • Bharat383
      New Member
      • Aug 2011
      • 93

      #3
      (1) Check Your Database Connectivity
      (2) Check Submiting Value
      (3) Check Your Insert Query with mysql_query($in ser_qry) or die(mysql_error II());

      Comment

      Working...