0

can I assign value to php variable with java script. I want to copy a java script variable's value to php variable . Is it possible ?

1 Answers1

1

Javascript is on the client side, whereas PHP executes on the server side. PHP variables can be assigned to javascript variables, but otherwise no.

segarci
  • 739
  • 1
  • 11
  • 19