scusate ma mi sono espresso male
cio che ottengo e'
<link rel="stylesheet" type="text/css" href="default_style. _print.php" print />
ma io vorrei:
<link rel="stylesheet" type="text/css" href="default_style_print.php" print />
lo script e':
print("<link rel=\"stylesheet\" type=\"text/css\" href=\"$style. _print.php\" print />\n");
come si fa?
ciao