Re:

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: dharm shankar <dharm_shankar(at)rediffmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org, mfischer(at)josefine(dot)ben(dot)tuwien(dot)ac(dot)at, mfork(at)toledolink(dot)com
Subject: Re:
Date: 2002-06-15 02:18:11
Message-ID: 1024107491.15964.45.camel@kant.mcmillan.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Fri, 2002-06-14 at 19:30, dharm shankar wrote:
> Hi
>
> i want to use javascript variable in my php code.look on that
> code.

Hi,

Your request is not clear. Do you want to include the value of a PHP
variable within your javascript?

Just use the <?php echo $myvar; ?> in the middle of your javascript and
print it.

Do you want to get the value from your javascript code and do something
with in your PHP? This is much harder. Remember, the javascript is
executing on a different computer, and will only commence execution once
the whole of the page is loaded. You probably need to make your
javascript to a request to a PHP page which includes the variable URL
encoded.

Regards,
Andrew.
>
> <script>
>
> function ch(list)
> {
> var l2;
> l2=list.option.text;
> //i want to send the value of l2 in php file/code.
> }
> </script>
>
> <html>
> <select name="dd" onChange="ch(this);">
> <option>dd</option>
> <option>www</option>
> <option>ww</option>
> <option>dsfd</option>
> </select>
> </html>
>
> pls send me solution as well as possible.
>
> dharm
> "Richie" <dugganr(at)student(dot)cs(dot)ucc(dot)ie>
>
> _________________________________________________________
> Click below to visit monsterindia.com and review jobs in India or
> Abroad
> http://monsterindia.rediff.com/jobs
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
--------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201 MOB: +64(21)635-694 OFFICE: +64(4)499-2267
Are you enrolled at http://schoolreunions.co.nz/ yet?

In response to

  • at 2002-06-14 07:30:05 from dharm shankar

Browse pgsql-php by date

  From Date Subject
Next Message dharm shankar 2002-06-15 10:37:12 Re:
Previous Message dharm shankar 2002-06-14 07:30:05