Ref: http://www.pitsolutions.com/index.php? table=History&linkid=47&head=Opportunities Send your resumes to praveen[at]pitsolutions.com if need referal....
[13-Jul-2007] Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast,...
I heard about it last week .. a important que. to our group members .. 1) What is the main difference between 4 & 5.. 2) normaly what is the difference between...
Dear all I am displaying a list user names in a multiple combo box. When I submit the page to another page, say page2, I want to capture the values of selected...
Dear Shajan, use array in the id/name declaration. Eg: <select name="lstNames[]" size="5" multiple="multiple"> Here, after POST - you can access the values...
Dear all, I have a problem in PHP session handling. when I open my website in two or more tabs in Firefox, Opera, IE 7.0 or use 'Control+N' in IE 6.0 to open a...
Hi, Actually it is not a 'problem' but a feature of browsers. Not with PHP, all the server side languages (asp.net, etc.) behave like this. The whole browser...
Hi praveen, Thank u for ur reply. But in my local server it creates different session files for each tabs/windows.I checked all the configuration settings in...
Hello all, ... We are on the lookout for freshers or software professionals with 1- year experience for our requirement for Trainee Developers. Applicants...
Ok I got one solution for this problem in php.ini make session.use_cookies = 0 the problem is using session cookies.if we disable it works fine plz tell me is...
session.use_cookies specifies whether the module will use cookies to store the session id on the client side I am still surprised to hear you are successful in...
Yes we can use session cookies to store information. But the browser cookies option must be enabled. Get the values, store in cookies, read from cookies. ...
Sorry guys...., it gives some unexpected results. if there is any in between pages which is not loaded in to the browser then in each page it starts new ...
Mahabaleshwar, It should work. Check here : Cookies in PHP http://www.plus2net.com/php_tutorial/php_cookies.php regards, Arun Vasudevan Mahabaleshwar...
Hi Friends, It worked for me fine. Make sure that register_globals in your php.ini is ON. Try the below codes. First create first.php file and then second.php....
No man, if communication is btween two pages then it works fine, no problem in that. but when there is intermediate page which is not loaded in to the browser...
Hi, Please check your first post. I answered for the first post, i.e., how to pass values between different browser tabs or pages. Now its becoming more...
Hi arun, my need is I want unique sessions for each tabs/windows.Changes made in one tab should not affect another tab.means different users should be able to...
To become more clearer please check bug reported in bugzilla.mozilla.org Bug 371241 Bug 378442 Bug 392860 regards, bhat ... how to pass values between...
Hi, Yes, thats right. That's why I posted a tutorial on session variables after that. That feature is server depended, where default will be always "on" and...
dear friend, No such requirements are usually expected. Since only a user is expected to use a system for browsing at a time. and so he should be maintaining...
Dear Raj, Thank you very much for the reply and ur patience and spending time for writing in detail. Whatever you explained I understood and agree that in...
All i said was about maintaining multiple sessions (By default session handling framework ) on the same server. But you can surely solve your problem. PHP...