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!
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...
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!!
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...
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...
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!!
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...
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...
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!!!
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="<?php echo $_SERVER['PHP_SELF']?>?action=insert">
<input type="hidden"...
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!!
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...
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 "is this correct?" If it's right then they hit yes and my program needs to open the...
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!
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!
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
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.