Forum Moderators: coopster

Message Too Old, No Replies

Stand Alone PHP Script/Program

         

Saboi

10:41 pm on Jan 12, 2008 (gmt 0)

10+ Year Member



Hi Guys,

Is there a way in which a stand alone program can be written in PHP?

Let me give an example.

There is an email program i use send mails. After i enter the password, server address and user name for my server, it automatically connects,sends the mails and once finished, it automatically disconnects.

Is there a way of achieving this in PHP?

Saboi

henry0

10:49 pm on Jan 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The manual is your PHP friend
MAIL [us.php.net]

venelin13

5:28 am on Jan 13, 2008 (gmt 0)

10+ Year Member



If you are asking for a way to create a desktop software, using PHP, the answer is yes. Take a look at [gtk.php.net...]

Saboi

7:05 am on Jan 13, 2008 (gmt 0)

10+ Year Member



Guys,

Thanks for the replies.

Yes, to create Desktop applications. Interesting that it is possible, great indeed. May you please point me to any applications that have been created so that at least i can have an idea of what others have done. From there at least i will be able to start a project of myself.

Thanks.

Saboi

venelin13

7:18 am on Jan 13, 2008 (gmt 0)

10+ Year Member



Just google for it, you will find a lot of examples:

[google.com...]