event i believe is only only available in 5.1.6
select into with my sql is an insert statement with a select
INSERT INTO Out(recipient, Text)
SELECT recipient, Text FROM Schedule WHERE TimeToSend = curdate();
i would suggest timetosend be <= curdate(), you'll never get a match exactly on times most likely unless you are going by date only