Cron Job on hostgator gives an error msg

Hello,
I have setup a cron job for phplist v3.3.1 on hostgator.
Here is the Command:

/opt/php55/lib/php -q/home4/username/public_html/domain.com/admin/index.php -p=processqueue -c/home4/username/public_html/domain.com/config/config.php

here is the error msg:
/bin/sh: /opt/php55/lib/php: is a directory

Help to make it workable…
Thanks

The /opt/php55/lib/php is a directory. you might want to spend a couple of minutes to figure out what the full path to the php command is…

if you have access to the command line, then you can ‘which php’ and it will tell you the full path to the php executable.

If you don’t have access to the command line, you can use an info.php file and in the report there will be the path to php.

Also, you can install @duncanc ‘common’ plugin, and that will provide the info.php data.

Thanks for support danwaterloo.
I have found it and It’s work.