Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. //assuming this is the starting of the document
  3. define('MY_ITEM_NAME','Website title here');
  4. <input type="hidden" name="item_name" value="<?php echo MY_ITEM_NAME ?>">
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement