[Solved] How to update contents on a webpage? [closed]


You need to update the content to database.
My suggestion is just learn php mysql.

For your Example, You won’t update Today’s Horoscope in html file, you will update it on your mysql table and retrieve the data from that table.

Good to start with this.

1

solved How to update contents on a webpage? [closed]