175
Points
Questions
33
Answers
42
-
I’m new to XSLT. I’m trying to create an XSLT Here’s the XML Code <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="orders.xslt" type="text/xsl"?> …
- 2K views
- 1 answers
- 0 votes
-
- 474 views
- 0 answers
- 0 votes
-
- 408 views
- 0 answers
- 0 votes
-
I have a json column with the following array: [ { "name":"Raj", "email":"[email protected]", "age":32 }, { "name":"Mohan", "email":"[email protected]", "age":21 } …
- 409 views
- 0 answers
- 0 votes
-
I’m trying to get the program to print "value", but it keeps giving me the TypeError: string indices must be …
- 371 views
- 1 answers
- 0 votes
-
Note: I prefer to not use any external module since it is for interview prep purpose. I know that there …
- 420 views
- 1 answers
- 0 votes
-
I have PHP that works fine but I cannot JSON.parse a response that contains a base64(file_get_contents($file)) in my front-end JavaScript. …
- 452 views
- 1 answers
- 0 votes
-
Is there a simple way of calling a module (in this case module/html) inside a div of the TPL, in …
- 384 views
- 1 answers
- 0 votes
-
I have a textfield takes only letters, I want if I pressed (a) I get (b) and if I pressed …
- 414 views
- 1 answers
- 0 votes
-
I want to serve my JSON-data via script-tag <?php $myArray = array( ‘a’ => ‘Hello world!’, ‘b’ => ‘</script>’, ‘c’ …
- 429 views
- 1 answers
- 0 votes