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

  • Users: cleanair4me
  • Order by date
  1. cleanair4me

    Upload limit

    Thanks for your information!
  2. cleanair4me

    Upload limit

    I need to be able to load files as big as 100 mb and I can only load 1 mb at the most right now. If I understand it looks like I need to create my own php.ini file which will be located in same directory as my upload scirpt? And I can add one line to it like this: upload_max_filesize = 101M ...
  3. 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"...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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 != "") {...
  9. 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?
  10. cleanair4me

    Sort fullname by lastname

    That is great info. Thanks!
  11. 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...
  12. 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"...
  13. 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...
  14. 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...
  15. 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?
  16. 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?
  17. cleanair4me

    Fetch login

    What are ACLs?
  18. 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?
  19. cleanair4me

    Windows XP random pop ups

    Thanks, I replaced mouse and it runs great.
  20. cleanair4me

    Windows XP random pop ups

    It plugs into the mid section of the CPU and has 7 small needle plug ins with one center piece plug in. I assume that is a plug in or is it USB? This is on a Dell model 2350.

Part and Inventory Search

Back
Top