ALTER TABLE `contacts`
ADD UNIQUE KEY `uk_user_ho` (`user`, `ho`);
SHOW CREATE TABLE `contacts`
get_magic_quotes_gpc
This function has been DEPRECATED as of PHP 7.4.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.