Jump to content

Create file with 9182 at end of name


Warptweet

Recommended Posts

Of course, it's not that hard to create a file with PHP with a .php extension...

$o = fopen("211612151419/".$_POST['flashname'].".php", "w");

Although, I have another problem.
It of course, creates a file thats called XXXXXXX.php, but, how can I make it so that it creates a file that is named XXXXXXX9182.php? So basically it's the exact same, except with 9182 at the end of the filename.

Would it be like...
$o = fopen("211612151419/".$_POST['flashname']9182.".php", "w");
If thats not how I would do it, please help!
Link to comment
https://forums.phpfreaks.com/topic/35016-create-file-with-9182-at-end-of-name/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.