Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
When i save i'am using escape all is good. Then i load that things, and then i want to update instantly to database, so i need to escape, or this is not nessacarry?
Posts: 723
Threads: 366
Joined: Jun 2016
I know that i have to escape when player input something. But when i load from database, i need escape too before update?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
So you want to pull something from the database and then immediately store that same thing somewhere else in the database? What's the point?
Posts: 272
Threads: 2
Joined: Jul 2010
Reputation:
0
If you're loading from the database there would be no need to escape as all data in the database would have already been escaped (presumably)
Posts: 723
Threads: 366
Joined: Jun 2016
I'am using escaping in php. Like player input something i save with escaping. In other php i load that collum, because i need that value update another table collum