Search results

  1. F

    Nested arrays from curl response

    I'm in array nightmare land over here. Scenario is a curl response from a API that looks to be three nested arrays. I don't do a lot with multidimensional arrays, so I'm struggling with parsing the correct results. Example data / structure: Array ( => 1 [message] => The request succeeded...
  2. F

    Session based login to internal pages

    I have some functional code to allow users to access their account portal for various operations. This works perfectly fine logging in from "url/login". Code works are redirects to url/account (home page for account portal). If someone bookmarks an internal account page "url/account/feature.php"...
  3. F

    Fake URL redirect

    Hello! I have a specific question that I'm hoping can be resolved. I have a redirect URL: domain.co/go which will have many "fake directories" after it: domain.com/go/ABC, XYZ, etc I need to have all of these redirect to domain.co/go/?id=ABC, XYZ, etc so that I don't have to create a million...
Back
Top