could you gime some diferences between both of them
2013/4/3 Chrystopher Medina <[email protected]> > my friend u think that is better that i use sessionstorage from html5 or > sesions with php > > > 2013/4/2 asgallant <[email protected]> > >> The first two header lines tell IE not to cache the results (you may or >> may not want to include them, depending on whether you want caching enabled >> or not). The last one helps the browser interpret the data, and looks >> correct if you are returning a JSON string. >> >> >> On Tuesday, April 2, 2013 4:05:56 AM UTC-4, Chrystopher Medina wrote: >> >>> mi friend could you explain me this again please. >>> >>> header('Cache-Control: no-cache, must-revalidate'); >>> header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); >>> header('Content-type: application/json');// well this is to tell to the >>> script that json is the type of data that im gonna send ... am i ok ? >>> >>> because i´ve forgot it ... about jquery with ajax i´ve been studing a >>> lot , and i think that i´m learning a lot abount that. >>> >>> >>> 2013/3/27 Chrystopher Medina <[email protected]> >>> >>> >>>> please my friend. for example.... >>>> >>>> this is a button ... and when i click on it .... i want >>>> to go to the php script, and obtain values from my database... then i want >>>> to >>>> <div id="values"></div> send the values to the div with id=values >>>> >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google Visualization API" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-visualization-api/-zapZe7dH7Y/unsubscribe?hl=en >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to >> [email protected]. >> Visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
