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
3 Antworten
+ 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.
+ 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
0
Thanks. how can i insert a photo or upload And how can i display