php - GET Value Display Without Quotes Or ; -
i need value displayed in line of code.
$file_name = 'uploads/getvaluehere';
i not experienced coder myself, i'm sure basic, have start somewhere.
your question isn't clear @ all, maybe mean like:
$file_name = "uploads/". $_get['something'];
as far googling question this, want search along lines of "php appending strings" or "php append var string"...
Comments
Post a Comment