how would i use the date function and add 1 hour to it? all help is appreciated
One hour from when the date() was called, you mean?
date('format', time()+3600);