|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
php/javascript
Could a data send with php GET/POST method could be retrieve by javascript some how from the server..
just like php use $POST["name"] ; does javascript has one?? like or should the code get more nast and stuff.. Thank you |
|
#2
|
|||
|
|||
|
RE: php/javascript
No, the GET/POST data is sent to the server, Javascript is a client-side language so has no access to the server.
|
|
#3
|
|||
|
|||
|
RE: php/javascript
heck, just use PHP it wont kill you
|
|
#4
|
|||
|
|||
|
RE: php/javascript
you could probably fire a function onSubmit that finds all the fields in a given form, and gets the values of them.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > php/javascript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|