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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 22 12:00:02 2026 UTC