Hail php Hotmail client

This is a discussion on Hail php Hotmail client within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I'm totally new to php and sure would appreciate some help. I'd like to use Hail to access ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-02-2004
rt
 
Posts: n/a
Default Hail php Hotmail client

I'm totally new to php and sure would appreciate some help. I'd like to use
Hail to access Hotmail.
I d/l'd hail-0_08.zip from Sourceforge. The archive contains these files:

HTTPMail.class.php
index.php
MailFolder.class.php
MailFolderItem.class.php
newmail.gif
oldmail.gif

When i open any of the php files in notepad this is the description
included:
"Hail is a PHP-Hotmail gateway. It will allow you to check your hotmail
account via any webserver with PHP."

How do I run this program?
tia,
rt






Reply With Quote
  #2 (permalink)  
Old 03-02-2004
John Smith
 
Posts: n/a
Default Re: Hail php Hotmail client


"rt" <rt@rt.com> schreef in bericht
news:10499itd7m2roa1@corp.supernews.com...
> I'm totally new to php and sure would appreciate some help. I'd like to

use
> Hail to access Hotmail.
> I d/l'd hail-0_08.zip from Sourceforge. The archive contains these files:
>
> HTTPMail.class.php
> index.php
> MailFolder.class.php
> MailFolderItem.class.php
> newmail.gif
> oldmail.gif
>
> When i open any of the php files in notepad this is the description
> included:
> "Hail is a PHP-Hotmail gateway. It will allow you to check your hotmail
> account via any webserver with PHP."
>
> How do I run this program?
> tia,
> rt
>
>
>
>
>
>

Try index.php


Reply With Quote
  #3 (permalink)  
Old 03-03-2004
rt
 
Posts: n/a
Default Re: Hail php Hotmail client


John Smith wrote in message ...
>
>"rt" <rt@rt.com> schreef in bericht
>news:10499itd7m2roa1@corp.supernews.com...
>> I'm totally new to php and sure would appreciate some help. I'd like to

>use
>> Hail to access Hotmail.
>> I d/l'd hail-0_08.zip from Sourceforge. The archive contains these

files:
>>
>> HTTPMail.class.php
>> index.php
>> MailFolder.class.php
>> MailFolderItem.class.php
>> newmail.gif
>> oldmail.gif
>>
>> When i open any of the php files in notepad this is the description
>> included:
>> "Hail is a PHP-Hotmail gateway. It will allow you to check your hotmail
>> account via any webserver with PHP."
>>
>> How do I run this program?
>> tia,
>> rt
>>
>>
>>
>>
>>
>>

>Try index.php

Thanks. I already tried that file before posting here. If I double click it,
I get an "open with" dialog. I didn't know what program to use, so I tried
IE. All I got was the same text file I read when I opened it in Notepad.
What program should a php file be opened with?
rt


Reply With Quote
  #4 (permalink)  
Old 03-03-2004
Centurion
 
Posts: n/a
Default Re: Hail php Hotmail client

rt wrote:
> John Smith wrote in message ...
>>
>>"rt" <rt@rt.com> schreef in bericht
>>news:10499itd7m2roa1@corp.supernews.com...
>>> I'm totally new to php and sure would appreciate some help. I'd like to

>>use
>>> Hail to access Hotmail.
>>> I d/l'd hail-0_08.zip from Sourceforge. The archive contains these

> files:
>>>
>>> HTTPMail.class.php
>>> index.php
>>> MailFolder.class.php
>>> MailFolderItem.class.php
>>> newmail.gif
>>> oldmail.gif
>>>
>>> When i open any of the php files in notepad this is the description
>>> included:
>>> "Hail is a PHP-Hotmail gateway. It will allow you to check your hotmail
>>> account via any webserver with PHP."
>>>
>>> How do I run this program?
>>> tia,
>>> rt
>>>


>>Try index.php

> Thanks. I already tried that file before posting here. If I double click
> it, I get an "open with" dialog. I didn't know what program to use, so I
> tried IE. All I got was the same text file I read when I opened it in
> Notepad. What program should a php file be opened with?
> rt


A php parser perhaps? ;) Try reading a little on www.php.org - there's
plenty of inifo about running php files from web servers and command lines
etc. However, in your case, you might be better off installing apache+php
on your local machine (PC), dump the files into wwwroot and then point your
browser at http://127.0.0.1/index.php

If none of what I said helps - RTFM, I gave you the URL :)

James
--
Fortune cookie says:
You now have Asian Flu.

Reply With Quote
  #5 (permalink)  
Old 03-03-2004
BK
 
Posts: n/a
Default Re: Hail php Hotmail client

"rt" <rt@rt.com> wrote in message news:<104aabkjm58hc25@corp.supernews.com>...
> John Smith wrote in message ...
> >
> >"rt" <rt@rt.com> schreef in bericht
> >news:10499itd7m2roa1@corp.supernews.com...
> >> I'm totally new to php and sure would appreciate some help. I'd like to

> use
> >> Hail to access Hotmail.
> >> I d/l'd hail-0_08.zip from Sourceforge. The archive contains these

> files:
> >>
> >> HTTPMail.class.php
> >> index.php
> >> MailFolder.class.php
> >> MailFolderItem.class.php
> >> newmail.gif
> >> oldmail.gif
> >>
> >> When i open any of the php files in notepad this is the description
> >> included:
> >> "Hail is a PHP-Hotmail gateway. It will allow you to check your hotmail
> >> account via any webserver with PHP."
> >>
> >> How do I run this program?
> >> tia,
> >> rt
> >>
> >>
> >>
> >>
> >>
> >>

> >Try index.php

> Thanks. I already tried that file before posting here. If I double click it,
> I get an "open with" dialog. I didn't know what program to use, so I tried
> IE. All I got was the same text file I read when I opened it in Notepad.
> What program should a php file be opened with?
> rt


Dear god you're an idiot... PHP is a web scripting language, install
those files on a webserver that has PHP installed, then fire up the
browser of your choice and point it at the URL where you installed
them. You could have at least bothered to find out what exactly PHP
was before you came here asking questions.

- D
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:49 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0