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
 [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: Sat Jun 01 13:01:29 2024 UTC