# How do I add quotation marks to a string?

**URL:** https://forum.kirupa.com/t/how-do-i-add-quotation-marks-to-a-string/188307
**Category:** flash
**Created:** [May 6, 2006, 5:16am UTC](https://forum.kirupa.com/t/how-do-i-add-quotation-marks-to-a-string/188307 "2006-05-06T05:16:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zicemaster](https://avatars.discourse-cdn.com/v4/letter/z/b77776/32.png) [@zicemaster](https://forum.kirupa.com/u/zicemaster)
#### Post date: [May 6, 2006, 5:16am UTC](https://forum.kirupa.com/t/how-do-i-add-quotation-marks-to-a-string/188307/1 "2006-05-06T05:16:26Z")

</div>

I think that is the reason this won’t work right… I need to find a way to add a " just after \<a href=.

```php

textField1 += "<a href="+Result.items*.link+">"+Result.items*.title+"</a>"+newline;
//Hmmm... Why does this kill everything in my text-field Variable...

```

Result.items[0].link returns: [http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=56124812&blogID=114660389](http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=56124812&blogID=114660389)

Result.items[0].title returns: Reasons for Rejected Suitors

I’m making a flash app that will load any blog from anyone’s profile on myspace. All you have to do is enter a friend ID… Nice huh? If only I can get this url problem solved…
