Search the web
Sign In
New User? Sign Up
phpKeralaUg · PHP Users Group : Kerala
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 221 - 251 of 406   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
221
hi ... Why delete messages? Unlimited storage is just a click away. [Non-text portions of this message have been removed]...
Arun Antony
arunantonytd
Offline Send Email
Aug 3, 2007
7:17 am
222
Ref: http://www.pitsolutions.com/index.php? table=History&linkid=47&head=Opportunities Send your resumes to praveen[at]pitsolutions.com if need referal....
Praveen.V.Nair
ninethsense
Online Now Send Email
Aug 8, 2007
8:00 am
223
[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,...
Praveen.V.Nair
ninethsense
Online Now Send Email
Aug 13, 2007
12:04 pm
224
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...
ranji543
Offline Send Email
Aug 13, 2007
5:31 pm
225
Zend engine 2 with new object model is the major change in PHP 5. Well I have seen lot of links on google. Here is one...
Praveen V
ninethsense
Online Now Send Email
Aug 14, 2007
4:30 am
227
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...
Shajan Joseph
shajan4
Offline Send Email
Aug 16, 2007
8:22 am
228
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...
Praveen V
ninethsense
Online Now Send Email
Aug 16, 2007
9:09 am
229
Thank U Praveen. I could succeed. Shajan For Kerala Related sites got to http://www.shajan.itgo.com ... From: Praveen V <ninethsense@...> To:...
Shajan Joseph
shajan4
Offline Send Email
Aug 16, 2007
9:50 am
230
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 17, 2007
5:36 am
231
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...
Praveen V
ninethsense
Online Now Send Email
Aug 17, 2007
9:09 am
232
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 17, 2007
10:51 am
233
I think we can use php session variables instead of _POST and _GET. Praveen V <ninethsense@...> wrote: Hi, Actually it...
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 17, 2007
10:54 am
234
Hello all, ... We are on the lookout for freshers or software professionals with 1- year experience for our requirement for Trainee Developers. Applicants...
Praveen.V.Nair
ninethsense
Online Now Send Email
Aug 17, 2007
12:16 pm
235
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 17, 2007
1:10 pm
236
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...
Praveen V
ninethsense
Online Now Send Email
Aug 17, 2007
3:54 pm
237
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. ...
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 17, 2007
10:12 pm
238
Thanks its a nice example.. Ranji http://www.keralam.at A Complete portal for Keralites Shajan Joseph <shajan4@...> wrote: Thank U Praveen. I could...
Ranji.......
ranji543
Offline Send Email
Aug 19, 2007
3:14 pm
239
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
mahihs2002
Offline Send Email
Aug 20, 2007
5:32 am
240
Mahabaleshwar, It should work. Check here : Cookies in PHP http://www.plus2net.com/php_tutorial/php_cookies.php regards, Arun Vasudevan Mahabaleshwar...
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 20, 2007
7:30 am
241
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....
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 20, 2007
7:43 am
242
Just a note: Remember that cookies are browser depended and you cannot predict whether end-user will be 'allowing' it (security issues). Cookie = A...
Praveen V
ninethsense
Online Now Send Email
Aug 20, 2007
7:47 am
243
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 20, 2007
9:46 am
244
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...
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 20, 2007
11:46 am
245
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 20, 2007
12:11 pm
246
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 20, 2007
12:12 pm
247
I see answers for the post in http://au2.php.net/session Didnt it help you? Best Regards Praveen. Mahabaleshwar <mahihs2002@...> wrote:...
Praveen V
ninethsense
Online Now Send Email
Aug 20, 2007
9:23 pm
248
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...
Arun Vasudevan
aruntechguy
Offline Send Email
Aug 21, 2007
6:12 am
249
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...
ArunRaj R
raj47i
Offline Send Email
Aug 23, 2007
11:16 am
250
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 23, 2007
12:17 pm
251
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...
ArunRaj R
raj47i
Offline Send Email
Aug 23, 2007
1:02 pm
Messages 221 - 251 of 406   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help