Thank you so much I fixed it and you were right. I just needed to increase the memory. So if anyone has go daddy hosting, they will tell you where to find your php.ini file and this is the code I used :
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
It worked instantly after I restarted the server, which I did from my hosting acct. Godaddy will also tell you where that is. I was able to get the right code in there after a few trial and errors. So thank you again!!