Re: [PHP] Slashes, include, AJAX? {SOLVED}

2007-10-26 Thread Rodrigo Poblanno Balp
Nathan Nobbe wrote: On 10/26/07, *Rodrigo Poblanno Balp* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I get something like this is the content<\/div> it seems like the '/' is being escaped, but I need it as HTML. how are you using the json object

Re: [PHP] Slashes, include, AJAX?

2007-10-25 Thread Rodrigo Poblanno Balp
Nathan Nobbe wrote: On 10/25/07, *Rodrigo Poblanno Balp* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Nathan Nobbe wrote: On 10/25/07, *Rodrigo Poblanno Balp* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi everybody! I

Re: [PHP] Slashes, include, AJAX?

2007-10-25 Thread Rodrigo Poblanno Balp
Nathan Nobbe wrote: On 10/25/07, *Rodrigo Poblanno Balp* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi everybody! I'm building a small ajax app which consists of only 3 php files. index.php which contains all the app and has a couple of links. W

[PHP] Slashes, include, AJAX?

2007-10-25 Thread Rodrigo Poblanno Balp
Hi everybody! I'm building a small ajax app which consists of only 3 php files. index.php which contains all the app and has a couple of links. When a link is clicked an Ajax request is sent to the server (using prototype) to the url central.php with only one parameter 'id'. Depending on that

[PHP] mail() silly question

2007-09-01 Thread Rodrigo Poblanno Balp
I have a question that might be too silly for those of you who are PHP gurus. Here it comes: I had a mail (specifically in the headers) function call like this: $header = ""; $header .= 'From: [EMAIL PROTECTED]"; $header .= 'MIME-Version: 1.0\r\n"; $header .= 'Content-type: text/html; charset=