$sql = mysql_query("
INSERT INTO
`orders_arc` (`cl_name`, `cl_tel`, `start_from`, `go_to`)
SELECT
`orders`.`cl_name`, `orders`.`cl_tel`, `orders`.`start_from`, `orders`.`go_to`
FROM
`orders`
WHERE
`orders`.`o_id` = 12;
DELETE FROM `orders` WHERE `orders`.`o_id` = 12;
str_replace('\'', ''',$row['content']);