how to encode javascript and html code which is written in .php file -


Is it possible to encode javascript and HTML code (such as the following) which is the .php file ?

  & lt; script type = "text / javascript" charset = "UTF-8" & gt; Function for_sale () {$ .ajax ({type: "POST", url: "report / approval / check_stat.fpp", data: '& amp; stock_id =' + format_stock_id, success: function (feedback) {... }}); } & Lt; / Script & gt;    

I think it has been asked before. Please refer to the link given below



Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -