[PHP] quick and easy(php newbie)

2002-01-18 Thread travis
just a quick syntax question: here is my php \n"; $openingEntry = " if done twice it returns this: http://www.me.com/> http://www.me.com/> i want it to display as follows: http://www.me.com/";> http://www.me.com/";> now it is writing to the file I want perfectlybut but but I

Re: [PHP] quick and easy(php newbie)

2002-01-18 Thread Richard Crawford
Try something like: $Entry = $openingEntry . $numberAtt . "\"" . $myNumber . "\"" . $nameAtt... and so on. travis wrote: > just a quick syntax question: here is my php > > $openingItemTag = "\n"; > $openingEntry = " $numberAtt = "number="; > $nameAtt = "name="; > $dateAtt = "date="; > $mes