PHP and MySQL with MySQLi: Example Application (Part 8/9)

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

i reckon your videos are the best on youtube.

oldguyable
Автор

Great tutorial. I learned a few tricks. But I'm having a hell of a time trying to keep up with you. haha. I have to pause to a few times to keep up.

DigiHatrix
Автор

XSS can be performed on any of the 3 inputs, since you are only applying trim() function and not the escape() function you created.One more thing, while displaying the records there was no need for applying escape() function.

mustafaujjainwala
Автор

GUYS!!! READ!! if your are working on php 5.4 and up (mid 2014 and beyond) The word escape cannot be called as a function. If you follow his exact syntax, go back and change all the words (escape to esc) 

giannizamora
Автор

Thank you for this series. You explain things super well and are thorough too.

loltanios
Автор

Perfect! This is what I was looking for! Other resources have been simply confusing, but your explanations are just what I needed!

jayeshpalshikar
Автор

Tip for Sublime Text.
Ctrl+Shift+D "clone" line with cursor, or selected area.

Andris_Briedis
Автор

Could you make another example involving a datagrid with the add/edit/delete controls? Thanks.

SergiuNiculas
Автор

when displaying the results in the table it will not display information when I have the escape() in it, without them it works fine, with it it stops giving my browser code after the first <td> tag

Houaha
Автор

Great tutorial, Thanks. Can you tell me how to enter a manual date as an entry as apposed to now() ?

dpuk
Автор

Please Sir make a series on  this MYSQLi in non OOP way in Procedural form .

Thanks

IamMuhammadHasan
Автор

What to do with names the have characters like: é, è, ..? Because they don't show in my html table, but they do in the database.

jeremiedejonghe
Автор

I guess for three records database, this is it. How would you do a real database example, like 3... hundred records? What mechanism to retrieve a sequence- say 10 at once instead of all database, but still retain scroll through database length? Beautiful introductory lecture, thank you for posting it.

Doubleolseven
Автор

i want to ask...if we use bind param is it safe enough from sql injection? did we must use real escape string too, to prevent from sql injection, , , ,

RioStefanus
Автор

What is the reason for the added file for security if there's mysqli_real_escape_string built in function that does it for you?

iotanb
Автор

Excellent tutorial. Thank you for the user considerations as well. trim is very useful because sometimes users will enter a space before entering their name in a form and if I need to sort the names it will be out of order because of the beginning space in the database.

zaboomafia
Автор

Thanks so much i have been trying to get my head around mysqli for a while to upgrade my programs and this has really helped, Thanks again Alex!

xforkhandlesx
Автор

I had to remove the die method at the last if statement. Everytime I hit the submit button my page was in blank. When I removed it I saw my table update dynamically, is the die() method needed in a 100%  in the development of this type of applications? 

MC-jxij
Автор

What is the code that is supposed to be in the connect.php file?

nicholassteains
Автор

Awesomeee, thank you Alex love all your tutorials!

xmx