PDO-OOP-PHP-CRUD-with-Bootstrap 2016 (Insert,Delete,Update Commands) | Part-7

PDO-OOP-PHP-CRUD-with-Bootstrap 2016 (Insert,Delete,Update Commands) | Part-7

Technical Suneja

7 лет назад

4,125 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ravi Verma
Ravi Verma - 03.05.2018 14:27

if(isset($_REQUEST['submit'])){

$name=$_REQUEST['firstname'];
$last=$_REQUEST['lastname'];
$con=$_REQUEST['country'];
$mas=$_REQUEST['massage'];

$query="insert into first_table SET name='$name', lastname='$last', country='$con', massage='$mas'";

$sql=$conn->prepare($query);

$sql->execute();
}
?>
i am using this code and you told some different in pdo so which code i will prefer

Ответить
Ravi Verma
Ravi Verma - 03.05.2018 14:24

doing well work i have a issue

Ответить
Hypnogaja
Hypnogaja - 13.02.2017 08:16

can u do a tutorial in english version

Ответить
Technical Suneja
Technical Suneja - 12.10.2016 11:12

if you have any problem till now in this tutorial you can comment your
problem i will try to solve your problem thanks for watching and dont
forget to like and subscribe.

Ответить