Hello everyone ,
i have this problem
i want to have the name of the .txt file to be the name of my $title variable
so for instance if my variable of $title is test then the txt file should be named test.txt file
here some code:
someone any ideas?Code:$filename = $titel.txt; // this isnt working ofcourse $create = fopen($filename, "w"); //uses fopen to create our file.
Thx


Reply With Quote
Bookmarks