Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 24, 2012 10:36 AM by Ruchira
Member
317 Points
150 Posts
Nov 23, 2012 06:57 PM|LINK
Hi
I am required to convert this short PHP code snippet into asp.net. Is there a PHP convertor app that can help somewhat in this?
$array_of_link_params = array( 'LinkParameter' => array('FileId' => $file_id->CreateSignatureRequestResult, 'DocumentId' => $Document_ID->AddPrepopulatedPdfToRequestResult, 'LinkType' => "SigningPageLink", 'SignerEmail' => "test@yourdomain.com")); $get_link_parameters = array( 'p_APICode' => $apiCode, 'parameters' => $array_of_link_params); $iframe_link = $client->GetLink($get_link_parameters);
Thanks
Regards
All-Star
42943 Points
7024 Posts
MVP
Nov 24, 2012 10:36 AM|LINK
Hello,
yahya01 Is there a PHP convertor app that can help somewhat in this?
Yes. You can try this,
http://www.asp.net/downloads/archived-v11/migration-assistants/php-to-aspnet
Please 'Mark as Answer' if this post helps you.
yahya01
Member
317 Points
150 Posts
PHP to asp.net
Nov 23, 2012 06:57 PM|LINK
Hi
I am required to convert this short PHP code snippet into asp.net. Is there a PHP convertor app that can help somewhat in this?
$array_of_link_params = array( 'LinkParameter' => array('FileId' => $file_id->CreateSignatureRequestResult, 'DocumentId' => $Document_ID->AddPrepopulatedPdfToRequestResult, 'LinkType' => "SigningPageLink", 'SignerEmail' => "test@yourdomain.com")); $get_link_parameters = array( 'p_APICode' => $apiCode, 'parameters' => $array_of_link_params); $iframe_link = $client->GetLink($get_link_parameters);Thanks
Regards
Ruchira
All-Star
42943 Points
7024 Posts
MVP
Re: PHP to asp.net
Nov 24, 2012 10:36 AM|LINK
Hello,
Yes. You can try this,
http://www.asp.net/downloads/archived-v11/migration-assistants/php-to-aspnet
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.