How to deal with ' in oralce SQL?

wxdqz

New Member
$text="abcd ' ded";
insert into table_name(tt) values('$text;);

But It is wrong! and I how to deal with this.
because the $text include ' .

Can you help me?
 
Back
Top