Search results

  1. oxcakmak

    Covid-19 Vaccine

    Yes, I think, but I hope one dose will be enough.
  2. oxcakmak

    Show DevBest [PHP] HTML Minifier

    Simply add the code in the minify.php file to the top of the config file: <?php /* * Special thanks: Stephen Clay <[email protected]> */ function sanitize_output($html){ $html = preg_replace_callback( '/(\\s*)<script(\\b[^>]*?>)([\\s\\S]*?)<\\/script>(\\s*)/i' ,''...
  3. oxcakmak

    What languages, frameworks, tools, operating systems, etc. do you use?

    OS: Win 10 Editor/IDE: VS Code NPP++ Language(s): PHP Databases: MySQL Other: Android Studio Unity Ableton Live 10
  4. oxcakmak

    Show DevBest PHP/OAuth 2.0 Discord Login Script

    Thanks for sharing !
  5. oxcakmak

    [PHP][JSON][ARRAY] How to show array vertical instead of horizontal

    first Step: <?php $i =0; echo "<table>"; foreach($JsonstringPersons as $record){ $i++; if ($record['Online'] == 1) { $APBCheck = 'checked'; } else { $APBCheck = 'unchecked'; } echo '<tr><td><div...
Top