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 bkrike 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: *

  • Users: likeopensource
  • Content: Threads
  • Order by date
  1. likeopensource

    PHP vs JSP

    I have been told this too many times and cannot answer. Since JSP(Java Server Pages) is compiled only once while PHP is interpreted every time, after the first compilation JSP is much faster than PHP. I have read at many places that PHP is the fastest in scripting languages. How do I answer this?
  2. likeopensource

    Installing and downloading php,mysql,postgresql for linux

    Hi guys I need to install php,mysql and postgresql into our linux server (SUSE 7.0). I never had to do everything as I was using a preconfigured Redhat version earlier. I had expected it to have php but when I tried to run a test file, it said "application x-httpd-php not found". I...
  3. likeopensource

    dynamic listboxes

    I have at least 2 list boxes Both are populated from the database Depending on what is selected in one checkbox, the values in the second listbox change I have been able to do this for Internet explorer, does someone know of a solution in Netscape. I have done this using a mix of Javascript and...
  4. likeopensource

    sql:selecting the third highest and fifth highest values

    I have a conceptual problem with sql here I have a table with 3 columns, auction_id, bidder_id, bid_price. The three together form a composite key. After an auction is closed we have to select the third highest and fifth highest values. The real life problem is a little different, but I am...
  5. likeopensource

    Selecting the 3rd highest and 5th highest bidder

    I am getting a little bugged , I got stuck on a similar problem twice.We have two tables lets say m_auc and d_auc m_auc has (at least) the following columns auction id, auction bidder id , auction price , bid_id. auction_id,auction bidder_id and bid id form a composite key. Another table has...
  6. likeopensource

    Problem getting the Floppy Drive to work

    I am using Redhat Linux 7.3, I installed it recently.The problem is that the computer does not even display the /mnt/floppy drive. Should I add new lines to the /etc/fstab file? Do I also have to add any code for the /etc/mtab file? I have tried using the kudzu /mnt/dev/fd0 command but it has...

Part and Inventory Search

Back
Top