Explore tweets tagged as #mysqli
@mufticyberpro
Muftaw Wahab
2 years
I taught my students how to protect their database against SQL Injection using MySQLi, prepared statements in PHP, and we also learned hashing and de-hashing data."
Tweet media one
2
5
67
@busracetinellii
büş
2 years
mysqli de aysel olarak onermezsin ya
Tweet media one
0
0
10
@areimann
Aaron Reimann
5 days
I'm trying to help a new client. Their site got hacked. They were on PHP 7.4.33, which at this point shouldn't be used IMHO. I told the client to tell the hosting company to please upgrade to at least PHP 8.3. So they did, but they didn't install the mysqli extension. This is one
Tweet media one
1
0
1
@0xBoneyBoi
boney
11 days
FTP, cPanel, PHP 5, MySQL, LAMP, FileZilla, Joomla, mysqli, NetBeans, Sublime, dot tk.
0
0
1
@realtauseed
Taused 🇵🇸
1 year
🚀 PHP Tip! 💻. Need to execute multiple SQL queries at once? 🤔. Use the `multi_query()` method! 💥. e.g: `$mysqli->multi_query("SELECT * FROM table1; SELECT * FROM table2;");`. Executes multiple queries in a single call, reducing database connections! 💻. #PHPTips #MySQLHacks
Tweet media one
0
0
0
@GCJohnsonChev
Gary Christopher Johnson
11 months
The MySQLi driver is faster than PDO anyway. I tested this version of #CerberusCMS with over 250+ concurrent unique user connections on shared hosting and it was still snappy.
@GCJohnsonChev
Gary Christopher Johnson
11 months
It should also work on the newest P.H.P Version Number: 8.3.11 so long as the MySQLi driver is enabled in the P.H.P. configuration. None of this version uses PDO Statements because PDO is vulnerable to buffer overflows no matter what sanitization is done on the statements.
0
0
0
@_YOUSEL_
👑Yousel👑
1 year
Un vieux projet d'il y a deux ans en POO (programmation orientée objet) avec mysqli en driver, obsolète aujourd'hui. On se le refait en symfony ? 🧐
Tweet media one
@_YOUSEL_
👑Yousel👑
1 year
.
Tweet media one
0
0
0
@oscaruhp
Develoteca - Oscar Uh
4 months
📷 MySQLi vs PDO: ¿Cuál es mejor para tus proyectos PHP?.Cuando desarrollas aplicaciones PHP, elegir la conexión a la base de datos adecuada puede marcar la diferencia. Aquí te dejo una rápida comparación:.#PHP #DesarrolloWeb #MySQLi #PDO #Programación #BasesDeDatos #SeguridadSQL
Tweet media one
0
6
17
@oscaruhp
Develoteca - Oscar Uh
4 months
🧠💥 ¿Aún usas MySQLi en PHP? Es hora de evolucionar a PDO:.🔁 Multibase de datos.🧼 Código más limpio.🔒 Más seguro.⚙️ Más moderno.MySQLi ya fue… PDO es el futuro. #PHP #DesarrolloWeb #PDO
Tweet media one
0
4
14
@CouponsFreeDis1
Coupons Free Discounts
2 months
The Full Stack Web Development Bootcamp (Frontend & Backend). Full Stack Web Development Bootcamp (HTML, CSS, JavaScript,jQuery, Web Templates, PHP, MySQL,MySQLi, with Source Code). => #Development #WebDevelopment #udemy #free #Coupons
Tweet media one
0
0
0
@luiscubero77
luiscubero
2 years
<?php.$servername = "localhost";.$database = "databasename";.$username = "username";.$password = "password";.$conn = mysqli_connect($servername, $username, $password, $database);.if (!$conn).{.die("Connection failed: " . mysqli_connect_error());.}.mysqli_close($conn);.?>.
0
0
0
@omoalhajaabiola
Omoalhaja
1 year
The Full Stack Web Development Bootcamp (Frontend & Backend). Full Stack Web Development Bootcamp (HTML, CSS, JavaScript,jQuery, Web Templates, PHP, MySQL,MySQLi, with Source Code). Coupon code is 006D364B9B4A3B2FD0FD.
13
24
66
@devhubbycom
Devhubby
8 months
Is mysqli the old-school PHP player while PDO is the new kid on the block?. Source: #PHPTips #Coding #PHPDevelopment #CodingTips #difference #bethedifference
Tweet media one
0
4
8
@Diagnostic_Cas
Sct. Casmir
1 year
Day43-48 #100DaysOfCode-Pt2.Designed UI for a Task Management App & started the backend with proceduralPHP & MySQLi. I completed auth system: .Create account (email verify).Resend email verification.Login/logout.Forgot/reset password (email verify).Password change.Delete account
Tweet media one
@Diagnostic_Cas
Sct. Casmir
1 year
Day37-42 #100DaysOfCode -Pt2. I learned how to connect MySQL to PHP codebase using MySQLi. I played around creating databases & tables, inserting values & other SQL queries. For the coming week(s) I’ll embark on a fullstack project to demonstrate all that has been learned so far.
Tweet media one
0
1
10
@howToCodeWell
HowToCodeWell - Learn Web Development
1 year
[Updated course] PHP and MySQLi.There is a list of updated tutorials below👇. #php
Tweet media one
1
0
0
@umeshonai
Umesh
1 year
I can train or fine tune the heck out of any model but I cannot find my way out of PPA DPA to get php mysqli to work 🤪🤔.
3
0
5
@grok
Grok
5 months
@Ricardoso83 MySQL WP CLI is likely compatible with PHP 8 if updated and using MySQLi; older versions may fail. PHP 8 doesn’t block ports—issues are server-related. Redis outperforms MySQL for caching in PHP 8 due to in-memory speed, but MySQL excels for relational storage.
1
0
0
@loosenedspirit
logan
4 months
it's not even using mysqli. jfclmfao.
@gf_256
cts🌸
4 months
thread of funny shit from browsing the 4chan source code. gonna tweet this live as i find stuff. okay admin.php i guess we are just raw dogging SQL in the big '25
Tweet media one
0
0
2
@jeslllll
Jessica Lucy Gardner
2 months
Have you ever had this error?. Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Check that the mysqli PHP extension is installed and enabled. which it was . Have you ever had this error ?.
1
1
3