php-windows Digest 30 Jan 2004 10:21:21 -0000 Issue 2101 Topics (messages 22683 through 22688):
Re: PHP and hosting multiple sites 22683 by: Shannon Eric Peevey Re: test 22684 by: toby z 22685 by: David Felton shell_exec and accented characters 22686 by: Tim 22687 by: DvDmanDT getting font size from browser 22688 by: Roy G. Vervoort Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message --- Jim MacDiarmid wrote:
I'd like to have php support multiple sites, is it possible to havecan you let us know more about your setup? (web server, version, cgi, etc.)
multiple doc_root directives in the php.ini?
Thanks, Jim
thanks! speeves cws
--- End Message ---
--- Begin Message ---> Not one which was appreciated here ... my reaction was that it was > a screwed-up virus attempt ... especially as it appeared to fit > with the Sophos emergency alert regarding W32/MyDoom-A ... o lord ..... :'( whats that now ????? either all u guyz have gone out for a holiday to another galexcy or i must have been there ..... coz i simple fail to understand all this now ...... :'( > -----Original Message----- > From: Daniel Perez Clavero > [mailto:[EMAIL PROTECTED] > Sent: 28 January 2004 09:22 > To: Svensson, B.A.T. (HKG); 'toby z '; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] test > > No is not. Is the result of md5(My_first_script.php). I crypt it to > hide the > code, because was a shame until I debug it as it should be... > > ;-) > > Sorry. Just a Joke jeje > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ________________________________________________________________________ BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 http://btyahoo.yahoo.co.uk
--- End Message ---
--- Begin Message ---Yeah it was the MyDoom worm, hope you guys didn't open any of those attachments earlier ;-) -----Original Message----- From: toby z [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 1:26 To: Roy Henderson; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] test > Not one which was appreciated here ... my reaction was that it was > a screwed-up virus attempt ... especially as it appeared to fit > with the Sophos emergency alert regarding W32/MyDoom-A ... o lord ..... :'( whats that now ????? either all u guyz have gone out for a holiday to another galexcy or i must have been there ..... coz i simple fail to understand all this now ...... :'( > -----Original Message----- > From: Daniel Perez Clavero > [mailto:[EMAIL PROTECTED] > Sent: 28 January 2004 09:22 > To: Svensson, B.A.T. (HKG); 'toby z '; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] test > > No is not. Is the result of md5(My_first_script.php). I crypt it to > hide the > code, because was a shame until I debug it as it should be... > > ;-) > > Sorry. Just a Joke jeje > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ________________________________________________________________________ BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 http://btyahoo.yahoo.co.uk -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. **********************************************************************
--- End Message ---
--- Begin Message ---Hi, I'm running shell_exec on a command that returns accented characters (at least it does in the command prompt box). However, the resulting string returned by the command loses all the accents. 'é' is replaced by ',', for example. How can I stop this from happening? Tim
--- End Message ---
--- Begin Message ---iconv functions or something like that... It's caused by different charsets... -- // DvDmanDT MSN: dvdmandt€hotmail.com Mail: dvdmandt€telia.com "Tim" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi, > > I'm running shell_exec on a command that returns accented characters (at > least it does in the command prompt box). > > However, the resulting string returned by the command loses all the accents. > 'é' is replaced by ',', for example. > > How can I stop this from happening? > > Tim
--- End Message ---
--- Begin Message ---Is it possible to retreive the font size or view size from the browser. In the browser it is possible to change the screenview (make it larger or smaller for people with a visual aid). I would like to ineract my stylesheet with these default settings. thans Roy
--- End Message ---