Secondo voi è corretta questa sintassi??
Codice PHP:
<style type="text/css">
<!--
body {
background-image: url(<?php echo "{$array['background']}";?>);
//etc...etc....
Secondo voi è corretta questa sintassi??
Codice PHP:
<style type="text/css">
<!--
body {
background-image: url(<?php echo "{$array['background']}";?>);
//etc...etc....