Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

Programming

Featured Replies

What Is Harder, JavaScript Or PHP?

сообщ. Hey all,

Maybe seems like an odd question to ask but the reason I ask is because I am learning JavaScript which I find fairly hard to pick up and I am going to start learning PHP soon and so I wondered if I am going to find it easier or harder than JavaScript?

-where to begin, where to begin :unsure: -

JavaScript and PHP are very, very different things. JavaScript is a client-side language, it is interpreted by the browser, and also depends on the browser being able to use javascript and having it turned on. It can be used to manipulate HTML directly, which is called dynamic HTML.

PHP is a serverside language. It runs on the server, and the browser only sees the HTML that PHP serves it; it never sees the PHP itself. PHP can be used for very basic things, or can be immensely complex. It cannot interact directly with the page, e.g. you cannot call a PHP function from clicking a button.

Learn your HTML, CSS and JavaScript first, once you understand them well, move on to PHP. You will need webhosting that supports it, or else have to set up your own webserver.

first try to get used to scripting with javascript

php is fairly easy to learn but its also VERY easy to make applications with HUGE security holes in it.

they really are different in how you code them to react with things. they do have similarities with how you can write functions for them.. but also you can use php to interact with databases, that is where php gets fun :)

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

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.