Jump to content

multiply datafeeds


Recommended Posts

I am pulling multiply feeds to get prices, product names, and descriptions, Here is a little snippit

 

  <tr>
                          <td data-label="SERVER"><strong><script language="javascript" src="/clientarea/feeds/productsinfo.php?pid=303&get=name"></script></strong><br /><small><script language="javascript" src="/clientarea/feeds/productsinfo.php?pid=303&get=description"></script></small></td>
                        <td data-label="RAM"><small>4 GB </small></td>
                        <td data-label="HDD"><small>500GB SATA </small></td>
                        <td data-label="IP ASSIGNMENTS"><small>1 usable IPv4 </small></td>
                        <td data-label="BANDWIDTH"><small>100 Mbit/s Unmetered</small></td>
<td data-label="COST"><small><script language="javascript" src="/clientarea/feeds/productsinfo.php?pid=303&get=price&billingcycle=monthly"></script></small></td>
                           <td data-label="ORDER"><a href="/clientarea/cart.php?a=add&pid=303" class="btn btn-custom"><i class="fa fa-shopping-cart"> </i> Order Now</a></td>
                       </tr>

https://www.affordabledomains.ca/affordable-servers.html

yet as you can see it is only pulling the very first feed and its causing a white page with just that one feed, how can I get them to display properly ?

Link to comment
Share on other sites

yet as you can see it is only pulling the very first feed and its causing a white page with just that one feed, how can I get them to display properly ?

I don't think the URLs need the opening slash before clientarea - so i'd suggest either removing that slash or adding your domain to the URLs... the three feed links themselves are fine (e.g they work when called directly), so it must be down to how the server is interpreting the opening slash.

 

  <tr>
                          <td data-label="SERVER"><strong><script language="javascript" src="clientarea/feeds/productsinfo.php?pid=303&get=name"></script></strong><br /><small><script language="javascript" src="clientarea/feeds/productsinfo.php?pid=303&get=description"></script></small></td>
                        <td data-label="RAM"><small>4 GB </small></td>
                        <td data-label="HDD"><small>500GB SATA </small></td>
                        <td data-label="IP ASSIGNMENTS"><small>1 usable IPv4 </small></td>
                        <td data-label="BANDWIDTH"><small>100 Mbit/s Unmetered</small></td>
<td data-label="COST"><small><script language="javascript" src="clientarea/feeds/productsinfo.php?pid=303&get=price&billingcycle=monthly"></script></small></td>
                           <td data-label="ORDER"><a href="/clientarea/cart.php?a=add&pid=303" class="btn btn-custom"><i class="fa fa-shopping-cart"> </i> Order Now</a></td>
                       </tr>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated