How To Convert HTML To PHP Online

If you are using an PHP site and want to convert your HTML code into PHP, simply open one of the below site and paste your HTML code finally copy your PHP code ans paste it in your specific location where you want to add.



  1. Devshed - 
  2. Andrewdavidson - 
  3. Quasarcr - 
  4. Yellowpipe - 
  5. SwitchByte - 

Read more...

Hack any website using javascript

If anyone want to fool your friend or colleague, then you can use this simple java script to hack any web site.

Just copy and paste this JavaScript code in the address bar of your web browser and hit enter, and any web page/ web site will become editable just as a notepad/MS Word document

javascript: document.body.contentEditable = 'true';document.designMode = 'on'; void 0
Read more...