Does there not exist something like unhtmlentities() that you can call on the value to get rid of &?
-Bart

PHPScriptor schreef:
Well, I don't think that's going to work. 'Cause I want to use it for a unix
command.

in my config.ini:

application.job = /usr/local/bin/php /home/admin/domains/app/jobs/job.php >
/dev/null 2> /dev/null &

With this command I execute a php job in the background with passthru, so
that I don't have to wait until the script is finished. But the unix command
doesn't know &


vince. wrote:
Hey,

Use the & HTML Entity which is &




-----
visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/

Reply via email to