Cheaperholidays
10-11-2006, 07:50 AM
Hi all
I wonder if anyone can help?
We are trying to insert this code into a an sql description which will insert weather data into our holiday guides.
However what happens is the code is displayed instead of the data
Any ideas how we can over come this
<?php require_once '/weather.php';
('cborder','');
('iorder','url,title,desc');
('biurl','<a title="Agadir weather forecast" href="');
('aiurl','"target="_blank" rel="nofollow">');
('ailink',' Agadir weather</a> <br />');
('bi',' ');
('aidesc','< Click for 5 day Agadir forecast></font><br />');
('bidesc','<img src="http://www.cheaperholidays.com/arrow1.jpg"> <font color="purple"> ');
('maxitems',1);
// show up to 40 characters of the description
('maxidesc',70);
('poweredby','');
Show('http://www.blah.com/weather/world/115.xml');
?>
I wonder if anyone can help?
We are trying to insert this code into a an sql description which will insert weather data into our holiday guides.
However what happens is the code is displayed instead of the data
Any ideas how we can over come this
<?php require_once '/weather.php';
('cborder','');
('iorder','url,title,desc');
('biurl','<a title="Agadir weather forecast" href="');
('aiurl','"target="_blank" rel="nofollow">');
('ailink',' Agadir weather</a> <br />');
('bi',' ');
('aidesc','< Click for 5 day Agadir forecast></font><br />');
('bidesc','<img src="http://www.cheaperholidays.com/arrow1.jpg"> <font color="purple"> ');
('maxitems',1);
// show up to 40 characters of the description
('maxidesc',70);
('poweredby','');
Show('http://www.blah.com/weather/world/115.xml');
?>