php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7830 How can I insert new records into a table?
Submitted: 2000-11-15 09:57 UTC Modified: 2000-11-15 11:39 UTC
From: n dot vieira at oninet dot pt Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.3pl1 OS: Windows 98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: n dot vieira at oninet dot pt
New email:
PHP Version: OS:

 

 [2000-11-15 09:57 UTC] n dot vieira at oninet dot pt
   I have been trying to insert records into a mysql table using mysql_query() and mysql_db_query() but i have had no success... 
   Is there a mysql_insert() command? If there is then what is the syntax? 
   How can i insert records with mysql?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-15 11:39 UTC] mrobinso@php.net
Please read the mysql manual for more info
on adding records to a database with the "insert"
syntax.

The proper place to ask these types of questions
is the php-db list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 08:01:34 2024 UTC