Jump to content

Audrey87

New Members
  • Posts

    2
  • Joined

  • Last visited

Audrey87's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. this is in the records.php for ben falks crud lesson..
  2. i pretty much understand the use of brackets i'm stuck on why a single bracket would be used inside <?php } ?>. code from crud video lesson : <?php if ($id != '') { ?> <input type="hidden" name="id" value="<?php echo $id; ?>" /> <p>ID: <?php echo $id; ?></p> <?php } ?>
×
×
  • Create New...