Read More'; $Polyester_Chain_content = 'This "Polyester Chain Report: 2014" packed with up-to-date "not easy to find" statistics and objective analysis of the trends and recent development of the polyester industry. It covers the entire polyester value chain beginning from feedstock like ethylene and paraxylene further to intermediate - PTA & MEG, and down to polyester fibre and filaments. The Report presents tabulation and graphical presentation of trends.... Read More'; $nylon_content = 'This "Nylon Chain Report: 2014" containing over 118 pages provides a comprehensive review of market trends, drivers, issues, and challenges. It is richly annotated with authoritative and unbiased objective description and hard-to-find statistical facts. The report also provides unequivocal views..... Read More'; $World_Fibre_content = 'The World Fibre - Trends in Demand and Supply - 2015 from YarnsandFibers is the tenth consecutive compendium covering the trends in global demand and supply of natural and manmade fibre/filament industries. The report covers all major fibre producing countries accounting for 85% of global production and consumption..... Read More'; //$Polyester_Chain_content = 'This "Polyester Chain Report: 2014" packed with up-to-date "not easy to find" statistics and objective analysis of the trends and recent development of the polyester industry. It covers the entire polyester value chain beginning from feedstock like ethylene and paraxylene further to intermediate - PTA & MEG, and down to polyester fibre and filaments. The Report presents tabulation and graphical presentation of trends.... Read More'; $status_ = "status ='a' or status='r'"; // r for paid news a for free //changes done by Vandana on 6/01/2014 as nItin wants only three latest News. $findMainNews = "Select nid from content_type_news group by nid order by nid desc LIMIT 3"; //where field_cont_category_value = 'Main News' $findMainNewsresults = mysql_db_query(DB_NAME_DRUPAL, $findMainNews) or die(mysql_error() . __LINE__); $findMainNewsrowcount = mysql_num_rows($findMainNewsresults); $news=""; while ($findMainNews = mysql_fetch_assoc($findMainNewsresults)) { $nid = $findMainNews['nid']; $selectposting = "SELECT u.name, n.nid, n.vid, n.uid, n.title, n.body, teaser, n.timestamp FROM node_revisions n, users u, node nd WHERE u.uid = n.uid AND n.nid = nd.nid AND n.nid = '".$nid."' AND nd.status = '1' group by title"; $selectpostingexe = mysql_db_query(DB_NAME_DRUPAL, $selectposting) or die(mysql_error() . __LINE__); $selectpostingrow = mysql_num_rows($selectpostingexe); $row = mysql_fetch_assoc($selectpostingexe); $nid = $row['nid']; $vid = $row['vid']; $uid = $row['uid']; $title = $row['title']; $body = $row['body']; $writer=$row['name']; $teaser = $row['teaser']; $date = date("d M , Y", $row['timestamp']); $bodyArray=explode(" ", substr($body,0,150)); array_pop($bodyArray); $body=implode(" ",$bodyArray); $finddate = "Select created from node where nid = '$nid'"; $finddateresults = mysql_db_query(DB_NAME_DRUPAL, $finddate) or die(mysql_error() . __LINE__); $finddateresultsrow = mysql_num_rows($finddateresults); $finddaterow = mysql_fetch_assoc($finddateresults); $date = date("d M , Y", $finddaterow['created']); $selectImagePathQuery="SELECT f.filepath from files f, content_field_news_image cf WHERE f.fid=cf.field_news_image_fid AND cf.nid='".$nid."'"; $selectImagePathExe=mysql_db_query(DB_NAME_DRUPAL,$selectImagePathQuery); $imagePath=mysql_fetch_assoc($selectImagePathExe); $src = "node/$nid"; $findlink = "Select dst from url_alias where src = '$src' and dst not like '%www%' and dst not like '%http%'"; //echo "findlink".$findlink; $findlinkresults = mysql_db_query(DB_NAME_DRUPAL, $findlink) or die(mysql_error() . __LINE__); $findlinkresultsrow = mysql_num_rows($findlinkresults); $findlinkrow = mysql_fetch_assoc($findlinkresults); $dst = $findlinkrow['dst']; //echo $imagePath['filepath']; if($imagePath['filepath']=="http://www.yarnsandfibers.com/news/" || $imagePath['filepath']=="" || $imagePath['filepath']==null){ $imagePath['filepath']="sites/default/files/imagefield_default_images/default_img_news.gif"; } $news.='

'.stripslashes($title).'

By : YarnsandFibers News Bureau

'.preg_replace("/[^ \w]+/", "",$body).'...

'.date("F d, o", strtotime($date)).'
'.$title.'
'; unset($findlinkrow['dst']); } if(isset($_POST['submit_tbsearch'])){ if ($_POST['submit_tbsearch']) { $search_name = $_POST['txtsearch']; header("Location: http://www.textilebasics.com/result.php?q=$search_name"); } } //------------price index start CS----------------- $selectchild_dp1 = "SELECT max(field_date_value) as field_date_value FROM `daily_report_form` Limit 1"; $selectchild_dpresults1 = mysql_db_query(DB_NAME_DRUPAL, $selectchild_dp1) or die(mysql_error() . __LINE__); $selectchild_dpcount1 = mysql_num_rows($selectchild_dpresults1); //echo 'selectchild_dpcount1: '.$selectchild_dpcount1; while ($selectchild_dprow1 = mysql_fetch_array($selectchild_dpresults1)) { $max_field_date_value = $selectchild_dprow1['field_date_value']; } $selectchild_dp = "SELECT Industry_code,field_market_value,field_terms_value,display_name FROM daily_report_form_hp limit 6"; $selectchild_dpresults = mysql_db_query(DB_NAME_DRUPAL, $selectchild_dp); $i = 1; $table = ""; while ($selectchild_dprow = mysql_fetch_array($selectchild_dpresults)) { $Industry_code_child = $selectchild_dprow['Industry_code']; $field_market_value = $selectchild_dprow['field_market_value']; $field_terms_value = $selectchild_dprow['field_terms_value']; $display_name = $selectchild_dprow['display_name']; $selectchild_dp1 = "SELECT field_price_value,field_date_value FROM `daily_report_form` WHERE `Industry_code` = '$Industry_code_child' and field_market_value = '$field_market_value' and field_terms_value = '$field_terms_value' order by field_date_value desc Limit 1"; $selectchild_dpresults1 = mysql_db_query(DB_NAME_DRUPAL, $selectchild_dp1); $i = 1; $selectchild_dprow1 = mysql_fetch_array($selectchild_dpresults1); $field_price_value = $selectchild_dprow1['field_price_value']; $field_date_value = $selectchild_dprow1['field_date_value']; $selectproductforprevious = "SELECT field_price_value FROM daily_report_form WHERE field_date_value < '$field_date_value' and `Industry_code` = '$Industry_code_child' and field_market_value = '$field_market_value' and field_terms_value = '$field_terms_value' order by field_date_value desc limit 1"; $selectproductforpreviousexe = mysql_db_query(DB_NAME_DRUPAL, $selectproductforprevious); $selectproductforpreviouscount = mysql_num_rows($selectproductforpreviousexe); if ($selectproductforpreviouscount > 0) { $selectproductforpreviousrow = mysql_fetch_array($selectproductforpreviousexe); $local_price = $selectproductforpreviousrow['field_price_value']; } else { $local_price = $field_price_value; } //echo "local_price ".$local_price."
"; $movement = round(($field_price_value / $local_price * 100) - 100, 2); // $movement = round($field_price_value - $local_price,2); $img = ($movement < 0 ? "down_flow_green.png" : ($movement > 0 ? "up_flow_red.png" : ($movement == 0 ? "tild_green_gre.png" : ""))); $table .= '
' . $display_name . '
Trend ' . $movement . '%
'; } $table .= ''; //----------EOC price index start CS----------- header('Content-type: text/html; charset=utf-8'); if($_POST['join_submit']) { $name=$_POST['txtname']; $company=$_POST['txtcompany']; $emailid=$_POST['emailid']; $telephone=$_POST['txttelephone']; $country=$_POST['txtcountry']; $txtservices=$_POST['txtservices']; $ipaddress = $_SERVER['REMOTE_ADDR']; session_start(); if(($_SESSION['security_code'] == $_POST['txtWordVerification']) && (!empty($_SESSION['security_code'])) ) { $insertmember = "INSERT INTO `ynfx_pricewatch_enquire` ( `sr_no` , `name` , `company`, `emailid` , `country`, `servies`,`phoneno` , `dtstamp` , `ipaddress`) VALUES (NULL , '$name','$company', '$emailid', '$country', '$txtservices', '$telephone', NOW() , '$ipaddress');"; $insertmemberexe = mysql_db_query(DB_NAME, $insertmember); $message ='
       
  Name : '.$name.'
  Company : '.$company.'
  Emai-id : '.$emailid.'
  Country : '.$country.'
  Services : '.$txtservices.'
  Telephone : '.$telephone.'
'; //die($message); $to = "sales@ynfx.com"; //$to = "divyesh@centerac.com"; $subject = "PWR Order"; $from = "YnFx Team"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: $from" . "\r\n"; $headers .= 'Bcc: anil350@gmail.com' . "\r\n"; mail($to,$subject,$message,$headers); //die($message); header ('Location:success.php'); } else { ?> Textile Market Intelligence
Item #1

Daily Textile Prices

Online access to feedstock, intermediates, fibres and yarn prices.

Read More
Item #2

Monthly Textile
PriceWatch Report

A crisp analysis of the market and price movements in the entire textile value chain.

Read More
Item #3

Weekly Textile
PriceWatch Report

Price and market trend analysis on textile value chains across upstream and downstream sectors globally.

Read More
Item #4

Country
Reports

Annual issue that covers the trends in individual country's demand and supply of fibres/filaments.

Read More
Item #5

Industry
Reports

Annual issue that covers the trends in individual product's/industry's demand and supply.

Read More

Textile Market Prices and Intelligence Services

YnFx is the world's premier and most trusted market intelligence platform, with a mission to provide companies in global textile and chemical markets a competitive edge by delivering authentic and timely pricing data and high-value market analysis. We are driven by the need to help our members improve their business process efficiency by providing insightful reports which assists in achieving informed decisions.

Why choose YnFx?

In vibrant and volatile textile market conditions, doing business has in many ways proved to be quite challenging. But these buy-sell challenges can be faced by taking well informed decisions. And therefore we, at YnFx, strive to revolutionize the market information mechanism with reliable textile prices and market trend reports services which would assist you in your business decision making process.

YnFx reports helps you in identifying whether your suppliers are selling you at the right price and/or ensures your pricing in the market is competitive. We provide valuable information on price and market trends, news, analysis and customized reports which empowers you to keep abreast of the latest in the industry.

 
 
 
 

Enquire Now

YnFx Price Index -

Product
Movement
 

$title

$date

$teaser

"; } ?>

News & Views