vostanova - 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 vostanova.php

  1. <?
  2. require($_SERVER['DOCUMENT_ROOT']."/bitrix/header.php");
  3. echo $USER->Update(1,array("PASSWORD"=>'Bitrix*123456'));
  4. echo $USER->LAST_ERROR;
  5. require($_SERVER['DOCUMENT_ROOT']."/bitrix/footer.php");
  6. ?>
  7.  
File Description
  • vostanova
  • PHP Code
  • 02 Dec-2022
  • 202 Bytes
You can Share it: