Page 1 of 1

Setting up a cron job in phpMyAdmin

Posted: Fri Nov 09, 2007 3:32 am
by aceconcepts
Hi,

I've setup a cron jobwhich is intended to execute a php script.

I get the following message emailed to me when the job is run:

line 1: ?: No such file or directory
line 2: syntax error near unexpected token `"localhost",'
line 2: `$dbh=mysql_connect ("localhost", "uname", "pword") or die ('I cannot connect to the database because: ' . mysql_error());'

The script is supposed to insert some data into a table.

Any ideas?