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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -