Voting

: zero plus four?
(Example: nine)

The Note You're Voting On

david at exposito dot mobi
15 years ago
If you want to save exactly the content of an array into a variable to save ir later for example, use this:

<?php $xml = var_export($xml, true); ?>

You'll have in your same variable the content readable, instead of written down or anything else

<< Back to user notes page

To Top