Re: [PHP] PHP site search broken?

2012-12-04 Thread Jim Lucas
On 12/04/2012 01:03 PM, Sebastian Krebs wrote: 2012/12/4 Paul M Foster Is it just me, or is the search feature on php.net broken? When I enter a full search term (known good function name) and then hit the arrow, it brings me back to the generic search page. If I enter a partial search term an

Re: [PHP] how to read emails with php

2012-12-04 Thread Jim Lucas
On 12/04/2012 05:10 AM, Farzan Dalaee wrote: hi guys i want to open an email content ( subject ,body , attachment ) with php i use imap_php but its wont connect to host what should i do? thanx As others have suggested, try connecting using telnet from the same server you are running the PHP f

[PHP] PHP site search broken?

2012-12-04 Thread Paul M Foster
Is it just me, or is the search feature on php.net broken? When I enter a full search term (known good function name) and then hit the arrow, it brings me back to the generic search page. If I enter a partial search term and then click on one of the suggested "completions", it usually (not always)

Re: [PHP] how to read emails with php

2012-12-04 Thread farzan.dalaee
I think so, so my code is correct and it should be working,  thanks you all for your time Best Regard Farzan DalaeeJonathan Sundquist wrote:It is very likely that the host you are using is blocking access to that port. Also depending on the host you are going to you may need to enable imap

Re: [PHP] how to read emails with php

2012-12-04 Thread Daniel Brown
On Tue, Dec 4, 2012 at 1:44 PM, Farzan Dalaee wrote: > Same error > I think its need something else for opening service like ssl setting or > somthing like that > Or this host im using block imap or pop3 access Per list rules, please don't top-post. Some things to consider:

Re: [PHP] how to read emails with php

2012-12-04 Thread Jonathan Sundquist
It is very likely that the host you are using is blocking access to that port. Also depending on the host you are going to you may need to enable imap as well. On Tue, Dec 4, 2012 at 12:44 PM, Farzan Dalaee wrote: > Same error > I think its need something else for opening service like ssl settin

Re: [PHP] how to read emails with php

2012-12-04 Thread Farzan Dalaee
Same error I think its need something else for opening service like ssl setting or somthing like that Or this host im using block imap or pop3 access Best Regard Farzan Dalaee On Dec 4, 2012 10:03 PM, "Jonathan Sundquist" wrote: > Try removing the call to the inbox and try getting a list of

Re: [PHP] how to read emails with php

2012-12-04 Thread Jonathan Sundquist
Try removing the call to the inbox and try getting a list of all the folders using imap_listmailbox($host, "*"); On Tue, Dec 4, 2012 at 12:24 PM, Farzan Dalaee wrote: > Warning: imap_open() [function.imap-open]: Couldn't open stream > mail.mydomain.net:143/pop3INBOX in C:\xampp\htdocs\mail.php o

Re: [PHP] Can't use the SNMP class

2012-12-04 Thread Stuart Dallas
On 4 Dec 2012, at 17:42, "Marc-Andre Bergeron" wrote: > When I try to use the SNMP class I got the following error: PHP Fatal error: > Class 'SNMP' not found. I use the following version: PHP 5.3.3 (cli) and it > runs on CentOS release 6.2 (Final). I've also installed > net-snmp-5.5-41.el6_3.

Re: [PHP] how to read emails with php

2012-12-04 Thread Farzan Dalaee
Warning: imap_open() [function.imap-open]: Couldn't open stream mail.mydomain.net:143/pop3INBOX in C:\xampp\htdocs\mail.php on line 6 Warning: imap_check() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\mail.php on line 10 Notice: Unknown: Can't open mailbox mail.mydomain.ne

[PHP] Can't use the SNMP class

2012-12-04 Thread Marc-Andre Bergeron
Hi, When I try to use the SNMP class I got the following error: PHP Fatal error: Class 'SNMP' not found. I use the following version: PHP 5.3.3 (cli) and it runs on CentOS release 6.2 (Final). I've also installed net-snmp-5.5-41.el6_3.1.x86_64. According to the documentation "In order to use t

Re: [PHP] how to read emails with php

2012-12-04 Thread Jonathan Sundquist
What does it say when you call imap_errors or imap_last_error? On Tue, Dec 4, 2012 at 10:02 AM, Farzan Dalaee wrote: > i dont have access to log files on server > > On Azar 14, 1391, at 5:51 PM, Daniel Brown wrote: > > > On Tue, Dec 4, 2012 at 8:10 AM, Farzan Dalaee > wrote: > >> hi guys > >> i

Re: [PHP] how to read emails with php

2012-12-04 Thread Farzan Dalaee
i dont have access to log files on server On Azar 14, 1391, at 5:51 PM, Daniel Brown wrote: > On Tue, Dec 4, 2012 at 8:10 AM, Farzan Dalaee wrote: >> hi guys >> i want to open an email content ( subject ,body , attachment ) with php >> i use imap_php but its wont connect to host >> what should i

Re: [PHP] how to read emails with php

2012-12-04 Thread Daniel Brown
On Tue, Dec 4, 2012 at 8:10 AM, Farzan Dalaee wrote: > hi guys > i want to open an email content ( subject ,body , attachment ) with php > i use imap_php but its wont connect to host > what should i do? > thanx Start by finding out why it won't connect. Check the logs on the server if you ca

Re: [PHP] building an improved service log

2012-12-04 Thread Inigo Medina
On Thu, 29 Nov 2012, rene7705 wrote: Hi folks.. I've got several requirements that I'd like to roll into one software component; - log page views and any errors that page view may generate - log javascript events (browser user-interaction events, but also errors on the server during ajax opera

[PHP] how to read emails with php

2012-12-04 Thread Farzan Dalaee
hi guys i want to open an email content ( subject ,body , attachment ) with php i use imap_php but its wont connect to host what should i do? thanx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: shared memory on php servers?

2012-12-04 Thread Alessandro Pellizzari
Il Tue, 04 Dec 2012 11:49:22 +0100, rene7705 ha scritto: > I'm wondering, what's the fastest way to put a large and deep array() > structure in shared memory on a PHP server? Using MongoDB. :) Bye. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Sebastian Krebs
2012/12/4 Stuart Dallas > On 4 Dec 2012, at 10:51, rene7705 wrote: > > > I would also like to hear any thoughts on how to efficiently add, > > delete and edit data in this large and deep array structure from > > multiple sessions at nearly the same time.. > > > > On Tue, Dec 4, 2012 at 11:49 AM,

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Stuart Dallas
On 4 Dec 2012, at 10:51, rene7705 wrote: > I would also like to hear any thoughts on how to efficiently add, > delete and edit data in this large and deep array structure from > multiple sessions at nearly the same time.. > > On Tue, Dec 4, 2012 at 11:49 AM, rene7705 wrote: >> Hi folks.. >> >>

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Sebastian Krebs
Hi, Why don't you use a database? Seems more appropiate here. At least SQLite should fit ;) Regards, Sebastian 2012/12/4 rene7705 > I would also like to hear any thoughts on how to efficiently add, > delete and edit data in this large and deep array structure from > multiple sessions at nearl