php-windows Digest 22 Jul 2003 21:16:30 -0000 Issue 1835
Topics (messages 20858 through 20865):
parse incoming emails
20858 by: Tobias Talltorp
Re: adding dates
20859 by: sven
yeeessss i finaly did it ;-)
20860 by: WebDevMagazine
20861 by: John Ellingsworth
20862 by: WebDevMagazine
20863 by: John Ellingsworth
combo boxes
20864 by: Isai Arasu
xml trouble under Apache
20865 by: BlackZ
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I am in need of a utility to parse incoming emails.
Preferably it would be a free email server for windows that has the ability
to forward an email to PHP, which in turn parses it and adds it to a
database.
Is there something like this out there, or are there only the ones for
Linux?
Regards
// T
--- End Message ---
--- Begin Message ---
okay, there is nothing in the manual with the date in 20 days. but this
could help you. ;-)
$tomorrow = mktime(0, 0, 0, date("m"), date("d")+1, date("Y"));
Isai Arasu wrote:
> Hi
>
> how do I add dates???
>
> for example,
>
> if the date from database is thursday, feb 12, 1996
> and i want to know the date after 20 days from this
> date, is this possible in PHP.
>
> or
>
> if todays date is thursday, feb 12, 1996 , how i will
> know the date of the day 20 days from today???
>
> Isai.
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
--- End Message ---
--- Begin Message ---
I just Run COM objects over Windows XP (with all permissions).
IF anyone needs info post here!
Bogomil Shopov
WebDevMagazine
http://webdevmagazine.co.uk/n/
--- End Message ---
--- Begin Message ---
Ok I need info please post here.
Thanks,
John Ellingsworth
-----Original Message-----
From: WebDevMagazine [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 9:14 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] yeeessss i finaly did it ;-)
I just Run COM objects over Windows XP (with all permissions).
IF anyone needs info post here!
Bogomil Shopov
WebDevMagazine
http://webdevmagazine.co.uk/n/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Are you using Apache and PHP ?
Bogomil
--- End Message ---
--- Begin Message ---
Yes
Thanks,
John Ellingsworth
-----Original Message-----
From: WebDevMagazine [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 9:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] yeeessss i finaly did it ;-)
Are you using Apache and PHP ?
Bogomil
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I have comboboxes filled dynamically using PHP
scripts, when i change the selection all my form
fields' values must be changed (pulled from database).
How do i do that. I m using Apache.
Isai.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- End Message ---
--- Begin Message ---
Just a script:
<?
if(!$dom = domxml_open_file("test1.xml")) {
echo "Error while parsing the document\n";
exit;
}
.......
?>
It running well in console mode.
But when I'm point my browser to one
it says: "Error while parsing the document".
Apache log says: "Error parsing xml-file"
1. DOMXML enabled under PHPINFO.
2. path to xml file is correct
Please help !!!
--- End Message ---