Cheeseweasel Posted April 13, 2007 Share Posted April 13, 2007 I've got a variable called '$newname', and I've completely forgotten how to show its value. Please just make a simple script that will show the value of $newname. Thanks C.W Link to comment https://forums.phpfreaks.com/topic/46846-very-simple-script/ Share on other sites More sharing options...
AndyB Posted April 13, 2007 Share Posted April 13, 2007 <?php echo $newname; ?> Link to comment https://forums.phpfreaks.com/topic/46846-very-simple-script/#findComment-228335 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.