Recent content by parindar

  1. P

    Checking file type of uploaded file using asp

    I am uploading images to the server using aspsimpleupload. Can I find the files types & file size of the files before copying the files to the required folder??? Can anyone please help me ??? It is urgent. Thanks. I am using the following script to upload: Dim upl, NewFileName...
  2. P

    Inbuilt counter in Php

    I have found that the functions gettotal() & gettoday() are available in php3 & not in php4.
  3. P

    Checking file type of uploaded file using asp

    I am uploading images to the server using aspsimpleupload. Can I find the files types & file size of the files before copying the files to the required folder??? Can anyone please help me ??? It is urgent. Thanks. I am using the following script to upload: <% Dim upl, NewFileName...
  4. P

    Inbuilt counter in Php

    But Chris, there are two functions in Php i.e gettoday() & gettotal() that are supposed to count number of hits for a page per day and total hits respectively. I tried them but they don't work. So, I was a confused.
  5. P

    Inbuilt counter in Php

    Can anyone tell me whether there is any function available in php to check the number of hits for a page (inbuilt counter) ??? Or do I have to write a script using text file or database , to update the count. In case it is available, please let me know if any special dll's are required for...
  6. P

    creating DSN on server??

    U can just create a DSN on the Server to link to the required database. Create a DSN on the server from the System DSN tab which appears on clicking the ODBC Data Sources from the control panel.
  7. P

    Components Required to Upload Images using ASP

    Is there any dll or class file that is required to upload images on an IIS server ??? Uploading images on the same server using PHP works. But when I try uploading with ASP , I get the following error : Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed...
  8. P

    Clearing images from cache

    Thanks a lot for your suggestion.
  9. P

    Clearing images from cache

    I don't want images from my page to be cached. How can I do this using php4.
  10. P

    Clearing Cache in Php4

    My php script is displaying a image file after modifying it. But it does not display the new image. It displays the old image instead. I am using the clearstatcache() function to refresh the cache , but no use. Could you please help me with this ????
Top