Can someone help me out with modifying data in an oracle database using PHP?

kevo2g1

New member
I need to modify existing data in a database using PHP. So far it works but only if i modify the data such that it has less characters than it originally did ie i can change 'trial' to 'try' but not 'try' to 'trial'...any idea why this might happen?
 
Back
Top