vsdvsdv - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of vsdvsdv.php

  1. <?php
  2.  
  3. $params = unserialize('a:15:{s:2:"id";s:5:"51778";s:11:"senderEmail";s:21:"[email protected]";s:10:"senderName";s:16:"CLAFIS Ingenieus";s:9:"receivers";a:1:{s:19:"[email protected]";s:21:"Combinatie MGZ v.o.f.";}s:7:"subject";s:19:"Factuur 10-20230351";s:7:"message";s:134:"Geachte heer/mevrouw,<br><br>In de bijlage ontvangt u factuur 10-20230351.<br><br>Met vriendelijke groet,<br><br><br>CLAFIS Ingenieus";s:11:"attachments";a:1:{s:9:"undefined";s:50:"http://localhost/storage/filex?file=name_undefined";}s:2:"cc";a:0:{}s:3:"bcc";a:1:{s:47:"[email protected]";s:4:"Payt";}s:11:"attachAsPDF";b:1;s:16:"internalFilename";s:51:"10-20230351-combinatie-mgz-vof-51778-1674129378.pdf";s:17:"createDossierItem";b:0;s:15:"created_by_user";s:21:"[email protected]";s:15:"created_by_name";s:14:"Vera van Hogen";s:17:"created_by_userid";s:2:"22";}');
  4.  
  5. unset($params['attachments']['undefined']);
  6.  
  7.  
  8. echo serialize($params);
File Description
  • vsdvsdv
  • PHP Code
  • 26 Jan-2023
  • 961 Bytes
You can Share it: