PHP Preview Generator


/ Published in: PHP
Save to your folder(s)

Paste this code inside your PHP file and upload it to your preview folder in the server. You need to call the ENABLER from the of your html with the following code:


Copy this code and paste it in your HTML
  1. <?php
  2. $password="123456";
  3. $project="Project Title";
  4. $date="00-00-2015";
  5. $revision="1";
  6. $clientColor="#dddddd";
  7. $siteColor="#aaaaaa";
  8. $backgroundColor="#eeeeee";
  9. $downloadFile="source.zip"; // Comment this line if you dont want the download option
  10. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.