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
how is it possible to send a jscript variable to php thats impossible > 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: Tuesd

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
Use JS to set the value of a hidden form-field and then have it immediately submit the form and it can be passed to php. Not impossible. Greg -- phpDocumentor http://www.phpdoc.org [EMAIL PROTECTED] wrote: how is it possible to send a jscript variable to php thats impossible You can do so with

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
oh right sure thats easy done , i assumed u meant the variable itself document.formname.fieldname.value=somevar; > Use JS to set the value of a hidden form-field and then have it > immediately submit the form and it can be passed to php. Not > impossible. > > Greg > -- > phpDocumentor > http://w

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, C

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'])){ ?>