Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? 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 842 - 871 of 3259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
842
Hi all, Recently I got this error message when I tried executing an uploaded PHP script on a webserver: Parse error: parse error, expecting ...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Aug 11, 2003
5:07 pm
843
Hi ... think u missed the ; Ajith...
Ajith C
ajc377
Offline Send Email
Aug 12, 2003
4:57 am
844
No, I didn't. I just mentioned it on the list without a semicolon there. BTW, it started behaving funny only after I uploaded it onto an IBM-AIX running...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Aug 12, 2003
11:03 am
845
... Do an echo $another_php_script_filename If that is returning the correct file name then see if PHP has got permissions to open that file from that location...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 12, 2003
11:11 am
846
This, Might have nothing to do with it per se. But could you simply enclose the same in a Require("$variable_name"); Fashion? Take care, Paul Alapatt ...
Paul Alapatt
paulalapatt
Offline Send Email
Aug 12, 2003
12:15 pm
847
Hi Shantanu, Are you using PHP v. 4.0.2 by any chance? If yes, this is a known bug. Check http://bugs.php.net/bug.php?id=6814 If you are using later version of...
d.k.jariwala (JD)
boyzone_2001
Offline Send Email
Aug 13, 2003
1:44 am
848
... Heavens! It worked when I substituted require_once() with require(). (Though I am clueless as to what wrong must I have done to face this.) But now, all...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Aug 13, 2003
2:32 am
849
... It will help you if you read which version supports what functions Also look at the output of phpinfo() - that also provides a whole lot of clues HTH ...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 13, 2003
5:47 am
850
Yes Shantanu, Please Upgrade to the latest Stable version of PHP.net, I believe that should put it to rest. Take care, Paul Alapatt ~~~~~~~~~~~~~~~~~~~~~~ Mo:...
Paul Alapatt
paulalapatt
Offline Send Email
Aug 13, 2003
7:28 am
851
Hi Shantanu, I guess you are affected by the bug which I mentioned in my earlier mail! Please upgrade your PHP! As such, PHP 4.1.x has lot of improvements over...
d.k.jariwala (JD)
boyzone_2001
Offline Send Email
Aug 13, 2003
7:29 am
852
Madhavi B Gajria Multimedia Studio Ltd. - Communication | Interaction | Experience < http://www.multimediastudio.com/ > Phone: +91-80-6540406, 6349452 ... ...
Madhavi B Gajria
gajriamb
Offline Send Email
Aug 13, 2003
8:05 am
853
Hi JDK, Paul and Dr Sani, Thanks a lot for your replies and helping me to learn to check the PHP-version before feeling surprised. I discovered that the server...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Aug 13, 2003
8:56 am
854
Hi All, We have an application that uses PHP Sessions for user authentication and session handling. We want to install the application on two different...
Rakesh Kumar
rakesh139
Offline Send Email
Aug 13, 2003
1:04 pm
855
... Did that once when there was no native sessions support in PHP we stored the sessions data in a MySQL db which was mounted on an NFS partition on all the...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 13, 2003
2:03 pm
856
Rakesh, What is the specific drawback to envisage using your own session handler, vis a vis your current dependance on PHP session container? Frankly such a...
Paul Alapatt
paulalapatt
Offline Send Email
Aug 13, 2003
2:41 pm
857
Hi everybody, I was wondering if anybody has tried authenticating users in PHP (and thereafter maintain sessions too) who belong to an MS-Windows domain...
Shantanu Kumar
shantanu_k06
Online Now Send Email
Aug 13, 2003
3:47 pm
858
... stored ... on ... Yes, this can be done but would require architectural change in the application which we want to avoid (if we can) at this stage. ... am ...
Rakesh Kumar
rakesh139
Offline Send Email
Aug 13, 2003
3:49 pm
859
... All you need to do is write a session handler function... That should not affect the "architecture" of your application. Care to explain why you feel the...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 13, 2003
4:00 pm
860
Hi, ... The only thing I can think of is to use OpenLDAP and Samba as the PDC (Primary Domain Controller) and use PHP's LDAP functionality to get the data you...
Nirav Mehta
vrmaster_2000
Offline Send Email
Aug 13, 2003
4:23 pm
861
... not ... In the application, we are using the name of the database itself as session variable (required, as different customers have a separate database...
Rakesh Kumar
rakesh139
Offline Send Email
Aug 13, 2003
4:23 pm
862
... Hmm.... the db which stores the session data should be independent of whatever other db you are using... Also if you dont want db to store session data why...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 13, 2003
4:29 pm
863
... Architecturally, the application is designed keeping in mind ASP model. So, different customers will have their own customer base and hence separate...
Rakesh Kumar
rakesh139
Offline Send Email
Aug 14, 2003
6:39 am
864
... Session handling is to be designed with "One ring to rule them all" model. Yours looks like an acute case of CDCG* syndrome. The best of us get afflicted...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 14, 2003
6:51 am
865
Hi, I have a search engine running at www.holland.info take a look and let me know. It uses dmoz [API] and internal mysql tables. Another one that uses the...
Arup Bhanja
roopb
Offline Send Email
Aug 14, 2003
8:12 am
866
... Delved on these lines. Considering our requirement, did not find this a feasible solution at design phase. There is a central database that handles our...
Rakesh Kumar
rakesh139
Offline Send Email
Aug 14, 2003
9:35 am
867
... Hmm.... You can have all sorts of databases for all sorts of customers BUT you can still have just one database handle the all session stuff irrespective...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 14, 2003
9:48 am
868
On Thu, 14 Aug 2003 14:42:28 +0530 (IST), Dr Tarique Sani wrote ... Hmmm...Perhaps what you mean is, we may continue to keep the informations of the customers...
rakesh
rakesh139
Offline Send Email
Aug 14, 2003
10:41 am
869
Hi, Jumping on the thread here without much experience on load balancing: 1. Are your MySQL dbs replicated on both the servers? If not, you could do that. 2....
Nirav Mehta
vrmaster_2000
Offline Send Email
Aug 14, 2003
12:55 pm
870
... I presume that there are several servers - Points to note about the replication in MySQL is 1) Replication is Master Slave relationship. 2) It is...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 14, 2003
1:07 pm
871
Hi, ... Yes, very true! Thanks for pointing out to valuable resources. I met the Emic guys at a conference and the product does seem very promising :) Regards,...
MagNet WebPublishing ...
vrmaster_2000
Offline Send Email
Aug 14, 2003
2:21 pm
Messages 842 - 871 of 3259   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