Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // What I would like in one file.
  2. $item1 = "Data for Item one";
  3. $photo1 = "img src string to image for item 1";
  4.  
  5. etc...
  6.  
  7. $item12 = "Data for Item 12";
  8. $photo12 = "img src string to image for item 12";
  9.  
  10. echo "$item1";
  11. echo "photo1";
  12.  
  13. etc...
  14.  
  15. echo "$item12";
  16. echo "photo12";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement