Re: [PHP] Re: http referer

2001-07-11 Thread Soeren Nielsen
> I though every browser supported it, do you have an example on one > that does not? I Opera the user can choose to disable the use of referer /Soeren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] Re: What would you want in a PHP web host?

2001-08-01 Thread Soeren Nielsen
t just look the other way pretending that there's no problem. II: As a developer I want access to several databases - not just one. The company that hosts my site refuse to create more than one database because of the ressources (human and technical) it takes. I hope you could this. Regards

[PHP] Newsgroup / Mailing list

2001-08-08 Thread Soeren Nielsen
"B. Van Ouwerkerk" <[EMAIL PROTECTED]> wrote in message > It's on the same page where you subscribed to > this list.. Actually this is also a newsgroup that don't require subscription: Server: news.php.net Group: php.general Best regards, Søren Nielsen -- PHP General Mailing List (http://ww

[PHP] Re: The secrecy of PHP code

2001-08-14 Thread Soeren Nielsen
"James Shaker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Greetings, > [snip] calculations and I code them in PHP > for use on a website are they safe from being > viewed or taken? If your php-code is on a web-server which gives access to other than you

Re: [PHP] Re: The secrecy of PHP code

2001-08-14 Thread Soeren Nielsen
"Ben-Nes Michael" <[EMAIL PROTECTED]> wrote in message 022201c12498$79178ce0$[EMAIL PROTECTED]">news:022201c12498$79178ce0$[EMAIL PROTECTED]... > The problem still stays if you open php to system commands like `echo > /etc/passwd` or using system() A problem is also that other web-programer

Re: [PHP] concatenate?

2001-08-29 Thread Soeren Nielsen
> does anyone know of a scenario (perhaps involving > non-string data) where the concatenation does not > return the same answer? If you have three vars: $user = "foo"; $users = array("Peter","Michael"); This could be a problem: echo "$users hair is brown"; if what you ment was: echo $string."s