PHP CRUD Operations with MS SQL Server

  Рет қаралды 12,759

CodexWorld

CodexWorld

Күн бұрын

Пікірлер: 9
@AFuller2020
@AFuller2020 2 жыл бұрын
That was the best PDO explanation on MSSQL I have ever seen! THANK YOU!!!
@حاتمأمحمد-د6د
@حاتمأمحمد-د6د 2 жыл бұрын
thanks for this Useful tutorial
@lordcarlocabangal5713
@lordcarlocabangal5713 2 жыл бұрын
thanks!!! Very helpful!!!
@fischerdev
@fischerdev Жыл бұрын
Would be extremely useful a video with pagination and filters
@fischerdev
@fischerdev Жыл бұрын
Thanks for dedicate time to make this video and this tutorial. However in the website the php files are incomplete, missing some HTML code.
@NityanandaMaityBlogger
@NityanandaMaityBlogger 2 жыл бұрын
Very useful 👌
@jutharatnartsoongnoen575
@jutharatnartsoongnoen575 Жыл бұрын
so good
@codingislife6387
@codingislife6387 2 жыл бұрын
Thanks make Big Project using MsSQL server and php
@fischerdev
@fischerdev Жыл бұрын
2 days racking my brain to implement a basic validation. I created a unique index in SQL Server for firstName, lastName to be unique. But leave it only in database results in a horrible error messagem to the user. I needed too a form validation when fistName, lastName would be duplicated. Whed adding is easy. The problem is when editing. Imagine these names: Jesus Christ Jesus Christ 2 Jesus Christ 3 You enter to edit 'Jesus Christ 2' e change to 'Jesus Christ' The validation can't accept, would be duplicate But if you change again to 'Jesus Christ 2', needs accept In other words, can't accept if the MemberID is DIFFERENT than the current id if the MemberID is equal than the current id, IS NOT DUPLICATE the problem is, when validation detected a real duplicate, the id (MemberID) was lost after 2 days of debugging, I found the solution adding the below line (MemberID...) $userData = array( 'MemberID' => $MemberID, 'FirstName' => $FirstName, 'LastName' => $LastName, 'Email' => $Email, 'Country' => $Country ); shure, also the code of validation against database and creating a variable $MemberID2 (if adding, $MemberID2 = 0 if editing, $MemberID2 = $MemberID)
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 226 М.
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
付鹏最新演讲完整版,引发全网关注#付鹏
22:56
深度经济
Рет қаралды 88 М.
PHP CRUD Operations with JSON File
13:36
CodexWorld
Рет қаралды 6 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
Save HTML Form Data to a MySQL Database using PHP
24:38
Dave Hollingworth
Рет қаралды 221 М.
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН