Jump to content

ECHO/PRINT Not Allowed on transaction php, any other way around???


nightkarnation

Recommended Posts

Hey guys...I have a php that loads when the user is being taken after making a purchase.

On that php file, echo and print are disabled...and I need to send a variable from that php file to flash, doesnt matter is flash, could be other php file, html, anyway...

 

<param name="movie" value="retorno.swf?userId=<?php echo $Referencia; ?>" />

 

On the example above I am using echo $Referencia...I need some function to substitue echo/print...

 

Any ideas???

 

Thanks in advance!

Hi Pikachu,

First of all thanks for your time!

 

Well as I wrote on post...echo/print are disabled, if I echo $any_variable it wont be visible...it wont show up. So I need another way to "echo/print" a variable.

Hope this helps

Ok thanks a lot guys!

 

I haven't been trying to hack or anything. I wanted to send the user to a different page with particular information depending on the user_id (grabbed from that php)...

Anyway...

I guess I won't add that feature.

 

Thanks for your kind help and time though!

Cheers!

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.