I\'m sending values to php file using js like that:
validation.php?firstName=test?lastName=test?email=test?contactNumber=test?title=test?description=test
? indicates the start of a query string but key/value pairs within it are separated with & or (less commonly) ;.
?
&
;