Ok thx its work

, but I have another problem. When I generate correct "resid" and I put new reservation (as blackout time) in to "reservations" table i can't book new job on that time (it's correct) but on "booking" page i don't have mark that blackout time on specific color , they looks like normal time to use (but if i check that time using "check available " i have message that is reserved).
It's my simple request to database :
INSERT INTO `reservations` VALUES ('sc147457156a4086', 'sc146dbd873c1893' , 'sc146dbd763d71a4', '1196031600', '1196290800', '0' , '30', '1195728847', 'NULL, 'NULL', '1', '0', ' sssssss', '0', '0')
I doing some think wrong with that request ? or maybe I should add something more in database to mark as "blackout" that date in "booking" page ?