> I'm getting the following error and have no idea what the > hell it means: > ********************************************************************** > the mentioned lines are: > ********************************************************************** > fputs ( $file, "</channel>\n"); > fputs ( $file, "</rss>\n"); > fclose( $file ); > ********************************************************************** The file did not get opened properly. Do some error checking to try to find out why. Chris
- [PHP-DB] Valid resource Wilmar Pérez
- Re: [PHP-DB] Valid resource Tom Carter
- Boget, Chris