Advertisement
sntshkmr60

Untitled

May 9th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2. $base = "https://chart.googleapis.com/chart?";
  3. echo $base;
  4. echo "<form action='$base' method='POST'>
  5.  <input type='hidden' name='cht' value='qr' />
  6.  <input type='hidden' name='chs' value='300x300' />
  7.  <input type='text' name='chl' placeholder ='What's on your mind?' value='' />
  8.  <input type='submit'  />
  9. </form>
  10. "
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement