Hi everyone,
I don't know if this is going to be a duplicate thread but i couldn't find one exactly like this. Let me explain the problem first --
we have a table say -- XML_TEMPLATE_DATA with data like
----- TABLE : XML_TEMPLATE_DATA -----
TAG_NAME TAG_ID NAMESPACE PARENT_TAG_ID
----------------- ----------- ------------------- -------------------------
ROOTTAG 1 m0 NULL
TAG1 2 m1 1
TAG2 3 m1 1
TAG11 4 m11 2
TAG12 5 m12 2
TAG21 6 m21 3
TAG22 7 m12 3
there is another table XML_TAG_VALUES
---------- TABLE : XML_TAG_VALUES ---------------
TAG_ID VALUE
------------ ----------
TAG11 VAL11
TAG12 VAL12
TAG21 VAL21
TAG22 VAL22
This is a common template for a XML. Now i we can generate a XML form this using pl/sql but can we generate a xml from these two tables
by a single sql statement.I tried a lot but couldn't come up with one!!
Thanks,
Help with PHP Calendar code...
Hello, I'm new to this forum and I'm glad I found it.I wrote this code for a PHP calendar as an assignment for college.It works fine, but I also want today's day to show in another color and I can't
Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a new user when I'm not logged in. It should redirect me back to the login page but I get this
exclude characters from counting?
Hello, I wanted to ask if you have a string like:Code: $my_s='ASRGREGTGTR----REGREGRE+++RRRRRR....';is there a way to count the length of the string, excluding non-word characters (+,- or .)?thank you
Regarding accessing SQL query issued by any user in Oracle 10g
Hi all,
How to set pass login name from htaccess to php
When the user logs into my members page via htaccess, I'd like to retain the username so that I can call upon his account info later. Is there a way to save his user name in a cookie (or some other
Contact Form Not Working When I Add Validation Codes
So I built my first working PHP "Contact Us" like form. But, I have been trying to now make the form Validate for empty fields when the user hits the submit button. Problem is when I added
strtotime issue
Hey all,I'm playing around with some code, and basically the idea is:Person changes their profileI fetch some XML that has a unix timestamp for the time the person changed their profile, so it'll keep
A WBS element with the name XXX already exists in version FREI_VERSION
Hi.
Must-Know Topics of PHP
Can you guys list the must-know topics of PHP. I am still a learner and I am trying to cover most of the important topics in PHP.
Internal class functions don't seem to get executed.
Hi. Can someone please put me out of my misery on this. I don't write much PHP and this has me baffled. I've probably work myself into the wrong mindset with the time I've spent on this. What's