Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

What I need for php?

Featured Replies

Hi there, I am about to embark on the learning of php.

 

The thing is, this website here: http://www.w3schools.com/php/php_install.asp

 

Tells me I need to download things.

 

 

The problem is, I don't quite get why I have to download them.

 

Any help is appreciated, thanks!

 

 

Download XAMPP that should do the trick

Hi Kieran

 

To run PHP file locally on your machine you need to have a testing server set up. If you are using a MAC then I would say use MAMP and if you are using windows then use WAMP

 

These are basically local servers that will parse the information in the PHP file and display it as a normal page.

 

It is a steep learning curve, but once you have either of those servers in place then you will be able to use php locally :)

Ok i'll go through a few basic things u will need and that is a local server like xammp this will enable u to test ur php scripts without having to upload them to an online server sec i recommend a good php editor such as php designer 2008 if your a beginner if your more advanced in php you may use just notepad but anyways that's pretty much all you need to get started

 

Hi there, I am about to embark on the learning of php.

 

The thing is, this website here: http://www.w3schools.com/php/php_install.asp

 

Tells me I need to download things.

 

 

The problem is, I don't quite get why I have to download them.

 

Any help is appreciated, thanks!

Hi Kieran

 

Unlike (X)HTML, CSS and JavaScript, PHP is a server side scripting language, which means it is executed on the server then output as HTML. For this reason it requires a server to test.

 

I'd recommend XAMPP, which is available for Mac, PC and Linux, and is my local server of choice at work and home.

 

Another alternative would be to work directly on your live server on a subdomain, for example 'dev.domain.com'. Most webhosts have PHP enabled servers, the only downfall is that you'll need to FTP your files up first.

 

BenTheDesigner

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.