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

  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://www.n11.com/ws/schemas">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <sch:SaveProductRequest>
  5.          <auth>
  6.             <appKey>***</appKey>
  7.             <appSecret>***</appSecret>
  8.          </auth>
  9.          <product>
  10.             <productSellerCode>Deneme1234567</productSellerCode>
  11.             <title>Lorem Ipsum</title>
  12.             <subtitle>Lorem ipsum dolor sit amet</subtitle>
  13.             <description>Hello World!</description>
  14.             <category>
  15.                <id>1000476</id>
  16.             </category>
  17.             <specialProductInfoList/>
  18.             <price>3000</price>
  19.             <currencyType>1</currencyType>
  20.             <images>
  21.                <!--1 or more repetitions:-->
  22.                <image>
  23.                   <url>https://www.google.com/logos/doodles/2016/bahrain-national-day-2016-6221988579246080-hp2x.jpg</url>
  24.  
File Description
  • fsdf
  • PHP Code
  • 16 Oct-2018
  • 3.21 Kb
You can Share it: