Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/2015 in all areas

  1. Hi, For prosperity, here is how you can display a list of all TLD's through the API in a table... echo "<table>"; if (($packages = $response->response())) { foreach ($packages as $package) { echo "<tr>"; $pricingsArray=($package->pricing); foreach ($pricingsArray as $pricing) { $priceArray = ($pricing->price); echo "<td>". $priceArray . "</td>"; } } } echo "</table>"; Thank you for your help on this I was simply missing another loop
    1 point
  2. Hey Michael, I found your website article last night and went ahead and added that URL to the IPN in PayPal. The primary email address is correct and the cron is working fine. Hopefully with the manually entered URL it will work, I will check with my clients as soon as they pay their renewals. Thanks!
    1 point
×
×
  • Create New...