Date: 07/05/01
- Next message: infoz: "Re: [PHP] Sessions and redundant servers"
- Previous message: Tony Gettig: "Re: [PHP] PHP for NetWare?"
- In reply to: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Next in thread: Johnson, Kirk: "RE: [PHP] $phpvar = javascriptvar???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I must not be clear on your question as it seems my response (and the
original response) describe exactly what you're looking to do.
I recommend you check out forums.devshed.com and do a search in their PHP
forum for "javascript php variable" You'll get a ton of examples and
suggestions. Here's one thread specifically:
http://forums.devshed.com/showthread.php?s=&threadid=16698&forumid=5&highlig
ht=javascript+variable+php+variable
best of luck
--kurt
----- Original Message -----
From: "Romeo Manzur" <rmanzur <email protected>>
To: <php-general <email protected>>
Sent: Thursday, July 05, 2001 12:12 PM
Subject: Re: [PHP] $phpvar = javascriptvar???
> I want to store the value of screen.ColorDepth on a php var...
> Thanks...
>
> Kurt Lieber wrote:
>
> > As the original respondent said:
> >
> > window.location = 'http://url?yourVar=' + yourVar;
> >
> > from there, parse out the URL variable and store it into a PHP variable
and
> > you're good to go.
> > ----- Original Message -----
> > From: "Romeo Manzur" <rmanzur <email protected>>
> > To: <php-general <email protected>>
> > Sent: Thursday, July 05, 2001 11:55 AM
> > Subject: [PHP] $phpvar = javascriptvar???
> >
> > > what I mean is, how could I save a javascript var value on a php
var???
> > > Thanks...
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> > > For additional commands, e-mail: php-general-help <email protected>
> > > To contact the list administrators, e-mail:
php-list-admin <email protected>
> > >
> > >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: infoz: "Re: [PHP] Sessions and redundant servers"
- Previous message: Tony Gettig: "Re: [PHP] PHP for NetWare?"
- In reply to: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Next in thread: Johnson, Kirk: "RE: [PHP] $phpvar = javascriptvar???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

