Results 1 to 15 of 15

 

Thread: Datafeed Help!

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts


    Hello Everyone,

    I am trying to develope a site with some travelfeeds. I am not a pro and I am stuck at the point where I need to display the feeds on the site. I am doing a while loop (not sure if thats the the right way) to display feeds on the site however they disply in a text format. I can not figure out a way to put them in an attractive format where I can place title, images , book now etc in a certain format. I can also see the URLs for images and link on the page and dont know how to place them on the site.
    Can some one please help?

    Thanks,

    Ninad
    Attached Images Attached Images
    skype: ninad_dixit
    Easy Hotel Bookings

  2. #2
    babrees's Avatar
    Registered User

    Status
    Offline
    Join Date
    Feb 2007
    Location
    Norfolk
    Posts
    1,588
    Thanks
    142
    Thanked 101 Times in 89 Posts
    I use Price Tapestry for my datafeeds. :tup:

  3. #3
    accelerator's Avatar
    Online shopping rocks!

    Status
    Offline
    Join Date
    Nov 2004
    Location
    England
    Posts
    3,034
    Thanks
    54
    Thanked 183 Times in 164 Posts
    I feel you need to break your question down into much smaller specific steps, the question you are asking is way too general. If you are using PHP, you can try asking questions at:

    PHP Freaks Forums - Index

    Otherwise you can use third party tools, see:

    http://www.webref.eu/affiliate-marke...ment-tools.php

    Rgds

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Aug 2007
    Posts
    406
    Thanks
    6
    Thanked 31 Times in 31 Posts
    What format are they in XML, RSS, CSv etc?
    PSD to Price Tapestry Templates: Please PM

    Wordpress set up for affiliates - I will get you up and running: Please PM

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Sabcom View Post
    What format are they in XML, RSS, CSv etc?

    They are in CSV format. Here is what I am doing to run it on the page which is absolutely wrong.

    <?php
    $result = mysql_query("SELECT * FROM tablename", $connection);
    if(!$result){
    die("Database connection failed:" . mysql_error());
    }
    while ($row = mysql_fetch_array($result)){
    echo $row["1"]."".$row["2"]."".$row["3"]."".$row["4"]."".$row["5"]."".$row["6"]." <br/>";
    }

    ?>

    I want a parse which could display the code in the following format
    title
    Image description
    price book now link

    I am sure its a simple code however I can not figure it out as my knowledge to php is limited
    skype: ninad_dixit
    Easy Hotel Bookings

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Aug 2007
    Posts
    406
    Thanks
    6
    Thanked 31 Times in 31 Posts
    Something link this? You want the data on seperate lines?

    echo "<p>".$row["1"]."</p>";
    echo "<p>".$row["2"]."</p>";
    echo "<p>".$row["3"]."</p>";
    echo "<p>".$row["4"]."</p>";
    PSD to Price Tapestry Templates: Please PM

    Wordpress set up for affiliates - I will get you up and running: Please PM

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Sabcom View Post
    Something link this? You want the data on seperate lines?

    echo "<p>".$row["1"]."</p>";
    echo "<p>".$row["2"]."</p>";
    echo "<p>".$row["3"]."</p>";
    echo "<p>".$row["4"]."</p>";

    I can do that however the problem is it displays the Image and affiliate link as http : // affiliate link
    I can not figure out how to add <img> and <a href > to the data.Also dont know how to put it into a table where it displays the data in an attractive format.

    Ninad
    skype: ninad_dixit
    Easy Hotel Bookings

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Aug 2007
    Posts
    406
    Thanks
    6
    Thanked 31 Times in 31 Posts
    Well the ideas are there. I have shown you how to put Html in the PHP.

    echo "<a href=".'"'.$row["2"].'"'.">".$row["3"]."</a>";
    PSD to Price Tapestry Templates: Please PM

    Wordpress set up for affiliates - I will get you up and running: Please PM

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Aug 2007
    Posts
    406
    Thanks
    6
    Thanked 31 Times in 31 Posts
    "Also dont know how to put it into a table where it displays the data in an attractive format."

    HTML Tables
    PSD to Price Tapestry Templates: Please PM

    Wordpress set up for affiliates - I will get you up and running: Please PM

  10. The Following User Says Thank You to Sabcom For This Useful Post:

    Ninad (10-05-09)

  11. #10
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Sabcom View Post
    "Also dont know how to put it into a table where it displays the data in an attractive format."

    HTML Tables

    Awsome mate! Thanks a lot for your help!

    :tup
    skype: ninad_dixit
    Easy Hotel Bookings

  12. #11
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Thought I was sorted, but its overwritting my header now. I guess my questions are very basic and hope I dont regreat this later on.

    Ninad
    skype: ninad_dixit
    Easy Hotel Bookings

  13. #12
    Registered User

    Status
    Offline
    Join Date
    Aug 2007
    Posts
    406
    Thanks
    6
    Thanked 31 Times in 31 Posts
    This will be a html problem not a PHP problem, unless your getting php errors.
    PSD to Price Tapestry Templates: Please PM

    Wordpress set up for affiliates - I will get you up and running: Please PM

  14. #13
    SimonQuick's Avatar
    Registered User

    Status
    Offline
    Join Date
    Dec 2008
    Posts
    271
    Thanks
    6
    Thanked 21 Times in 21 Posts
    Hi there,

    We have developed this step by step guide which runs through how to integrate feeds into your website.

    http://files.perfiliate.com/solution...GuideFeb09.pdf

    Hope that helps, let me know how you get on

    Thanks
    Simon
    Simon Quick
    Data Quality Manager, buy.at
    simon.quick@buy.at || Twitter: http://twitter.com/BuyAtFeeds

  15. The Following User Says Thank You to SimonQuick For This Useful Post:

    Ninad (11-05-09)

  16. #14
    Registered User

    Status
    Offline
    Join Date
    Mar 2007
    Posts
    44
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by SimonQuick View Post
    Hi there,

    We have developed this step by step guide which runs through how to integrate feeds into your website.

    http://files.perfiliate.com/solution...GuideFeb09.pdf

    Hope that helps, let me know how you get on

    Thanks
    Simon

    Hi Simon,

    The guide is awsome. It has the information I was looking for.

    Thanks a lot. Will give you a shout if I am stuck.

    Ninad:tup
    skype: ninad_dixit
    Easy Hotel Bookings

  17. #15
    SimonQuick's Avatar
    Registered User

    Status
    Offline
    Join Date
    Dec 2008
    Posts
    271
    Thanks
    6
    Thanked 21 Times in 21 Posts
    No worries Ninad, let me know how you get on.

    Regards
    Simon
    Simon Quick
    Data Quality Manager, buy.at
    simon.quick@buy.at || Twitter: http://twitter.com/BuyAtFeeds



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DRL Datafeed changes
    By LucyHutchings in forum Affiliate Window & buy.at
    Replies: 1
    Last Post: 26-09-08, 10:55 AM
  2. Need Help for using Datafeed
    By corporatetime in forum Programming
    Replies: 0
    Last Post: 27-06-08, 08:02 PM
  3. CJ Datafeed
    By mallyord in forum Commission Junction
    Replies: 0
    Last Post: 25-04-08, 09:06 PM
  4. Datafeed
    By Simon Boyd in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 24-10-06, 05:43 PM
  5. CD WOW - Datafeed
    By scifind in forum Affiliate Window & buy.at
    Replies: 3
    Last Post: 06-09-04, 04:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2