Hi,
$strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
should become
sprintf($strTableAlteredSuccessfully, $table);
'Table %1 has been altered successfully'
or?
(i know in English it makes no difference, but in other foreign languages it
could)
for Example in German it sounds better to use 'Die Tabelle' (the table)
instead of just 'Tabelle' (table) in this case
--
Sebastian