Posts by victormoraesgs • 68 points
5 posts
-
1
votes2
answers249
viewsA: Comparison of strpos() variables - PHP
Good night! Well, come on, I think your mistake is time to check if the user belongs to the two groups (& instead of &&) and, in addition, you break the loop if it is the third option (1…
-
1
votes2
answers700
viewsA: Taking URL Variables from One Page, and using another
You can use a session to store these values. In the session you can store values that "persist" between a page and another as they are kept in HTML requests to your server. As in the code below:…
-
1
votes1
answer17
viewsQ: How to iterate for objects with indeterminate nesting
I have a class called Document. Each Document may be the son of a Document or Parent of a Document. Each Document can only have one Parent and can have countless children. I’m trying to write a…
phpasked victormoraesgs 68 -
0
votes1
answer306
viewsA: Ajax update only on selected line
It is why you have not informed, through the key Primary or other unique value, which line should be changed in the database. An output for this can be the inclusion of the changed line id in the…
-
2
votes1
answer84
viewsA: Checking groups with the Steam API [PHP]
Only add "memberslistxml/? xml=1" at the end of the URL. This makes the page return an XML that you can "pull" with Curl and Xmlsimpleobject. The full link would be:…
phpanswered victormoraesgs 68