sorry for asking too much in this forum.
i'm creating a website using asp.net with mssql database i know how to use and create stored procedures and views
but i changed the language to php and mysql my question is i looked for examples online(using search engine google) but i was shocked to see 3 or 4 examples only. and those are hard to understand as a beginner like me
but there are many examples using the old way query like select * from tablename bla bla but using encryption and validating user input(maybe to avoid sql injection) my question is why there are small examples out there? why some example don't use stored procedure? and i even watched a tutorial from udemy and he uses the old sql way(don't know if its old or not just my term) instead of stored procedure
can someone gave me a good link to read about crud using php and stored procedure(i can't find a good one for a beginner) thank you