Re: [PHP] Multiple Domains in cookie?

2002-09-28 Thread @ Saif @

Please how can I unsubscribe .



Regards
Saif Yousif


 No God
except AllahMohammed is profit of Allah

- Original Message -
From: Julien Bonastre [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]; Tony Harrison
[EMAIL PROTECTED]
Sent: Saturday, September 28, 2002 3:21 PM
Subject: Re: [PHP] Multiple Domains in cookie?


 GREAT Q!

 I have been trying to play with my cookies for a while now for this same
 reason..

 And to no avail..

 It seems due to the structure of them and as long as the client (browser)
 sticks to the specifications you can only access a cookie belonging to
that
 same host..

 For example, I am starting up a large network site base but I wanted all
 the sites even though they have their own unique domain to be able to have
a
 global member login system.. Catch is.. The only way for them to be able
to
 login to one site and then be able to freely go to another completely
diff.
 site also on our network they would still be logged in and hence they have
 this main ONE account that allows them access  to all our network sites..

 So I studied the workings behind Terra Lycos and found their trick quite
 easily.. Since they have basically this same concept they too had to find
a
 solution..


 And their's is very close to mine :) I had thought.. since it's HOST
 specific. Not the full domain.. that means that cookies only differentiate
 between: aaa.com and bbb.com..

 But not: one.aaa.com or two.aaa.com

 Therefore to create ONE cookie you set it's host for aaa.com and that way
 all your other site domains can be redirectors to the subdomain..

 Ie.. if you have aaa.com as your main site and bbb.com and ccc.com just
make
 those other two point to: bbb.aaa.com and ccc.aaa.com  respectively..

 Don't think it's unpro because that's exactly what Terra Lycos does..

 For eg.. Checkout www.webmonkey.com (I'm sure many of you already know it)
 you soon see you'll be transported to: www.hotwired.lycos.com/webmonkey

 This is because not only is webmonkey part of Terra lycos.. It's also
under
 HotWired..

 Then I thought.. No way.. that can't be their trick surely??

 Yep.. Checkout all their other sites..

 More examples: www.angelfire.com goes to angelfire.lycos.com and
tripod.com
 goes to tripod.lycos.com

 it seems this is the idea.. that way.. if they login.. just set some
details
 (perhaps the SESSID so you can easily jsut reload the session on the other
 sites) on for example lycos.com as the domain and then all the subdomains
 can also use this freely..

 Use your domains as redirectors and you get a sweet system.. :)


 HIH
 --oOo---oOo--

  Julien Bonastre [The_RadiX]
  The-Spectrum Network CEO
  [EMAIL PROTECTED]
  www.the-spectrum.org

 --oOo---oOo--
 - Original Message -
 From: Tony Harrison [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, September 28, 2002 7:25 PM
 Subject: [PHP] Multiple Domains in cookie?


  Is it possible to specify more than 1 domain in a cookie?
  -
  [EMAIL PROTECTED]
  http://www.cool-palace.com
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Dear all

2002-09-28 Thread @ Saif @


Please how can I unsubscribe from this mailing list ...
Thanks


Regards
Saif Yousif 


 No God except Allah   
 Mohammed is profit of Allah




[PHP] Javascript Parser?

2002-01-26 Thread saif

hi,
is there any site from where i can get the php scripts which can parse the
javascript or at lest document.write(ln) part into php echo variable so that
i dont need to implement javascript in my web documents(i have some
documents writen in javascript so that i can insert them in any doc but now
im moving from javascript to php.)

thanks in advance.
saif





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] naming convention in php?

2001-09-22 Thread saif

thanks Chris,
i would have checked the link but it seems that online php documentation has
gone haywire.


best regards from saif
---
[php 406, apache 1312, winme]
[mysql 32321, personal oracle 8]



*
On Tue, 18 Sep 2001 09:56:56 -0700, Chris Bailey wrote:


|  The Pear project has established some for it's work, which is being
|  integrated with the standard PHP.  You might start with those.
|  http://pear.php.net I think.  You can really just make your own.  I tend to
|  use almost the exact same things I use in my Java code.
|
|  -Original Message-
|  From: saif [mailto:[EMAIL PROTECTED]]
|  Sent: Saturday, September 15, 2001 6:28 AM
|  To: [EMAIL PROTECTED]
|  Subject: [PHP] naming convention in php?
|
|
|  hi,
|  i want to know is there any naming convention followed in php as
|  in c/c++/java/etc.
|  i am puzzled how naming of variables are done in large scale
|  projects, where codes are written by one and debug by others.
|
|
|  best regards from saif
|  ---
|  [php 406, apache 1312, winme]
|  [mysql 32321, personal oracle 8]
|
|
|
|
|
|
|  _
|  Do You Yahoo!?
|  Get your free @yahoo.com address at http://mail.yahoo.com
|
|
|  --
|  PHP General Mailing List (http://www.php.net/)
|  To unsubscribe, e-mail: [EMAIL PROTECTED]
|  For additional commands, e-mail: [EMAIL PROTECTED]
|  To contact the list administrators, e-mail: [EMAIL PROTECTED]





_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] RE: string conversion

2001-09-21 Thread saif


correct way is to get file name is :

$path_parts = pathinfo($dir.$file);
$fdir = $path_parts[dirname]; // directory name
$fname = $path_parts[basename];   // file name
$ftext = $path_parts[extension];  // file extension



best regards from saif
---
[php 406, apache 1312, winme]
[mysql 32321, personal oracle 8]







_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] naming convention in php?

2001-09-15 Thread saif

hi,
i want to know is there any naming convention followed in php as
in c/c++/java/etc.
i am puzzled how naming of variables are done in large scale
projects, where codes are written by one and debug by others.


best regards from saif
---
[php 406, apache 1312, winme]
[mysql 32321, personal oracle 8]






_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]