Variable Variables in php

php Add comments
<?php
 $PK = "PrimaryID";
 $$PK = "100034";
 echo $PrimaryID; // 100034
 echo $$PK;             // 100034
?>

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in