I use Price Tapestry for my datafeeds. :tup:
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
I use Price Tapestry for my datafeeds. :tup:
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
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
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
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
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
"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
Ninad (10-05-09)
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![]()
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
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
Ninad (11-05-09)
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks