Re: php 2 svg problems

Hello,

To solve your problem, you just have to replace
<embed width="500" height="400" src="svgcardtest.svg">
by
<embed width="500" height="400" 
src="svgcardtest.php?Rname=$Rname&amp;Remail=$Remail&amp;Sname=$Sname&amp;Semail=$Semail&amp;Message=$Message">
And of course, don't forget to rename your script 'svgcardtest.svg' into 
'svgcardtest.php'.
I think it should work this way, maybe there's a better way :)

Bye.

Received on Friday, 19 April 2002 04:26:47 UTC