I keep getting the following message every time I try to run this code in oracle. The code is as follows:
DROP TABLE movie; CREATE TABLE movie (movie_id NUMB
My solution try:
pelicula = array("titulo"=>"it's the modern era");
and insert this array.
INSERT(%%%,pelicula["titulo"],%%%).
Explicacion: Para evitar el problema de la comilla, copia la cadena a un array, inserta el nombre a traves de este array y el problema se acaba.