Thank you for helping.
When I tried using the code you put in, it returned an error for:
$result= intval( mysql_fetch_result(mysql_query($query),0,0));
I am unfamiliar with this function, so I'm not even sure what it does. I tried declaring the session first and then destroying it if the login...
(I known that there is a thread on sessions right below thus, I've already read through it.)
Hello,
I've been working on a very basic PHP login script using a MySQL database to store the username and password. Everything works fine, except that the session won't ever start. Everything else...
Just wanted to stop by and say a final thanks for the help. I'll definitely check out the books and the examples in Stylus.
Time to get back to work...
Haha, thanks much again.
I got Stylus Studio going, and the tree view actually helped me understand a lot of it. Much better than sifting through a bunch of stuff in Notepad.
I got everything working now, and I've got a decent understanding of how it all works and comes together.
I guess...
Wow, thanks a lot for your help, I really appreciate it.
If you wouldn't mind, I would like to know exactly what these lines do:
<xsl:variable name="thisNode" select="$nodeList[1]"/>
<xsl:variable name="remainingNodes" select="$nodeList[position() != 1]"/>
I can guess by the variable...
Thanks for the link.
I read through your posts, and did some searches for some parts in your code that I had never seen before. I would say that unless there is an easier solution, I'm over my head with this one. I should probably learn more about XSL and XML before trying to do this.
If you...
Hi everyone,
I am just starting to learn XSL, but I am having a problem handling attributes in the example I am trying to work with. I have searched around for tutorials and such that may help me with this problem, but no luck so far.
I am using the XML file outputted by a data mining program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.