Hello,
I'm trying to use some POP3 functions and the manual states I would need to
use the IMAP functions.
So I uncommented the ";extension=php_imap4r2.dll" line in my
"c:\winnt\php.ini" file. But it gave me the following error:
"Unable to load dynamic library './php_imap4r2.dll' - The specified
Surely all you need to do is find the php_imap4r2.dll ? its probably in the
large windows (~3mb) download ? Otherwise, just search for it on the net...
Siggy
- Original Message -
From: "Eelco de Vries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 04, 2001 10:39 PM
S
i use
$Outer=0;
while( odbc_fetch_row( $sql_result )){
$Outer++;
print "";
for($i=1; $i <= $Fields; $i++){
printf("%s", odbc_result( $sql_result, $i ));
}
print "";
}
which gets and prints the info from my DB how can i assign a variable to
each of the fields returned
$var1 = row1 data
$var2
I have scanned the archives (probably looking in the wrong place), and have tried the
code in the documentation to no avail.
I need help understanding the issues of file uploading using php. Here is the setup:
PHP (ISAPI) installation.
PHP.INI is in C:\WINNT
the two DLLs are in C:\WINNT\SYSTEM
php-windows Digest 5 Feb 2001 00:35:49 - Issue 428
Topics (messages 5368 through 5371):
php_imap4r2.dll not loaded ?!?! (win2k)
5368 by: Eelco de Vries
5369 by: phobo
odbc/array
5370 by: Jello
File Uploading
5371 by: Randall Barber
Administrivia:
To subs
Randall,
It looks as if your upload path AND the destination path for your uploaded
files is the same, namely c:\temp; could that be the problem? Also, try
setting the path to the full "c:\\temp" and make sure this directory exists
!
"Randall Barber" <[EMAIL PROTECTED]> a écrit dans le messag
Jason,
I have recently read about another quite useful way to do what you want:
create a separate php script file the purpose of which is to do the actual
mail sending. From your main PHP script on the website, use system() [see
documentation] to call that script and let that script process the m
Eelco,
You don't need to compile anything yourself (unless you really want to) on
Windows. Your problem is more related to an incorrect extension_path setting
in php.ini, which makes that PHP cannot find the dll you are requesting.
Make sure that your extensions path is set correctly, and I bet i
Hi,
1. Have you loaded the required imap DLL in php.ini ?
2. Make sure your extensions path is set correctly in php.ini
""Paul R. Edelkamp, Jr."" <[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
> I'm trying to get a pop3 webmail script working and have been getting
> runtime