RE: [PHP] Help?

2006-03-24 Thread Clinton, Rochelle A
ichard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 3:39 PM To: Clinton, Rochelle A Cc: php-general@lists.php.net Subject: RE: [PHP] Help? On Thu, March 23, 2006 2:19 pm, Clinton, Rochelle A wrote: > Hi Richard, > > WOW! Thanks for such a quick response - this is

[PHP] Help?

2006-03-23 Thread Clinton, Rochelle A
Hello, I am fairly new to PHP and am having an (SILLY) issue that I cannot seem to resolve: I am pulling data from an html file and some of the lines of text that I need start with "". I cannot seem to get rid of that tag!!! I have tried: * str_replace("<\a>", "", $line) *

[PHP] beginner needs help!

2005-05-12 Thread Clinton, Rochelle A
Dear Much Needed Advisor, I am definitely a PHP novice and making some code changes to a PHP script. I need to change a declared output file to include the date as an extension. My file is declared at the beginning of the script as: var $exportFile = "Export.txt"; I need it to be,