Mauricio Muriel wrote:
>
>
>
> Please keep replies on list.
>
> At a minimum you are missing the closing brace } for your function. I
> would suggest that you find an IDE or at least a text editor that has
> PHP syntax checking.
>
> -Shawn
>
>
> Sorry for my error IN THE EMAIL,
Mauricio Muriel wrote:
> Hi Shawn,
>
> Thanks for your time, this is the complete code of the function (in
> fact the complete code in: xml_match.php file)
>
>
> function xml_match($columns,$text,&$result)
> {$debug=true;
> echo "Starting XML Module";
> if ($debug)
>{echo "Starting X
Mauricio Muriel wrote:
> Hi Guys,
>
> I want to ask you about this problem:
>
> I have a FUNCTION where is a DOMDocument element, that DOMDocument element
> is "Load" from a string (With well formed XML structure) stored in a param,
> this is code:
>
>
> function xml_match($columns,$text,&$res
3 matches
Mail list logo