[PHP-DB] getting dbase functions to work

2001-08-19 Thread Travis Cannell

Ok I am trying to use some of the PHP dbase functions and I get a call to
undefined function error.  Looking at the documentation I found a post on
the site that said in order for these to work I need to compile PHP with
dbase support with a command.  Here is the explination

You need to compile php with dbase support. `./configure --with-dbase '
will give you dbase support.  Try `./configure --help' to get a list of
modules and compile options.
Geoff

So my question is how can I compile php with this command?  Will I have to
get the source or is there some way that I can do this to my current version
of php?  Or would this command work when installing php?  And how can I
invoke this command when I do compile the source, say in Vis C++.

Thanks,

T P Cannell



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] mail function

2001-08-13 Thread Travis Cannell

hi all,

I cant seem to get my mail function to work. OK so i am a noob, that might
have something to do with it.  I am using a script I found called the HTML
Mime Mail Class, which does everything i need except actually send the mail.
I am guessing that there is some config problems, but i am not sure.  Even
when i try and use the mail() function i get a server error.  So i guess
that my problem is that my return address is messed up.  Does it have to  be
my own domain, or the domain that the server is running on?  Can i set the
return address as a hotmail account, or do i need my own server mail
program?  And is there anything that i need to config in the php.ini file?

Thanks for helping,

T P K Cannell



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] semi newbie Q

2001-08-08 Thread Travis Cannell

Here is a quick question. Cane the mail() function handle file attachments?
I couldnt find anything like that on the PHP reference but maybe someone
knows out there.  If not does anyone have any simple scripts that will allow
me to do this?

Cheers,
T P K Cannell



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] semi newbie Q

2001-08-08 Thread Travis Cannell

Thanks for the advice.  I found a good PHP mail class that does this but
when i run the example all i get is a CGI error.  It says

The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:

and thats it.  I am running a windows 200 server.. this might have something
to do with it.  I remember getting this error with other scritps but i cant
get this one to go away.  Any suggestions?

Thanks

T P K Cannell

Beau Lebens [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 no it can't directly, but there are plenty of mail classes out there which
 will allow you to handle mime-types, attachments and other stuff.

 have a look on phpbuilder.com and phpclass.something? cant remember, run
 by a guy called manuel lemos if that helps... search for mail, and you
 should find something good :)

 HTH

 Beau


 // -Original Message-
 // From: Travis Cannell [mailto:[EMAIL PROTECTED]]
 // Sent: Thursday, 9 August 2001 10:44 AM
 // To: [EMAIL PROTECTED]
 // Subject: [PHP-DB] semi newbie Q
 //
 //
 // Here is a quick question. Cane the mail() function handle
 // file attachments?
 // I couldnt find anything like that on the PHP reference but
 // maybe someone
 // knows out there.  If not does anyone have any simple scripts
 // that will allow
 // me to do this?
 //
 // Cheers,
 // T P K Cannell
 //
 //
 //
 // --
 // PHP Database Mailing List (http://www.php.net/)
 // To unsubscribe, e-mail: [EMAIL PROTECTED]
 // For additional commands, e-mail: [EMAIL PROTECTED]
 // To contact the list administrators, e-mail:
 // [EMAIL PROTECTED]
 //



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Creating .DBF files from an AccessDatabase

2001-08-05 Thread Travis Cannell

hi

I am looking for a script that will allow me export my ms access database in
.dbf format.  Any comments related to the subject would also be helpful.

Thanks in advance,

Travis



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]