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.

----- Original Message -----
From: "BigDog" <[EMAIL PROTECTED]>
To: "Jeff Bluemel" <[EMAIL PROTECTED]>
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 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 which will then
> access the server...
>
> but you are really talking about to things here server-side (php) and
> client-side (javascript)...
>
>
> On Mon, 2002-11-18 at 14:39, 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 either a link, or a form submit to pass the variables?  I've
gotten a
> > work around to call an image that's actually a php file, but run my
script,
> > and then return an image file.
> >
> > is this the only way?
> --
> .: B i g D o g :.
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to