Insert and display datas from database using database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Insert and display datas from database using database

What is the best php coding to insert data into database then display those data into the next page? Already tried from youtube but left me with the errors.

14th Dec 2018, 6:42 AM
Nazhyff Mustoffa
Nazhyff Mustoffa - avatar
3 Answers
+ 1
Which php version your php is ? And how old the video ? My recomendation on insert and select query are this http://php.net/manual/en/mysqli.quickstart.prepared-statements.php This method are less vunerable to sql injection
14th Dec 2018, 6:45 AM
Taste
Taste - avatar
0
How to know the best coding should i take since too much examples given from the website? Sorry I'm not an expert juz worrying might ruin my existing codings.
14th Dec 2018, 6:58 AM
Nazhyff Mustoffa
Nazhyff Mustoffa - avatar
0
Try php.net they got tutorial, manual and documentation for every version. And it seems its official php website (cmiiw)
14th Dec 2018, 7:03 AM
Taste
Taste - avatar