I am new to php development and have been reading up on general security. I have an app which communicates with a PHP back end by posting parameters through a URL which is then processed on the server.
An example:
However I'm sure I am correct in thinking that this is vulnerable, someone could maliciously inject their own parameters and add their own credit?
How would I protect against this and are there any useful materials people would recommend I look at to get a good understanding of security fundamentals in general?
thanks