Re: [PHP] Screen Resoultion

2003-08-15 Thread Kris Yates
Chris W. Parker wrote: Kris Yates on Friday, August 15, 2003 11:55 AM said: However, I also have a PHP program which you can run and edit the source code for the program inside the program itself, hit render and all of a sudden you are running the new version of th

RE: [PHP] Screen Resoultion

2003-08-15 Thread Chris W. Parker
Kris Yates on Friday, August 15, 2003 11:55 AM said: > However, I also have a PHP program which you can run and edit the > source code for the program inside the program itself, hit render and > all of a sudden you are running the new version of the program. It is >

Re: [PHP] Screen Resoultion

2003-08-15 Thread Kris Yates
Leif K-Brooks wrote: [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. So true.. I use PHP a lot to dynamically generate DHT

RE: [PHP] Screen Resoultion

2003-08-14 Thread daniel
AIL PROTECTED] > Sent: Tuesday, August 12, 2003 12:12 AM > To: PHP > Subject: [PHP] Screen Resoultion > > > > Hello, > > Can anyone pls tell me is it possible to get the screen resoultion > using > php script ?? > > Regards, > Uma > > > -- > P

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
umm sorry i wouldnt know i've never sold my soul to the devil > [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

Re: [PHP] Screen Resoultion

2003-08-14 Thread Greg Beaver
with JavaScript and have that pass the information onto your PHP scripts to do whatever it is that you want. -M -Original Message- From: Uma Shankari T. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:12 AM To: PHP Subject: [PHP] Screen Resoultion Hello, Can anyone pls tell me

[PHP] Screen Resoultion

2003-08-14 Thread Uma Shankari T.
Hello, Can anyone pls tell me is it possible to get the screen resoultion using php script ?? Regards, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
atever it is that you want. >>> >>>-M >>> >>>-Original Message- >>>From: Uma Shankari T. [mailto:[EMAIL PROTECTED] >>>Sent: Tuesday, August 12, 2003 12:12 AM >>>To: PHP >>>Subject: [PHP] Screen Resoultion >>

RE: [PHP] Screen Resoultion

2003-08-14 Thread Mike Brum
You can do so with JavaScript and have that pass the information onto your PHP scripts to do whatever it is that you want. -M -Original Message- From: Uma Shankari T. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:12 AM To: PHP Subject: [PHP] Screen Resoultion Hello

Re: [PHP] Screen Resoultion

2003-08-14 Thread Leif K-Brooks
[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

Re: [PHP] Screen Resoultion

2003-08-14 Thread Leif K-Brooks
[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'])){ ?>