Re: [PHP] is this not possible?

2002-11-19 Thread Mark
r card, and do away with javascript completely (which means you don't have to worry about people disabling javascript). -Mark - Original message - From: "Jeff Bluemel" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon, 18 Nov 2002 17:24:52 -0700 Subject: Re: [PHP

Re: [PHP] is this not possible?

2002-11-18 Thread Jason Wong
On Tuesday 19 November 2002 06:36, Jeff Bluemel wrote: > well - now I understand why it is so difficult to make those 2 things work > together. it would be so much easier if php had some way of displaying an > inputbox etc. PHP can only output something, usually HTML, for the browser to interpre

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
here's the URL if case somebody decides to look at it; http://obi-wan.domintcom.com user: guest pass: domintcom go to customer service, prepaid pin, and then look up 3077876962 - activate, deactivate, and recharge this is for customer service of prepaid phone cards. now - when I reload this pa

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
thanks David - I'll look over it... Jeff "David Rice" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Jeff: > > Brent Ashley has written some cool stuff to make asynchronous remote > calls to server without client page refresh using javascript/iframe > etc. T

Re: [PHP] is this not possible?

2002-11-18 Thread David Rice
Hi Jeff: Brent Ashley has written some cool stuff to make asynchronous remote calls to server without client page refresh using javascript/iframe etc. There is a PHP version. Go to: http://www.ashleyit.com/rs/main.htm And click on the link: Javascript Remote Scripting (JSRS). It works for most

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
gt; Cc: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 2:42 PM Subject: Re: [PHP] is this not possible? > No... > > Javascript need to send that data back to the server and how are you > going to do that? > > You will have to use a form or a link or some method to send i

Re: [PHP] is this not possible?

2002-11-18 Thread Ernest E Vogelsinger
At 22:39 18.11.2002, Jeff Bluemel spoke out and said: [snip] >I'm been ignored on this question for 4-5 days now. even if it is not >possible could somebody please verify this? > >is it possible to pass a variable from javascript directly to php WITHOUT >usi

Re: [PHP] is this not possible?

2002-11-18 Thread rija
- Original Message - From: "Jeff Bluemel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 8:39 AM Subject: [PHP] is this not possible? > I'm been ignored on this question for 4-5 days now. even if it is not > possible

Re: [PHP] is this not possible?

2002-11-18 Thread BigDog
No... Javascript need to send that data back to the server and how are you going to do that? You will have to use a form or a link or some method to send it to the server. Now you can use php to write your javascript code that can be used to link to a php file that can be run on the client side

Re: [PHP] is this not possible?

2002-11-18 Thread Leif K-Brooks
That, or an iframe. You can't pass variables on the same request, though. Jeff Bluemel wrote: I'm been ignored on this question for 4-5 days now. even if it is not possible could somebody please verify this? is it possible to pass a variable from javascript directly to php WITHOUT using eithe

[PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
I'm been ignored on this question for 4-5 days now. even if it is not possible could somebody please verify this? is it possible to pass a variable from javascript directly to php WITHOUT using either a link, or a form submit to pass the variables? I've gotten a work around to call an image that