All public logs

Jump to navigation Jump to search

Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:48, 17 May 2023 Chubbard talk contribs created page PHP Notes and Examples (Created page with "===PHP Notes and Examples=== change Array to JSON <pre> $foo=json_encode($array,1); echo $foo . "\n"; </pre> Convert a VALID JSON string to array <pre> $foo=json_decode($json, True); print_r($foo); </pre> Example foreach loop (simple) <pre> foreach ($nestedArray1 as $Array1) { do something with new array $array1[??}; } </pre> Category:PHP")