• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

What is my SQL missing?

phpmysqlubuntu


PHP Snippet 1:

$qry = "INSERT INTO lab4 values(1, 'First', 'User', '[email protected]', '1111111')";

PHP Snippet 2:

$qry = "INSERT INTO lab4 ( first_name, last_name, email, phone )
           values ('First', 'User', '[email protected]', '1111111');";

Related Snippets

I want to use codeigniter foreign character library in my custom PHP project how i can use it?

Make survey at laravel 5.4 and MySQL

WordPress Subquery returns more than 1 row on SELECT

Lumen - Postgresql setup - Composer

how to validate form data in codeigniter 4

mysql slow on updates for a well optimized query

SMTP "Error: DATA not accepted from server!" Opencart 2.3 on InMotionHosting

Laravel/ PHP: Order By Alphabetical with numbers in order [duplicate]

How to change the app environment at run time?

Natural ORDER in Laravel Eloquent ORM

Component install error: JInstaller: :Install: File does not exist

Why i get wrong output for html markdown?

Using PHP to connect to a remote MSSQL database

Correctly determine if date string is a valid date in that format

Creating live search with AJAX and CodeIgniter

About Contact Privacy policy Terms and conditions