Posts by Leandro • 33 points
4 posts
-
2
votes1
answer339
viewsQ: Skip line in XML with PHP
I am trying to insert values in xml using php, and I wanted to skip line before inserting if the file already exists so that it does not overwrite what is already there. However the FILE_APPEND of…
-
0
votes0
answers122
viewsQ: Get Foreach ID on same page with Session
Next, I’m developing a way to update the notification date in the bank, only to update this date I need the registration ID. I can bring this ID from the bank without problem, the problem is when…
-
1
votes0
answers92
viewsQ: How do I make php wait for the value coming from the Javascript click?
I’m developing a system to evaluate a user (typical of stars), but I’m having problems passing values to PHP. Javascript code: function mouseClick(id){ var valorVoto =…
-
-2
votes1
answer40
viewsQ: Pass an id to another page via a foreach
Next: when the user clicks on "apply", he goes to another page and there I will work with the id of the record he clicked, only there is born the problem, I do not know how to do it. code:…