How can I show if logged in user owns the record?
<?php
if ($_SESSION["id"] = <?php echo($WADAhorses_details->getColumnVal("customerid")); ?>) {
?>
update link here
<?php
}
?>
What is the proper way to place the customerid in the if statement?
I will paste recordsets in private message