Hi hi am converting my MySQL code to MySQLi because it is more secure, but AFAIK MySQLi is not more secure by itself.
I used the converter in the selected answer this topic: Updating from MYSQL to MYSQLI
and the code is working, but now i don't exactly know what to do, i know i have to prepare the querys but exactly where and how to prepare i don't know...
For example if i have an INSERT query with 5 or more php variables is it ok? how do i do? all the examples i find is with one variable... and do i prepare in the line immediately before the query?
Am I being too confusing? I'm Sorry if this is very basic stuff but i am completely noob with this and all i want is some guidelines...