Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function bookAdd($getbook){
  2. $get_title[] = $getbook->title;
  3.  
  4. }
  5.  
  6.  
  7.  
  8. result:
  9.  
  10. Array
  11. (
  12. [0] => The Fellowship of the Ring
  13. )
  14. Array
  15. (
  16. [0] => The Two Towers
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement