Advertisement
Guest User

zwet

a guest
Feb 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. {
  2.     $xml = simplexml_load_file("../svninfo/svninfo.xml");
  3. }
  4. else
  5. {
  6.     $xml = simplexml_load_file("./svninfo/svninfo.xml");
  7. }
  8.  
  9.  
  10. // why if condition on a fail doesnt exists ..  look at ("../  and ("./  what do you mean by that
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement