Jump to content

atulkul

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Everything posted by atulkul

  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.
  16. Hello all, I know how to get ip address using PHP but if we used that it returns correct ip address if application is executed from IE browser , but from Mozilla browser it shows different ip address.i.e from IE it gives like 192.169.1.8 and other from 61.11.23.322 like wise , what could be issue . Does anyone knows any soln to this problem. Thanks in advance
  17. Hello all, I am integrating google checkout and there i m receving this problem "Call to undefined function: domxml_new_doc()".Can anyone plz tell me what setting need to be done to solve this error. I think some settings in php.ini need to be done.
  18. Ok, i will tell you my server configuration its Apache + PHP + Mysql and apache installed on port 80, site is running on apache , while IIS is installed with smtp server , but i want to know how to active SMTP server using Apache, plz resolve this issue
  19. Hello all, PHP mail is giving error like the following: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini plz let me know what is the problem and solution for it.
  20. Hello , My file handling code is running very fine for .txt file but not for .doc file, how to read contents from .doc file. Please help me out , code to read contents from .doc and displaying it on a webpage. is there any mime types issue regarding .doc file. Thanks in advance.
  21. Hello Everybody, As i am very new to this combination of PHP + MSsqlServer, i am facing problems while having connection between this two. My OS is LINUX and webserver is apache. Ok, i donot what are the settings that need to be done for connecting PHP with MSSQLSERVER on this LINUX Server. If any one is knowing plz guide me it's very urgent for me. Also how to check the php_mssql.dll is supporting in this Please reply in full details. Thank all in advance.
  22. how can i make sure that it is supporting using php5 version.plz tell me it's very urgent.
  23. Hello, I am new with this combination of PHP & MSSQL SERVER 2000 and  i want connection string sothat i can make connection. i tried with odbc_connect() but it is giving me error like "call to undefined function odbc_connect() or mssql_connect()", what should be solution for it , are any lib. required for the connection
×
×
  • 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.