Hudzilla.org - the homepage of Paul Hudson
Contents > Writing PHP > Getting Help Wish List | Report Bug | About Me ]

19.13.8     Contacting the author

This is NOT the latest copy of this book; click here for the latest version.

If you have exhausted all other means of solving your problem, you are welcome to try emailing me. While I cannot guarantee I will solve your problem - or indeed even guarantee I will be able to reply to your email - I can at least try to do so.

Questions are welcome, but compliments are much better received!





<< 19.13.7 Submitting a bug   19.14 Getting qualified >>
Table of Contents
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.



My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!



Top-right shadow
 
Bottom-left shadow Bottom shadow

Comments from other readers
Eswaramoorthy. / eswarmoorthy@rediffmail.com - 29 Aug 2008

Dear sir

I like to congrats you first.I like the materials of php very much. I am not find any place a such a usefull materials. I am php developer. It helps me a lot in reading and knowing lot.I cann't tell this is in my words. I want your help, while i do with project. I will distrub u any case. You should help me for my question or doubt.

I faced one problem i.e.
1.

Warning: imap_open() [function.imap-open]: Couldn't open stream {cgvakiso:110/pop3}INBOX in E:\PHPLearn\practice\readm.php on line 3

Notice: Unknown: Can't connect to cgvakiso,110: Refused (10061) (errflg=2) in Unknown on line 0


while i am working with imap function to receive mail. I am working in windows. I tried to config in php.ini file also. I am not able to overcome this problem.

2. Problem two is with session:

Session program is working in all other mession and it is not working in my machine. I don't know why it is saying error in my machine. I tried with other team member the program it is working with out an error. So there is no problem with coding. Only problem is with machine. i don't know

codeing:

1.write session

<?

$_SESSION['foo']='bar';
print $_SESSION['foo'];
?>


2. Read session

<?
print $_SESSION['foo'];
?>


i am getting error during read session.php

error is:

Notice: Undefined index: foo in E:\PHPLearn\moorthy\ses2.php on line 3


please help me in this case.

with regards
eswarmoorthy,
Software engineer



Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.

If you are reporting an error in the content, please tell me directly.

Your name/email address:
Your comment:
 
Now, in order to verify that you're a real person, please answer this simple question: what is one plus two?
The answer is:
(please write in
numbers, eg 19)


Top-right shadow
 
Bottom-left shadow Bottom shadow