Hi,
I am quite intrigued by how different PHP developers handle form data that goes into a database.
Do you handle the form data individually and use IF statements to ensure they are valid etc?
Do you manually write the SQL INSERT/UPDATE and PDO queries?
I'm not trying to "steal" ideas or methods, I just simply want to know how different people approach this process.
Thanks.
I am quite intrigued by how different PHP developers handle form data that goes into a database.
Do you handle the form data individually and use IF statements to ensure they are valid etc?
Do you manually write the SQL INSERT/UPDATE and PDO queries?
I'm not trying to "steal" ideas or methods, I just simply want to know how different people approach this process.
Thanks.