Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Before I ask my question I'd like to inform you that I did indeed search before going here, however with bad luck.
I am looking for a class which let's me connect to an email account using Imap, and parses the emails. I do know how to connect to an account, and to receive emails but I am looking for an easy class that allows me to connect and get my emails sorted nicely back to me.
Thanks in advance for helping me out.
In short words:
install php-imap module
use the php imap_* functions to do what you want
And more specific:
You can find an installation-guide and a list of all possible functions here: http://php.net/manual/en/book.imap.php
If you need a libary, give this a try: https://github.com/tedious/Fetch or https://dev.horde.org/imap_client/index.php
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have found a couple pages that have broken links to this UDF, but I can't find any valid links.
I have read a couple of posts that say it is on Github, but when I search Github I don't see it.
What I am trying to do is run a PHP script from a MySQL script. I have seen on many sites that the simple way to do this is to use sql_exec.
Thanks in advance for any help on this topic.
The Github MySQL UDF repository is here.
The one that will let you make OS calls is named lib_mysqludf_sys.
I would suggest you consider a way to accomplish what you want that does not require use of a UDF. You could for example have a polling routine that queries a queue table and runs your external program using the data from the queue, or even a queue by itself, as it's not clear from your question what the connection between data in mysql and this external php script is.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I was wondering if it's possible to send skype messages from php without having skype installed. So that you login with php and send messages without any applications. Is this possible.
Thanks
Here are a good answer.
tl;dr: This is not easily possible from within PHP or node.js
Currently, I am unaware of an API that exists with Skype for PHP.
Chat with Skype demo user
I believe that, currently - or as it stands, this is the only method to achieve something as such. This integrates the Skype Protocol for use.
However, you may want to take a look at this: Skype with PHP.
But how accurate that is, I am not sure
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
guys
Do you know any available PHP third party application or script which allows all my registered members to share their files to other members?
I'm thinking similar with this one (My concern on that are there is no support doc and it seems the author of the script is gone for a long time.)
http://codecanyon.net/item/really-simple-file-sharing-web-application/51228
Really appreciated to your help! Thanks
Opendocman checkout this open source application. Hope this helps you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for some asp to php translator.
I tried http://www.design215.com/toolbox/translator/ it is totally buggy.
please suggest me good think.
Thanks in advance.
There is no commercially available or open source product that will turn classic ASP pages into PHP.
I've heard of companies rolling their own ASP to PHP compiler internally, but it always relies on keeping yourself to a particular subset of each language and/or external features (PHP Extensions, ASP Components, etc.)
You will not find what you're looking for.
This is something else that I found:
http://asp2php.naken.cc/docs.php
Haven't tried it out. But translation is probably not a very robust solution.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Here is what i try to do, almost like wordpress or video, i like to create/generate and pop email account on my server, where you can send email (text) or/and attached picture and automate the process of posting that on a blog, or just adding that to a folder for a slideshow.
Some time ago, i made a huge research about that, found some abstact solution that is more a concept that code/api or php script
So i am looking for a library, a api, a script et framework that can do that. PHP ot javascript favorised !
Thanks in advance !
almost perfect solution
Using PHP to read email in a POP3 mailbox
and a download attachement solution here