Jump to content

beeger

Members
  • Posts

    4
  • Joined

  • Last visited

beeger's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. function xml2array($s) { if ($Atmp1=explode('>',$s,2) and preg_match('^<\?(xml .*)\?$',$Atmp1[0],$Atmp2)) { $A['xml']=$Atmp2[1]; xml2array_sub($A,$Atmp1[1]); } return $A; } is the code im having issues with
  2. ok now i have this problem Warning: preg_match(): No ending delimiter '^' found in /home/u224246439/public_html/music.php on line 599
  3. Ok im having a problem i just put a site up and for some reason i keep getting this error Deprecated: Function ereg() is deprecated in /home/u224246439/public_html/books.php on line 599 if i could get some help it would be wonderful
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.