![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Access $_POST variables from Javascript?
From: |-|erc <h@r.c>
Date: Mon Aug 22 2005 - 06:02:20 CEST
"Robert Oschler" <no-mail-please@nospam.com> wrote in ...
You can read $_GET from the URL!
For posted variables you have to write the PHP variables to Javascript
<script>
</script>
Herc
|