I am looking for a script that can link the Outlook Express with the PHP/Mysql scripts. I am using the Vertrigo server(localhost) and i want to import my email in the localhost database instead of using my Outlook Express. Any good freeware scripts that might help me out?
Link PHP/Mysql with Outlook Express
That seems like a strange thing to wanna do... have you tried google?
If you are trying to use PHP mail client instead of outlook express, it is possible.
You can use IMAP php functions to do this.
Start Here:
http://www.php.net/manual/en/ref.imap.php
You can use IMAP php functions to do this.
Start Here:
http://www.php.net/manual/en/ref.imap.php
my answer- i have no idea.
if you only have a few emails, i imagine you can manually import them.
to export contacts, export them in a txt file, and make a php script to explode the seperator, and store the text in the db
if you only have a few emails, i imagine you can manually import them.
to export contacts, export them in a txt file, and make a php script to explode the seperator, and store the text in the db
| kv wrote: |
| If you are trying to use PHP mail client instead of outlook express, it is possible.
You can use IMAP php functions to do this. Start Here: http://www.php.net/manual/en/ref.imap.php |
Ya but i need a ready made script for this task.. any?
well, there are two i know you can get for free, but as far as i know, you can only view your messages when online.
squirrelmail
and theres another one you get in cpanel, though the layouts on these scripts are quite ugly.
squirrelmail
and theres another one you get in cpanel, though the layouts on these scripts are quite ugly.
Yeah someone REALLY needs to take squirrelmail and re-code it to be nicer to skin... theres nutsmail which take squirrelmail and skin it quite well but you gotta pay for it.
