Recent content by x_9th.gate_x

  1. X

    PHP/MySql I need to UPDATE data in a table anywhere a string is found in the

    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...
  2. X

    Is there a way, in PHP, to retrieve all DB names in under 100 characters?

    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.
Back
Top