Search found 1 match

by onei0087
Thu Nov 03, 2005 1:08 am
Forum: PHP - Code
Topic: Function not returning global
Replies: 12
Views: 341

Function not returning global

Very new to coding in general...this one I just can't figure out. This is for parsing out XML data.... using three functions startElement, endElement and characterData : function startElement ($parser,$name,$attrib){ global $usercount; global $franchise; global $userdata; global $state; switch ($nam...