79554247

Date: 2025-04-04 00:44:47
Score: 2
Natty:
Report link

I'm not sure I understand if you're trying to get the contents of a variable called +filename+ or a variable called filename, but wouldn't it be one of these 2 solutions: $yourphpvariablename=$_GET['+filename+']; or $yourphpvariablename=$_GET['filename'];

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mark Bajanen