Stut wrote:
Michael Preslar wrote:
I know it has to do with date='`date +%Y%m%d`', because if I remove it
works.
Are you trying to use perl's back tic operator in php here?
PHP also supports the that.
However, I think the OP's problem is that it's inside other quotes and
is therefore not being executed. But, as someone else pointed out, you
should be using the PHP date function to get the date from within PHP.
-Stut
Not perl, bash! Well, what I was trying to do was covert my bash script
to php, my sql statement makes the call to date so that it puts today
date, that all it doing. I will look around and see if I can do that
with php.
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php