www.tjeerd.net - To repeat what others have said, requires education, to challenge it, requires brains.
volgens mij heb je 2 opties:
1 : apostrophe verwijderen uit je string
2 : apostrophe escapen
Optie 1:
Optie 2:
1 : apostrophe verwijderen uit je string
2 : apostrophe escapen
Optie 1:
code:
1
| $string = str_replace ("'","",$string); |
Optie 2:
code:
1
| $string = addslashes ($string); |
Prima, bedankt goalgetter, het probleem is opgelost
www.tjeerd.net - To repeat what others have said, requires education, to challenge it, requires brains.
Dit topic is gesloten.
![]()