Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Login    Share code      Blog   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear

Stuck with a problem? Got Error? Ask AI support!

Copy Clear
Copy Format Clear
<?php /*define('wszystkie_razem', 1); define('naprzemiennie', 2);*/ define('weiss_02', 2); define('silber_01', 2); $data['windows_color'] = null; switch ($data['windows_color']) { case weiss_02: $result[52]['TEXT'] = 'biały 02 (RAL 9016)'; $result[52]['VALUEID'] = 777; break; case silber_01: // Uwaga: brak w bazie danych starego jsona $result[52]['TEXT'] = 'srebrny 01 (RAL 9006)'; $result[52]['VALUEID'] = 2089; break; default: $result[52]['TEXT'] = 'klient nie wybrał'; $result[52]['VALUEID'] = 776; break; } print_r($result[52]);
Copy Clear