Welcome Guest, Not a member yet? Register   Sign In
[Solved]Write_file question
#7

[eluser]mrwilson1[/eluser]
I have everything fixed except for one small problem. When I try to create the filename, the $post title appends itself with the txt.

From
Code:
$this->file = $this->path . $post_title."txt";

I get the title plus the txt. Example titletxt.

What I am trying to get is obviously title.txt. How can I write the $post_title.txt to make it come out right?

Solved

$this->file = $this->path . $post_title.".txt";


Messages In This Thread
[Solved]Write_file question - by El Forum - 03-12-2010, 10:13 PM
[Solved]Write_file question - by El Forum - 03-12-2010, 10:42 PM
[Solved]Write_file question - by El Forum - 03-12-2010, 11:01 PM
[Solved]Write_file question - by El Forum - 03-12-2010, 11:12 PM
[Solved]Write_file question - by El Forum - 03-12-2010, 11:36 PM
[Solved]Write_file question - by El Forum - 03-12-2010, 11:42 PM
[Solved]Write_file question - by El Forum - 03-13-2010, 09:10 AM
[Solved]Write_file question - by El Forum - 03-13-2010, 10:44 AM
[Solved]Write_file question - by El Forum - 03-13-2010, 10:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB