Author |
Message |
Topic: Accessing an outside mysql database |
timbo
Replies: 5
Views: 7658
|
|
where do I get this module. I have been all over mysql.com and canot fid it anywhere. |
Topic: Accessing an outside mysql database |
timbo
Replies: 5
Views: 7658
|
|
I went and changed mysqlhost form localhost to domain ip address.
When I tried it I got this :
Software error:
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: D:/Aby ... |
Topic: Accessing an outside mysql database |
timbo
Replies: 5
Views: 7658
|
|
Does ayone know the code to access an outside database. I have my site on an outside service but when calling the database for iformation, I would like to have it access the database on my computer ru ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
Mail::Sendmail
library
IF anyone has any way that I can use the above in my scripts on my hostig service to make it's sendmail feature use my smtp PLEASE help.
My hosting service tells me to use ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
This script would be on the hosting company's server.
I want to use the
Mail::Sendmail
library
and make sendmail on their server use my mail server
mail.mydomain.com
I have been playing ar ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
in my config.cgi script as in most perl scripts it asks for your server's path to sendmail. I have the path to sendmail as /user/sbin/sendmail
I got ahold of my hostig service and they told me In a ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
If I had the actual sendmail script
would I be able in my scripts say
#/cgi-bin/sendmail or something along that line
In other words it does not have to be in the /user/sbin/ folder on a linux serv ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
I have a host that my cgi files use
/user/sbin/sendmail
Is what I would like to do is
When I call /user/sbin/sendmail is to
be able to direct this call to an external smtp.
Say I was using hos ... |
Topic: Using external smtp |
timbo
Replies: 10
Views: 12647
|
|
HI
I have an external host but would like when using the sendmail feature have it go through the mail server I have setup on my machine at home. I use raidenmld. IT is set up ad operational. Just ne ... |
|