[PHP] function not returning anything via return$

2005-10-01 Thread nalopaleaahu
The transformation is not returning anything new, just the comment segment as it was before sending it to rdfpic2html. I am trying to modify http://www.ozhiker.com/electronics/pjmt/ PJMT's JPEG.php to transform http://jigsaw.w3.org/rdfpic/ rdfpic xml in the comment segment of jpegs and return

Re: [PHP] function not returning anything via return$

2005-10-01 Thread Jasper Bryant-Greene
[EMAIL PROTECTED] wrote: rdfpic2html( $rdfpicdata ); Shouldn't that be: $rdfpicdata = rdfpic2html( $rdfpicdata ); Since you haven't defined rdfpic2html as receiving its argument by reference... -- Jasper Bryant-Greene Freelance web developer http://jasper.bryant-greene.name/ --