Re: [PHP] IMAP/POP3/OUTLOOK Question

2001-05-14 Thread jdwright
Hiya, Correct me if I'm wrong, but I think it just keeps a record of the e-mails it's downloaded. If you run the command 'UIDL' on a telnet session into a POP server, you will get the Unique ID for every e-mail in your inbox. All Outlook does is compare this to the list of e-mails it knows it's

Re: [PHP] explode won't explode

2001-04-27 Thread jdwright
Hiya, > I have the following code that doesn't seem to "explode." I'm trying to make > a field that looks like 21,23,25,27 or small,medium,large,x-large into a > pulldown menu with the individual item broken out. > > if (($size != "") && ($size != "n/a")) { >$sizearry = explode(",", $size);

[PHP] Apache/mod_rewrite for User Tracking

2001-02-12 Thread jdwright
I'm not sure how off-topic this may be, but I'll carry on anyway... I wan't to create a user tracking system on the web site, that I can use in PHP. I've had a look at mod_rewrite, and would like to implemet something like the following: I have a few scripts, say 'home', 'search', 'help', etc.

RE: [PHP] HELP WITH UPLOAD REQUIRED!!!!!!!!

2001-01-16 Thread jdwright
Mike, I haven't had a problem. I'm using Apache 1.3.14 with PHP 4.0.3pl1 + 4.0.4. I use the same code on 3 computers (depending on where I am when I'm working on it. Normally it's Win95, but Win2k and WinNT are used as well. The snippet of code I use is: --code 1- list($scriptBase, ) = ex