Skip to content Skip to sidebar Skip to footer
Showing posts with the label Escaping

Using Single Quotes (escaping) In Php

I am writing HTML code inside PHP tags. Already for anchor tag styling is written and if I change s… Read more Using Single Quotes (escaping) In Php

Javascript \x Escaping

I've seen a few other programs that have something like this: var string = '\x32\x20\x60\x7… Read more Javascript \x Escaping

How To Pass/escape An Argument To An Event Handler Attached Using Javascript?

In the code HTML+Script below, an event handler is attached after page load using setAttribute(...… Read more How To Pass/escape An Argument To An Event Handler Attached Using Javascript?

Regular Expression Search With Xml

I'm working on parsing an xml feed and ii have the following tag Solution 1: Regular expressio… Read more Regular Expression Search With Xml