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 dencom 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: cleanair4me
  • Content: Threads
  • Order by date
  1. cleanair4me

    Upload limit

    I can only load a file that is 1 mb and that is it. If I try and upload anything over 1 mb it doesnt work. I am using a standare upload script on our Solaris 10 server with PHP 5: <form enctype="multipart/form-data" name="test" method="POST" action="filename.php"> <input type="hidden"...
  2. cleanair4me

    Client or Server issue?

    Please advise what would cause slow upload times from Windows workstation to Windows Server? I have several Intranet web pages on different Intranet servers in my office. The client workstations use the ASP site to upload files from the workstation to the server. It sometimes takes as much...
  3. cleanair4me

    Restrict web pages viewing to specific accounts

    I have 10 web pages on a Windows 2000 intranet server. Everyone has to use Windows Network login to view Intranet web pages. I need to restrict who can view 10 web pages which are located in this directory -> C:/webServerApps/restrictedDirectory I would like to restrict the access to view...
  4. cleanair4me

    Network login

    I have a Cold Fusion 8 (on Windows 2000) web application that uses a database driven login to an Intranet restricted site. Now I need to have about 10 people be able to get into the site without logging in. I have seen where people can login into another intranet network and automatically...
  5. cleanair4me

    OCI calls and database insert issue

    I am using PHP 5.2.5 to insert record into Oracle 9i. For my database input I was getting two duplicate record inserts when I only needed just one record. Here is what I had: require_once('oraConnect.php'); $query = "insert into cityTable values (1, 'George')"; $stmt = oci_parse($db_conn...
  6. cleanair4me

    Disable and enable drop down

    I have 2 drop downs where I want the second one to be disabled. It will only be enabled after the first drop down has been selected. Here is my attempt but not working because the second drop down is always enabled: <script> function enableField() { if(document.myname.movie.value != "") {...
  7. cleanair4me

    Connection to Oracle

    I use OCILogon for my Oracle connections. Someone mentioned I could use PEAR. What is the difference and which is better? I assume I need to manually close my connection if using either one?
  8. cleanair4me

    Sort fullname by lastname

    I have a field called fullname that outputs records with fullname of people. Here is what I have when I do a simple sql: Select fullname from tableOne John Jones Bill Aronsen Sam Baker George Williams Dave Smith I would like to sort in order of last name but cant figure out how to do the sql...
  9. cleanair4me

    Select option issue with function

    I have a function that works with input text onblur but wont work with select option. Here is example of how it works with input text where the user enters a city and populateFullname() function automatically populates the fullname field with a value: <input type="text" name="city"...
  10. cleanair4me

    Paging not showing records

    I have a Cold Fusion 8 paging attempt that is not working because no records show even though I query 200 records. It shows the Paging box only with just Page 1 label. Please advise. MainPage.cfm <cfquery name="artists" datasource="cfartgallery"> SELECT artistid, lastname, firstname, email...
  11. cleanair4me

    No CLOB data view in OEM

    I am using OEM 9.2.0.1.0 and cant display CLOB data. I can display the CLOB field names in the table but it doesnt show the CLOB field name and data when I view the actual data. It shows all the other field types and data but never CLOB. If I use SQL Plus I can view the CLOB data. Please...
  12. cleanair4me

    Server side only?

    XML is considered client side language or server side language? It seems to work on server side only. Please advise if it is client or server side or is it both?
  13. cleanair4me

    Ajax is client or server side??

    AJAX is considered client side language or server side? It seems to be using client side (JavaScript) working with XML on the server. Please advise if it is one or the other or both?
  14. cleanair4me

    Windows XP SP1 update to SP2

    I have Windows XP with SP 1 on my Dell Dimension 2350. Can I get Windows XP SP 2 for free or do I have to buy it? Can I update SP1 with SP2 install?
  15. cleanair4me

    Windows XP random pop ups

    I have Windows XP Professional on my Home PC. Sometimes the mouse freezes up and sometimes Windows pop up menus just pop up and I have to click on the pop up item to close it. I reinstalled the Windows XP OS and it still has the same problem. Please advise how I can correct this issue and why...
  16. cleanair4me

    Fetch login

    For my Intranet site, I want to use Windows 2003 login for my CF 8 web app. The user will only be logged in on the machine they request the application. I tried using cgi.auth_user but it returns nothing. Please advise why I cant fetch this info? I basically need the user network login...
  17. cleanair4me

    Get Windows authentication info

    For our Cold Fusion 8 on Windows 2003 I am trying to get the username from the Windows 2003 domain. I use server side command such as cgi.auth_user to try and get it but nothing shows. Please advise if there something the Server admins need to turn on the server for it to work? Something...
  18. cleanair4me

    Email From info

    When I send mail in my Java it always outputs the from address with the email address as it should where the email goes to the person and the person can reply back to the sender email address: From: smith@place.com To: jones@place.com Subject: Hello World I would like to display the name...
  19. cleanair4me

    Migrate database to Oracle 9i

    I need to migrate MySQL and Access databases over to Oracle 9i. Is there a tool that will do this and also migrate sql scripts? I heard of Oracle Workbench as one tool I could use? Please advise.
  20. cleanair4me

    Max size for field type

    For MySQL 4 what is the maximum character type where I can store the most data input? Also please advise the size max.

Part and Inventory Search

Back
Top