Hi,
When i insert an article into my database table it works perfectly, but when i have a quote in mine article it can not be inserted.
What should i do to prevent this?
Here is an example of it.
insert into `afghan`.`nieuws`
(NIEUWSID, TITEL, CONTENT, AUTEUR, DATUM, NIEUWSTYPE)
values
(NIEUWSID, TITEL, CONTENT, AUTEUR, DATUM, NIEUWSTYPE)
If Content exist from an article like this:
Although this is a sad poem, I liked it because of the beauty in yearning for one's home where you grow up. The part that talks about the "gard alood" city also hit home.
it wont work, because a quote exist in the article "gard alood" , How should i solve this probleem.
When i insert an article into my database table it works perfectly, but when i have a quote in mine article it can not be inserted.
What should i do to prevent this?
Here is an example of it.
insert into `afghan`.`nieuws`
(NIEUWSID, TITEL, CONTENT, AUTEUR, DATUM, NIEUWSTYPE)
values
(NIEUWSID, TITEL, CONTENT, AUTEUR, DATUM, NIEUWSTYPE)
If Content exist from an article like this:
Although this is a sad poem, I liked it because of the beauty in yearning for one's home where you grow up. The part that talks about the "gard alood" city also hit home.
it wont work, because a quote exist in the article "gard alood" , How should i solve this probleem.