How can i make a diary on php and mysql? With photo | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make a diary on php and mysql? With photo

i would like a personal diary with photo. using PHP and MySQL. thanks

20th Sep 2017, 2:58 AM
Roberto Manuel Sibilla Sanders
3 Answers
+ 3
You must to create a database with tables and fields and of course, coding for your purpouse, to see/read diary and to write. In this way, you must to coding PHP to read (Query SELECT) from SQL and to insert/update (Querey INSERT/UPDATE) to SQL.
20th Sep 2017, 4:34 AM
Daniel
Daniel - avatar
+ 1
Upload a photo usually is to hosting and you save URL in database To show photo you must to do a Select query to get photo url Try to do that and next we can help you
20th Sep 2017, 11:55 AM
Daniel
Daniel - avatar
0
Thanks. how can i insert a photo or upload And how can i display
20th Sep 2017, 11:32 AM
Roberto Manuel Sibilla Sanders