i use ftp to upload the folder called 'phpweb' that contains php file to 10.1.1.200 server, then what should i change for localhost, username & password? if i create a crontab, is it just type in 'crontab -e', then type in 1 php /phpweb/cron.php? 😕
$Connect = mysql_connect("localhost", "root", "");
mysql_select_db("help");