Jump to content

atulkul

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

atulkul's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, Please let me know how to override master php.ini file. Please tell me the steps I have setup PHP5 with CGI application and its on IIS 6.Everything is setup. I have written export PHPRC = "C:\Inetpub\wwwroot\test2" in my master php.ini i.e. at C:\windows\php.ini at the very top of page.(test2 is my project) And included copy of php.ini in my project.(test2 folder) But still when i run <?php phpinfo ?> in my project , it still show master php.ini as a loaded configuration file , I want here the local php.ini file which is stored in local folder (test2) Please its really very urgent, Pls can u give reply within one hr or so.
  2. Hello all, Please let me know how to install php with CGI on IIS 6 or IIS 5 anything but IIS. Please provide detail steps or any link who has it in details PLs urgent ITs highlly urgent Thanks in advance
  3. Thanks actually i m looking for this type of post.Please let me know how to install php with CGI application Please provide steps or any link. Actually you are write if its CGI then we can override php.ini by writing Export PHPRC = \path\to\localphpini , please also tell me reg. this i.e. how to set local php.ini etc Pls its really urgent Thanks !
  4. Are you sure , have u ever tried this ... Because as far i know we cannot increase upload_max_filesize by ini_set . If you are dam sure pls let me know. It would be really thankfull if it get works.
  5. Hello all, i want to increase upload_max_filesize , pls let me know its very urgent. Also it to happen in IIS as i know how to do in Apache
  6. sorry also , i want to increase upload_max_filesize and i will have to create custom php.ini . Its poddible through .htaccess but it works only on apache but i need it to happen in IIS 5, I think there is something with PHPRC variable , we need to set export phprc = \path\to\customphpini . I tried a lot but nothing happened , does any one know the detailed process to create a custom php.ini to work on IIS Thanks in advance
  7. Hi everyone, i am new to this forum and i would appreciate if someone could give a quick solution to this: i am running PHP Version 5.2.3 under IIS 5.1 with Server API -> ISAPI (localhost) under windows Is there a way to override my master php.ini(located in path enviromental variable) file settings so that each php website has it's own custom php.ini file for example webiste1 needs register_global = on where website2 needs register_global = on. How can accomplish this?
  8. Hello All, I want to do a sample application using PHP/MySQL , but i want to use stored procedures instead of executing simple sql statements , i hv heard that Mysql 5.0 facilitates stored procedures. I have WAMP (Windows , APache , MySQL , PHP) installed on my m/c . Can anyone tell me of how to use stored proc. using in this environment. Thanks in advance...
  9. Hey Thanks. i wanted that only.
  10. I have initialized a value say $a = 50; in function first , like i would write the code so that it will be clear <? function first() { $a = 50; } function second() { // i want to get value of $a which is initialized in above funtion. } ?> ok here in function second() , i want the value of $a which is initialized in function first(). Can anybody help me out.
  11. Hello all, i m getting this error while using drag-n-drop images script , that uses java applet , the error like "Not Acceptable. An appropriate representation of the requested resource /upload.php could not found on this server". What would the problem , is there any permission issues. Pls provide me detail steps on how to overcome on this issue.
  12. Please provide me that and also tell the installation on windows
  13. Yes, i want a thumbnail from the begining of the movie , like i want to show thumbnails and onclick the video will be played.
  14. Hello all, I want a code which will create a thumbnail from uploaded video , that is if i upload a video like .mpeg,.avi etc a thumbnail should be created and that should be stored in a folder. Please help me by providing code. Thanks in advance
  15. Hello, Yes , i m executing the site online , but returns correct IP from IE browser , and returns other ip from mozilla browser that is global ip , i want the local ip that is the correct m/c ip.Is it possible.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.