From e77b05f62bae02e0c720aa598ca640a9293661be Mon Sep 17 00:00:00 2001 From: Danny Date: Wed, 8 Apr 2026 20:37:37 +0200 Subject: [PATCH] execute binnen messagebox --- xor23.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xor23.php b/xor23.php index 488c1c1..d8583aa 100644 --- a/xor23.php +++ b/xor23.php @@ -1,20 +1,23 @@ -"; -echo "
"; +echo ''; echo 'component #1:
'; echo 'component #2:
'; echo 'component #3:
'; -echo ''; +echo ''; echo'
'; +if ($_GET) { echo $output; +} echo '
'; echo"
"; echo ""; -$output = shell_exec("python hello.py"); +$output = "Danny is een hele lieve man"; +//$output = shell_exec("python hello.py"); -?> \ No newline at end of file +?>