holty
12-23-2003, 10:42 AM
Hi
I would like to embed a confirm into my php....
echo ('td><a href="delete.php?id='. $custid .'" onClick="return window.confirm('Are you sure you want to delete this record?')">Delete</a></td>');
i get parse errors - what is the correct syntax to allow this confirm to work?
Thanks:)
I would like to embed a confirm into my php....
echo ('td><a href="delete.php?id='. $custid .'" onClick="return window.confirm('Are you sure you want to delete this record?')">Delete</a></td>');
i get parse errors - what is the correct syntax to allow this confirm to work?
Thanks:)