php

  1. Rishab7

    Windows 7 Problem with Laravel Framework

    I am trying to learn the Laravel Framework from this post, but I am having trouble with the following: // Laravel route Route::get('/', function () { return view('welcome'); }); When I access the route in my browser, I get the following error: View [welcome] not found. I have made sure that...
  2. Carry

    Windows 10 How to get PHP errors ?

    I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_ALL. I have restarted my Apache webserver. I have tried all things those are mentioned here ( Link Removed ). I have even put these lines at the top of my script, and it doesn't even catch simple...
  3. P

    Windows 10 One website misbehaves on one Windows 10 system in all browsers

    Here's an odd one. On a Windows 10 laptop (build 19042), a webpage at one particular web host suddenly misbehaves in an elementary way: a simple PHP login form which posts to itself fails entirely to post the user's data input---once Submit is clicked, the form repopulates with the browser's...
  4. markosjal

    Windows 10 Is there any way to run command line tools at startup , while hidden?

    Is there any way to run command line tools at start up while keeping them hidden? I am working on a PHP script that will share a Windows scanner with MacOS, Linux and Android over the eSCL/Airscan protocol. There is at least one tool "dns-sd" (Apple Bonjour) that I need to launch as a command...
  5. G

    Match for a word in a text with the PHP script

    I have an applications developed with PHP. I have a big text file where I want to match for a word but this can be change in the feature. How can I match a word in PHP?
  6. R

    Windows 10 Unable to START the Apache in the XAMPP server

    The error message [Wed Nov 20 10:25:06.735767 2019] [ssl:warn] [pid 11332:tid 648] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Wed Nov 20 10:25:07.110680 2019] [ssl:warn] [pid 11332:tid 648] AH01909: www.example.com:443:0 server...
  7. Bear

    Windows 10 Pulling hair out calling php file from batch file

    I'm having a hell of a time getting php to return a string. I don't know where they are going to install my batch file so I set the file location via %~dp0. there are 2 functions in my .php file, one to process color another to process Joomla's Version. The joomla one worked fine until I made...
  8. News

    What would you do with 10kB?

    Sixteen years ago, Link Removed conceived of a contest that would test the mettle of any web designer: The 5k. The idea was that entrants would build an entire site in 5kb of code or less. Its aim was to force us to get creative by putting a bounding box on what we could do: Between servers and...
  9. serverguy

    Website is slow, most times "waiting for "url" "

    Hello, I recently setup a new server with a website, so i can learn windows server 2008 I am using a desktop computer, it's a quad core 8 gig of ram, I've used xampp before on this computer and the website runs fast, I also had the website on my ovh dedicated server online and it runs fast...
  10. serverguy

    How to import mysql database in phpmyadmin - windows server 2008

    I am playing around with windows server 2008 and learning how to use it. Just a hobby on weekends. I was able to successfully install: php, mysql & phpmyadmin Now the problem is i'm trying to import a database into phpmyadmin, the database is 42.6mb therefore i am unable to import...
  11. News

    VS Code Beta, OSS, Extensions and more

    Last week was a very exciting week. The Connect(); //2015 event was held and about a million things were shown and announced. Some of the cooler announcements revolved around VS Code v0.10.1 (November - Beta 2015) With this release, we mark our official Beta milestone and the big news is that...
  12. News

    TA15-314A: Web Shells – Threat Awareness and Guidance

    Original release date: November 10, 2015 Systems Affected Web servers that allow web shells Overview This alert describes the frequent use of web shells as an exploitation vector. Web shells can be used to obtain unauthorized access and can lead to wider network compromise. This alert...
  13. jPaulB

    Windows 7 Help with Program Defaults

    Hi Everybody, I have a strange issue, and would like some direction in solving it. I use "Netbeans", which is an IDE program that I can use to build web sites using PHP., and I would like to make "Netbeans" to be the default program that I can trigger by double clicking on any *.php file The...
  14. News

    Last Week on Channel 9: August 3rd - August 9th, 2015

    20 select videos from last week... Link Removed This week on Channel 9, Nikola and guest host Giorgio Sardo discuss the week's top developer news, including; Link Removed @gisardo ... Link Removed This is the first in a somewhat experimental series called Brain Dump on Node.js with...
  15. Suzan Kara

    Windows Server PUT and DELETE method not supported on IIS server

    I am running a simple website on a hostforlife.eu windows server, I suppose it is IIS server. The backend of the website is REST api implemented in PHP. However, when I send requests with PUT and DELETE as method, it just return 405 method unsupported. My web.config is like this: <?xml...
  16. News

    Azure Websites' "Easy Authentication and Authorization" with Chris Gillum | Azure Friday

    Scott talks to Azure Websites software engineer Chris Gillum who gets is up to speed on Azure Websites' Easy Authentication and Authorization. This new "one-click" feature can take *any* Azure Website - that means node.js and PHP as well as ASP.NET and Java - and quickly setup authentication and...
  17. Mike

    January 2015 Website Updates and Changes

    Hope you are having a good new year! Here is the latest news to report: The forum software has been upgraded (in fact - it has been upgraded several times since the last changes were posted, but specifically, it is at the latest version now) An update to the WindowsForum.com mobile app for...
  18. Mike

    August 2014 Website Changes and Updates

    What's new for August 18th, 2014 As a long awaited upgrade, we are now using PHP 5.5. Our usermap feature is back today. Enjoy: Link Removed Mobile API has been updated to resolve a number of issues.
  19. Mike

    VIDEO August 8, 2014 - What's New on the Forums

    Hi, today, I actually talk to you and show you some of our updates. Enjoy! Highlight for quote and multi-quote. Ban from thread option for moderators. Mobile apps updated. New anti-spam tools during registration. PHP updated. Litespeed Web Server updated. New polling features added. New Profile...
  20. Mike

    June 2014 Website Updates and Changes

    On the server back-end level: PHP has been updated. We are no longer using MySQL (see: MariaDB) We are no longer using apache (see: Litespeedtech Enterprise Web Server) A significant number of maintenance tasks were performed. Mobile API was updated. GTMetrix score page speed rating of 92...
Back
Top