Daryl Meese wrote:
Well, I know I am not running the latest version of PHP but I don't believe
this is accurate. I believe PHP case sensitivity is based on the os that
processes the file. Can anyone clear this up.
Correct for files, but variables aren't files.
--
The above message is encrypted
Beauford.2005 wrote:
It's obvious though that PHP can not handle it.
A poor workman always blames his tools.
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (htt
Jason Martyn wrote:
Here's kinda what I'm trying to do (not working of course).
[snip unimportant code]
mysql_query = ("select");
while ($result = mysql_fetch_array($sql_uc, MYSQL_ASSOC)
{
mysql_query .= (" ". $season .".".$result['field_name']." as ".$result['dis
Greg Beaver wrote:
$GLOBALS does not contain a reference to itself
Yes it does. I just ran the following, and I got "Greg is wrong."
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be prosecuted to the full extent of the law.
--
PHP G
[EMAIL PROTECTED] wrote:
oh right sure thats easy done , i assumed u meant the variable itself
document.formname.fieldname.value=somevar;
Well, ASP can't do any more in that area than PHP can, nor should it be
able to.
--
The above message is encrypted with double rot13 encoding. Any unauthor
[EMAIL PROTECTED] wrote:
yeh i'm saying it would be nice , i didnt say can it, i built an image
uploader progress bar class , it had to use javascript with flash as php
has no way of working out how much a file has uploaded where asp can
Luckily, ASP doesn't work by magic. PHP (thankfully) doesn't
[EMAIL PROTECTED] wrote:
umm sorry i wouldnt know i've never sold my soul to the devil
"lol jscript dude , dont get the boyz and girlz started , it would be
nice if php could do client stuff like asp" --You
--
The above message is encrypted with double rot13 encoding. Any unauthorized attem
[EMAIL PROTECTED] wrote:
i didnt understand a word of that , please rephrase ??
ASP doesn't do an upload meter by magic. PHP can do anything ASP can do,
it simply doesn't have built-in features for anything unessential.
--
The above message is encrypted with double rot13 encoding. Any unauthor
[EMAIL PROTECTED] wrote:
how is it possible to send a jscript variable to php thats impossible
It would look something like this (unfinished, using comments instead of
real code in a few places:
if(!isset($_GET['height'])){
?>