0
I was wondering if there is a way to search for data inside a POST? I need it a lot, because each box is a different id. Example:
**JS:**
data {'id':id, 'ponto1':ponto1}
**AJAX:**
id: $id = isset($_GET['id']);
$ponto = isset($_POST['ponto".$id."']);
that question makes no sense
– Felipe Duarte
Yes, please make an effort to help me.
– Hanz
what do you mean search for data within a post? exemplifies this
– user60252
In ajax when you are going to post, have the search data from another page by the right js? in case it is the id and the point. But on the page, each input with name="dot" has an id, e.g.: name="point1", name="point2" I wanted it to be like this in the post point in ajax, so I could look up what kind of point it is.
– Hanz
I’m sorry but your example doesn’t make sense, rephrase your question with data Exmplos you want to send and take...
– Simão Lemos