Jump to content

Geting Question Marks Insead Of Comma's


Iluvatar+

Recommended Posts

I thought that but i have pasted in in to notepad before i put it in the d/b but i am still getting. There is nothing odd about my code i have just done a simple foreach loop from a mysql_fetch_array.

 

<?php while($row = mysql_fetch_array($Macros)): ?>
		 <tr>
			    <td width="150px"><?php echo $row['title']; ?></td>
			    <td style="text-align:right;" class="BtnRow ApplyMacro" title="<?php echo addslashes($row['content']); ?>"><a class="Btn">Apply</a></td>
		    </tr>
<?php endwhile; ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.