View Single Post
  #37 (permalink)  
Old Nov 16th, 2007, 15:53
DPhahn DPhahn is offline
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>

Reply With Quote