p5js how to send data from js to php

edited April 2016 in p5.js

Hi, Can't find the way to do a form like this inside p5

(form method="post" action="process.php") (input type="hidden" name="data" id="data" /) (/form) I already saved an image in my server and need to send the email of the user to the php file that handle this process. Is it clear the question? Thanks for the help David

Answers

Sign In or Register to comment.