PHP Project For Beginners Step By Step Using VsCode And MySQL Database In One Video [ With Code ]

  Рет қаралды 1,523

1BestCsharp blog

1BestCsharp blog

Күн бұрын

Пікірлер: 12
@1BestCsharpblog
@1BestCsharpblog Ай бұрын
▶ ▶ ▶ ▶ ▶ LEAVE A LIKE FOR MORE PROJECTS 👍👍👍👍👍 ▶ Source Code: 1bestcsharp.sellfy.store/p/php-address-book-project-with-mysql-database/ ▶ Get PHP Projects Source Code: 1bestcsharp.sellfy.store/p/php-projects-source-code-bundle/ ▶ Buy Me a Coffee: 1bestcsharp.sellfy.store/p/buymeacoffee/
@shahabakhavan2769
@shahabakhavan2769 Ай бұрын
Very, very excellent and unique. Please, if possible, put up a store with PHP and PDO without object orientation. Thanks.
@242Still
@242Still Ай бұрын
In 5:06:55 when you put SQL syntax, code stop working ant made PDO error.. SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in I don't know about the paid download code, but it doesn't work for me. It does for you in the video.
@1BestCsharpblog
@1BestCsharpblog Ай бұрын
This error occurs when the number of placeholders (?) or named parameters (:name) in your SQL query doesn't match the number of values you're trying to bind. Count your placeholders and bind statements - they must match exactly. Check for typos in parameter names. Verify all parameters are properly bound. Try this. $sql = "SELECT c.id, c.name, c.email, c.phone, c.address, g.name as 'group' FROM _contact_ c INNER JOIN _group_ g ON c.group_id = g.id WHERE c.user_id = :user_id"; $params = [':user_id' => $user_id]; $stmt = $conn->prepare($sql); $stmt->execute($params);
@242Still
@242Still Ай бұрын
@1BestCsharpblog When i bought your code, there Is a same error. I'l try update my XAMPP, meybe it Will help.
@242Still
@242Still Ай бұрын
@@1BestCsharpblog It's not working. It's throwing another error. But if I look at your paid code, it doesn't work either.
@1BestCsharpblog
@1BestCsharpblog Ай бұрын
@@242Still you need to debug to see where the code stop and what's the error and verify: Database credentials are correct Database and tables exist with the correct names Column names match exactly (including case sensitivity)
@242Still
@242Still Ай бұрын
@@1BestCsharpblog One more question. Why is the same error in the purchased code? I bought a "broken code" 😉
@PawaraNilanga
@PawaraNilanga Ай бұрын
❤❤❤❤
@arivazhaganr7139
@arivazhaganr7139 Ай бұрын
What is the name of this project?
@1BestCsharpblog
@1BestCsharpblog Ай бұрын
- PHP Contact management system - OR - PHP Address Book.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
PHP For Beginners -  Complete Laracasts Course
10:44:12
Laracasts
Рет қаралды 205 М.
Zed Text Editor. A VSCode alternative?
15:51
Infralovers GmbH
Рет қаралды 11 М.
Customize Your VS Code Like a Pro 🔥
11:51
Shreyas Sihasane
Рет қаралды 319 М.
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 268 М.
Registration, Login in PHP using Xampp server
13:42
Mahmud Choudhury
Рет қаралды 109 М.
Laravel From Scratch | 4+ Hour Course
4:18:52
Traversy Media
Рет қаралды 1 МЛН
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН