Vi rekommenderar

Vi rekommenderar att du tar en extra titt på dessa:

$common_path = “/data/8/d/8dfa0c0d-db3d-4550-803f-fcac0adf7112/dittmode.se/public_html/”;
require_once($common_path.”/includes/tapestry.php”);
//extract(shortcode_atts(array(‘id’ => ‘default’), $atts));
$_GET["q"] = $atts;

$id= “22040″;
$beskq = mysql_query(“SELECT * FROM `products` where id LIKE ‘$id’ LIMIT 1″);
while ($product = mysql_fetch_array($beskq)) {

$idet = $product["id"];
$name = utf8_decode($product["name"]);
$urlen = $product["normalised_name"];

$urlen = strtolower($product["normalised_name"]);
$urlen = tapestry_hyphenate($urlen);
$urlen = utf8_decode($urlen);
//$urlen = urlencode($urlen);
//$url = “.urlencode(tapestry_hyphenate(($product["normalised_name"]))).”.html”";
$url = $urlen;
//print $url;
//print “
$name
“;
//print $urlen;

?>