Hi! Im new to php web development.
I am developing an online shopping system where theres an admin page that allows him to add, edit, delete category and products.
to cut the story short, what I want to know is, is it safe to save the table for admin username and password within the online shopping system database?
or is it safer to save it in other database and create a table there instead?
another thing, do you have any advice regarding security of the website?
if you have any good sites that talks about php security, can you give me some links that you find helpful?
Thanks in advance