RE: [PHP] to connect an access database,

2002-10-15 Thread Negretti, John (CCI-San Diego)
Andy, As, Jon stated, you would need to use the built-in ODBC functions of PHP. Keep in mind that SQL Statements are NOT the same as for MySQL. There are plenty of resources on the internet that show you how to format your SQL Statements just for Microsoft Access. John Negretti Web

[PHP] global AND Register Globals with PHP 4.0.6 ??

2002-10-14 Thread Negretti, John (CCI-San Diego)
Hello, I need to access the $HTTP_GET_VARS and $HTTP_COOKIE_VARS arrays within a function. In order to do this I have to pass $HTTP_GET_VARS as a parameter of the function. How can I access these built-in arrays without passing it as a function parameter. Should I define them as a

RE: [PHP] global AND Register Globals with PHP 4.0.6 ??

2002-10-14 Thread Negretti, John (CCI-San Diego)
(CCI-San Diego); [EMAIL PROTECTED] Subject: Re: [PHP] global AND Register Globals with PHP 4.0.6 ?? Am Montag, 14. Oktober 2002 16:51 schrieb Negretti, John (CCI-San Diego): Hello, I need to access the $HTTP_GET_VARS and $HTTP_COOKIE_VARS arrays within a function. In order to do

[PHP] MAIL taking 60 seconds to send... (too long)

2002-10-07 Thread Negretti, John (CCI-San Diego)
Hello All, I have a script which is using mail() to send an e-mail message. It seems to be working, yet taking as long as 60-65 seconds just to send the e-mail. The e-mail has no attachments and only has one line in it. Does anyone have experience with this issue. I am using