PHP tutorial - Select data from a MySQL database using an HTML form

preview_player
Показать описание
In this exam, we use a form to collect user input to decide which records to select from a MySQL database.
Рекомендации по теме
Комментарии
Автор

Excellent. Why isn't anybody else showing some a basic necessity of searching MYSQL like this? I've subscribed to your channel. Thanks.

lonthroop
Автор

Great tutorial. Thank you. I scoured the internet for a simple explanation of this and you have the best explanation. There isn't much out there on this. Thanks.

lonthroop
Автор

Thank you, I have been looking for this.

dstruction
Автор

Hello Sir, can you add a pagination script to this wonderful example pls?

DanielGariba-jj
Автор

Thanks.

Is there a way now to discern the row number whilst printing a table? I used to be able to say something like

$row=0;

then using "$dbrows = mysql_num_rows($result);" create a while $row < $dbrows blah blah to display or handle the data $row++ or something like that so I was able to state exactly what row something was on, how many rows there'd be etc. I've not seen anything yet for the newer connect scripts and I'm returning after a 10year break to a WTF.

NullaNulla
Автор

what will happened if user input the wrong name whether it still can successfully connected or not.

naylihuda
Автор

Hi is it the way to get the code from your videos? Some repository? Thanks

giovanniGiorgio
Автор

how to give two data to submit, I have tried but I get error

pushpag