$sql = 'SELECT user_id, username, user_colour, user_birthday FROM 'I need it to now read:
$sql = 'SELECT id, nick, user_colour, user_birthday FROM '
I know I could go through all files and execute a replace 'user_id' with 'id', but that would take forever. Does anyone know a program to do this easier?


Sign In
Create Account

Back to top









