|
-
March 10th, 2006, 12:43 AM
#1
Case sensitive
Do you know why windows scripts don't have case-sensitive problems ????
MY tv is not bilingual, has no button to switch the language, please make them all in English at night because some of us don't understand , thank you
-
March 10th, 2006, 06:53 AM
#2
Re: Case sensitive
could you specify a bit more what kind of answer you expect?
something about filenames?
if yes: well, the windows filesystem is just case-in-sensitive...
there are 10 kinds of people. those who understand binary and those who don't...
rate a post if you find it usefull, thx
check out my Firefox/Mozilla Extension: http://urlparams.blogwart.com/
-
March 10th, 2006, 05:31 PM
#3
Re: Case sensitive
I codein notepad, I can write
<?php
//functionnames can be uppercase-lowercase
>
but still the system recognizes and treats them indifferently. but in linux, and mac, that is not allowed, so why is it ?
MY tv is not bilingual, has no button to switch the language, please make them all in English at night because some of us don't understand , thank you
-
March 13th, 2006, 06:14 PM
#4
Re: Case sensitive
 Originally Posted by Mattrang
but still the system recognizes and treats them indifferently. but in linux, and mac, that is not allowed, so why is it ?
I am a Mac user and never have this problem. Could you post one of your codes?
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
March 14th, 2006, 10:26 AM
#5
Re: Case sensitive
It doesn't matter to the Windows System whether filenames are upper/lower case but it does matter to PHP, unless you convert the names using one of the string functions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|