This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $Proof_ID = "[ID of Returned Proof]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/flyer/proof/'.$Proof_ID.'/'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $pdfurl = "[url of PDF]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "[your order id]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/index.php/poster/orderstatus'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $pdfurl = "[url of PDF]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $curl_handle = curl_init(); | |
| curl_setopt($curl_handle, CURLOPT_URL, 'https://developer.mimeo.com/api/poster/proof/'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $Proof_ID = "[ID of Returned Proof]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/poster/proof/'.$Proof_ID.'/'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $size = "11x17"; | |
| $paperstock = "Premium Photo"; | |
| $lamination = "None"; | |
| $mounting = "None"; | |
| $pdfurl = "[url of PDF]"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $size = "11x17"; | |
| $paperstock = "Premium Photo"; | |
| $lamination = "None"; | |
| $mounting = "None"; | |
| $pdfurl = "[url of PDF]"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $size = "11x17"; | |
| $paperstock = "Premium Photo"; | |
| $lamination = "None"; | |
| $mounting = "None"; | |
| $pdfurl = "[url of PDF]"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "00-0131-00071-30837"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/poster/orderstatus'; | |
| $QueryString = "?userid=" . $userid; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $size = "11x17"; | |
| $paperstock = "Premium Photo"; | |
| $lamination = "None"; | |
| $mounting = "None"; | |
| $pdfurl = "[url of PDF]"; |