Hello,
My application enables users to maintain(insert, update & delete) a list of companies.
A combobox lists all the company names, and when the user selects a company, its full profile is displayed.
This is how I did it, but I don't know if there's a better way: Fill my combobox from...
Hello,
I have *very* little experience in OOP, but I've managed to build a simple application that lets users manage a directory of companies (in Java). Now, I have to insert authentication functionality.
The user interface will look a little different upon login. If they're administrators...
Hi,
I'm uploading a file to my server using <input type = file...>, and everything works fine. There's just one little problem.
When the user fills out the form (name, phone number, etc), selects the file to upload and then selects the "Submit" button, the form will be re-displayed...
Hi,
I have to write an application with 6 forms on 6 different pages. The user fills out the first form, then clicks on next and fills out the second form, clicks next and so on.
When all the forms are filled out, the user must have the option to go back to any of these forms and change any...
Hi there,
I have to build a simple application (used by less than 10 people) that must run on Linux and Windows, so I've decided to use Java. We do not have a designer here, so I have to do the Analysis and design. I know the concepts of OOAP, but I'm having a bit of trouble to identify the...
Hi,
I have a one-dimension array, and I want to associate every value in my array with a letter "Y" or "N". How can I add these Y/N values to the array?
Thanks,
Marie
Hi,
This question is not specific to php, but since that's the language my script will be written in, I'm asking it here.
My organization will soon have a portal, and they want to have a search engine that will search the portal by keywords. I've never done this before, and I was wondering if...
Hi,
I have a multiselect listbox on my form, and when the form is submitted, I only get the first value selected, instead of a list of values separated by commas.
<?print $lstSecteur; ?> //only prints the first value
<form>
...
<SELECT size="3" name="lstSecteur" MULTIPLE>...
Hi,
We have a directory of companies and we want to make it searchable and sortable. At the top of the page, there's A B C ...Z, and when the user clicks on one of the letters, I want to get the companies whose name starts with the submitted letter.
The problem is, there are also other...
Hi,
We have a directory of companies and we want to make it searchable and sortable. At the top of the page, there's A B C ...Z, and when the user clicks on one of the letters, I want to get the companies whose name starts with the submitted letter.
The problem is, there are also other...
Hi,
I have a dynamic listbox that's populated from a database. My problem is, one of the options is way too long (takes about half of the page). Is it possible to have it written out on 2 lines?
Does anybody have a suggestion so that it looks good?
Thanks,
Marie
Hi,
Can anybody can make suggestions as to which approach I should consider if I want to separate my HTML code from my php server-side code?
Thanks,
Marie
Hi,
A Perl application I downloaded from the net uses the Decode_Month() function from the Date::Calc package. This functions accepts one argument (number from 1 - 12) and returns the month's name.
My question is, what should I do so that it returns the month names in French??
Thanks,
Marie
Hi,
I have a query that returns results like this:
Name of Company Phone Type_Phone
CompanyA 334-5554 admin
CompanyA 334-7786 fax
CompanyB 335-7765 admin
CompanyB 335-7634 fax
My question is, how can I have one record for each company...
Hi,
A form is being submitted using the POST method. Is there any kind of code that could flush the data submitted?
I'm debugging a Perl program, and when I remove a bunch of code (too long to post here), I can get the form data, but when I insert the code again I cannot get the data...
Hi there,
Please look at the code below:
#!/usr/bin/perl
#use CGI::Carp qw(fatalsToBrowser);
use strict;
BEGIN {
use Cwd;
}
BEGIN {
my $directory = cwd;
unshift @INC,$directory;
unshift @INC,".";
}
use BAC::Common::Modules::Common;
use BAC::CommunityMembers::Modules::Login...
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.