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
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
2 matches
Mail list logo