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

    Number of Rows Returned

    Hi, There has to be an easy way to do this, but I don't know what it is. How do I get the number of rows returned when using Php and Oracle? I know how to do the query and execute the statement, but I need to throw an error if there aren't any rows returned. Thanks!
  2. Julzzey

    outer join on more than 2 tables

    Hi, I'm converting from Oracle to Postgresql and I'm trying to do an outer join on 3 tables and then I also have some other where clauses. Here's the query in Oracle select c.*,s.session_label, (u.first_names||' '||u.last_name) as admin_updater, (u2.first_names||' '||u2.last_name) as...
  3. Julzzey

    File Redirection

    Hi, I'm working on converting an oracle db over to postgresql. There is a command "@@file_name" in oracle that tells the file to go to file_name. Does anyone know what the syntax is for Postgres? Thanks!!
  4. Julzzey

    Tutorials

    I've looked on the aol website that I was given, but I didn't see anything there. Thanks for your help!!
  5. Julzzey

    Tutorials

    Hi, I'm new to Tcl and I'm trying to use openACS with Tcl. Does anyone know of a good tutorial on openACS? I know this isn't an ACS forum, but if anyone has seen a helpful tutorial I'd really appreciate the help. I've looked at the www.openacs.org and tried their problem sets, but they are...
  6. Julzzey

    Undeleting Files

    Hi, My mom teaches in an inner city high school and someone broke into their school and stole a bunch of stuff. They have a security system, but whoever broke in broke into the computer and deleted the files. From what I understand the information isn't really gone though because they didn't...
  7. Julzzey

    passing data between 2 select boxes

    yes because I need to get the quantity the user wants for each ingredient selected. I thought I'd just have a drop list of possible quantities that was default 1 and the user can change if wanted. Thanks for your help!!
  8. Julzzey

    passing data between 2 select boxes

    I could do it in columns, but I'm thinking in boxes. Let's say that in box A I have a list of possible fruits, and then in box B I have a list of fruits that I'm going to add to my salad. So the user can click on oranges in box A and they disappear from box A and go to box B (along with a...
  9. Julzzey

    passing data between 2 select boxes

    Hi! I'm just wondering if there is an easier way to do this than the way I've thought of. On my page I have 2 boxes and I want it so that if something is selected in the 1st box(and the user hits submit) then that something appears in the 2nd box and no longer in the first and visa versa. The...
  10. Julzzey

    Passing data in forms

    Thanks...you know I tried $_REQUEST and many other things...sometimes I think code is possessed!!! I got it to work though. I put it inside of the php and used an echo and off it went just fine. Thanks!!!
  11. Julzzey

    Passing data in forms

    Hi, I know this is easy, but I can't get my code to accept hidden variables. I have the following form that I thought would pass the value of name to the form. <form method=POST action=&quot;<?php echo $_SERVER['PHP_SELF']?>?action=insert&quot;> <input type=&quot;hidden&quot...
  12. Julzzey

    Confirming Form Information

    That helped a TON!!! Thanks so much!!!!
  13. Julzzey

    Confirming Form Information

    I really appreciate all of your help, but I'm still lost. What does the if (is_set ($_GET['action']) { $act = $_GET['action']; } do? Is is_set a built in function? In the default I'd put my regular form, but do I use the get or the post method. Thanks Again!!
  14. Julzzey

    Confirming Form Information

    I've searched for the difference between the get and the post, but I can't find it. I don't understand how I would use those. Would I have my form first thing and then if they hit submit my form goes away and it shows them the information for them to confirm? How do I do that in one script...
  15. Julzzey

    Confirming Form Information

    Hi, I'm new to this and I'm wondering what the best way is to handle this. I have the user enter information into a form and then when they hit submit I have to show them the information and say &quot;is this correct?&quot; If it's right then they hit yes and my program needs to open the...
  16. Julzzey

    How do I use the MouseListener

    Thanks! I actually found that site and got it to work.
  17. Julzzey

    How to install Java on PC?

    There is a great interface called JCreator that really looks a lot like C++ and it's free. That way you don't have to compile from the command line. Good Luck!
  18. Julzzey

    How do I use the MouseListener

    Hi, I'm trying to figure out the MouseListener, but I'm lost. I have a grid that when I click on it I need to get the x and y coordinates. Any help would be appreciated. I'm new at Java and I can't figure out what class to extend and all that fun stuff. Thanks!
  19. Julzzey

    Bus Settings on ASUS A7V333 Motherboard

    I have an ASUS a7v333 motherboard and an AMD 1800 processor. Whenever it's booting up it lags/pauses during post. I think it has to do with my bus settings. Does anyone know the proper settings or where I could go to find them? Thanks, Julie

Part and Inventory Search

Back
Top