table everytime the page loads...? Ok, so basically I'm replacing a string everytime the page loads. But I need an UPDATE script that can find the string anywhere in the DB.
Something like:
UPDATE forum SET 'blocked' WHERE * ='string';
????
No, I dont want to use a loop. Just want it to fix...
I'm running a php injection check on my website and what to know if it's possible for someone to enter an injection to retrieve my DB names with only 100 characters available.