Page Number: Page 1 sur 1
Actual Results
- Paul
- Forums: Website Hosting Forum
- Sujet: Cron jobs
- Subject: Cron jobs
- Réponses: 3
- Vus: 20431
- Subject: Cron jobs
Posted: Juin 16th, 2003, 7:31 pm
Thank you once again. Once I was able to upload the proper rpm for lynx, everything worked out well from there.
Thank you
Paul
Thank you
Paul
- Paul
- Forums: Website Hosting Forum
- Sujet: Cron jobs
- Subject: Cron jobs
- Réponses: 3
- Vus: 20431
- Subject: Cron jobs
Posted: Juin 13th, 2003, 9:26 pm
I was wondering what an example command would look like to run a cron job for a php file. eg in folder WD - php file UPDATE.PHP
I'm not real familiar with cron jobs, any help would be appreciated.
Thanks
Paul
I'm not real familiar with cron jobs, any help would be appreciated.
Thanks
Paul
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 9:49 pm
I do believe I have it. Thank you very much, you are my hero. You are the Bigwebmaster Supreme
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 8:53 pm
I recieved this error
error: Failed dependencies:
libmysqlclient.so.10 is needed by php-mysql-4.2.2-17
should I try installing ignoring dependancies or should I try something else?
error: Failed dependencies:
libmysqlclient.so.10 is needed by php-mysql-4.2.2-17
should I try installing ignoring dependancies or should I try something else?
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 8:40 pm
The hosting company installed Redhat, and apache. I had to do the rest.
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 8:37 pm
Is that a whole seperate rpm, or part of something you set up when you intall the php rpm? If it is a seperate rpm, do you have a link on where I can find it?
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 8:24 pm
php-ldap-4.2.2-17
php-imap-4.2.2-17
php-4.2.2-17
php-imap-4.2.2-17
php-4.2.2-17
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 8:18 pm
Code: [ Select ]
mysql_connect('localhost', 'username', 'password') or die("Did not connect!");
mysql_select_db('databasename') or die("Did not select database");
mysql_select_db('databasename') or die("Did not select database");
- mysql_connect('localhost', 'username', 'password') or die("Did not connect!");
- mysql_select_db('databasename') or die("Did not select database");
- Paul
- Forums: Website Hosting Forum
- Sujet: PHP and MySQL
- Subject: PHP and MySQL
- Réponses: 17
- Vus: 9095
- Subject: PHP and MySQL
Posted: Juin 9th, 2003, 7:18 pm
My server: Redhat Linux 9.0 Apache 2.0.40 MySQL 4.0.13 PHP 4.2.2 My problem: When I make a simple php page, (such as just phpinfo();) everything works fine. So I am assuming that php is working fine. Then I go to connect to my database using mysql_connect() and I recieve and error Fatal error: Call ...
