combining strings in php?

sumbuddy

New member
Shouldn't these 2 be the same
echo "categories\books\"."d.html" ;
echo "categories\books\d.html" ;

I am trying to make this -
$newfile= "categories\books\". uniqid (rand (),true).".html" ;
work
 
Back
Top