hi,
I have a database that i've made to store html.....the id of each row is a random generated number.....the id along with the html is inputted into the database.
how can i use php to check whether there is a certain id already in the database and if it exists then overwrite the row of the id???
thanks
I have a database that i've made to store html.....the id of each row is a random generated number.....the id along with the html is inputted into the database.
how can i use php to check whether there is a certain id already in the database and if it exists then overwrite the row of the id???
thanks
Comment