About 11,000,000 results
Open links in new tab
  1. How can I write to the console in PHP? - Stack Overflow

    Set the PHP error_log variable in the .ini file to write to that file Open the file in Windows File Explorer and open a preview pane for it Use the error_log('myTest'); PHP command to send …

  2. How do I get PHP errors to display? - Stack Overflow

    However, this doesn't make PHP to show parse errors occurred in the same file. Also, these settings can be overridden by PHP. In these cases the only way to show those errors is to …

  3. How to use PHP to connect to sql server - Stack Overflow

    I want to use PHP to connect to sql server database. I installed xampp 1.7.0 (php 5.2) and SQLSRV20. I've added the extensions in php.ini and I get this error: Warning: mssql_connect …

  4. php - How to enable zip.dll in xampp - Stack Overflow

    14 To enable zip.dll download php_zip.dll download it from here extract php_zip.dll to C:\xampp\php\ext edit php.ini and add a new line extension=php_zip.dll restart apache This …

  5. How to call a JavaScript function from PHP? - Stack Overflow

    PHP and client-side javascript do not interact with eachother directly. HTTP is always in the middle. Even with Ajax requests that is the the case. To reiterate what I wrote now over 7 …

  6. PHP include relative path - Stack Overflow

    While I appreciate you believe absolute paths is not an option, it is a better option than relative paths and updating the PHP include path. Use absolute paths with an constant you can set …

  7. PHP - include a php file and also send query parameters

    What does myFile.php actually do in your case? Unless you request the include over HTTP, you can't add parameters to the filename, but you could influence its behaviour via a global …

  8. How to change PHP version used by composer - Stack Overflow

    Oct 28, 2017 · I want to use another php version on my machine than the one already installed using WAMP (2 PHP version installed). The composer installed uses PHP 5.6 A new project …

  9. cmd - PHP is not recognized as an internal or external command …

    Jul 8, 2015 · Add C:\xampp\php to your PATH environment variable. (My Computer->properties -> Advanced system setting-> Environment Variables->path (click on edit)) Then close your …

  10. Upgrading PHP in XAMPP for Windows? - Stack Overflow

    219 I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the …