Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Alexfz

    Basic PHP session problem

    Thanks a lot, I've got it all working now. Good to know the improvements that could have been made to it also, thanks again :)
  2. Alexfz

    Basic PHP session problem

    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...
  3. Alexfz

    Basic PHP session problem

    (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...
  4. Alexfz

    Learning XSL, trouble with attributes

    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...
  5. Alexfz

    Learning XSL, trouble with attributes

    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...
  6. Alexfz

    Learning XSL, trouble with attributes

    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...
  7. Alexfz

    Learning XSL, trouble with attributes

    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...
  8. Alexfz

    Learning XSL, trouble with attributes

    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...

Part and Inventory Search

Back
Top