feyd wrote:post some code, along with what server you are using, the OS this server is sitting on, php version...
Hi feyd lookin at below it may have something to do with the images directory? What do you think
Im on windows PHP4 Apache MySql
<div align="center"><a href="#" on Click="window.open()"></a>
<a href="javascript:void(0);" onClick="window.open('images/adimages/<?php echo $row[x_image];?>', 'imagewin', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=600, height=500, left=300, top=100')"><img src="images/adimages/<?php echo $row[x_image];?>" height="120" width="160" border="0"></a></div>
ps this is giving me trouble too
$sql = "DELETE FROM clients WHERE x_clientid = '$clid'";
when I echo the sql I get
DELETE FROM clients WHERE x_clientid = ' mous67894'
It dosent happen though ..but no errors I've tried leaving out quotes etc