Thread
:
i am REALLY struggling
View Single Post
#
37
(
permalink
)
Nov 16th, 2007, 15:53
DPhahn
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling
<script>
if ($filename !~ m/\.TXT$/i)
{
$filename .= ".TXT";
}
</script>
DPhahn
View Public Profile
Find all posts by DPhahn