Not even slightly a PHP question, but since it's a bank holiday I seem to temporarily be in a more helpful mood.

Richard Kurth wrote:
<?php $event['deleteevent']='<a
href="javascript:sendRequest(delete,32423434234234234324)">Delete this
event</a>';
echo $event['deleteevent'];
?>

I'm thinking you need some quotes aroung delete, and possibly around the number given its size.

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to