Advertisement
Guest User

Untitled

a guest
Apr 15th, 2012
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $test = "isn't this a good test!";
  2. update_option( 'bla', $test );
  3. echo $test . "\n";
  4. echo get_option( 'bla' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement