CodeIgniter Forums
Problems with Ajax library, submit to remote - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problems with Ajax library, submit to remote (/showthread.php?tid=7226)



Problems with Ajax library, submit to remote - El Forum - 03-30-2008

[eluser]Rubiz'[/eluser]
Hi...

Whem I try to submit to remote I get this error message:

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: options

Filename: libraries/Ajax.php

Line Number: 202


It means I cant submit to remote?
My call is like: $this->ajax->submit_to_remote("Inserir imagem", array('url' => '/html/add_top_image', 'update' => 'html_topo'))