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.

How do I do this?

Featured Replies

Hi,

 

I have a page on my site with a list of vehicles. The list doesn't change and never will. The page is called vehicles.php and every name of a vehicle should link to something like vehicles.php?car=1. What is this called and how do I do it? Does it have a name?

 

I remember doing this with pages (?page=x) but it wasn't my script and I just modified it.

 

So here's an example to make it more clear:

 

<a href="vehicles.php?car=1">Mercedes-Benz S500</a>

<a href="vehicles.php?car=2">BMW 325i</a>

<a href="vehicles.php?car=3">Audi A5</a>

etc..

 

After I clicked the link, it should be a new page with more information on that vehicle.

 

Please link me to some tutorials if possible or help me out if you can :)

 

Cheers

- Revs

Hi,

 

I have a page on my site with a list of vehicles. The list doesn't change and never will. The page is called vehicles.php and every name of a vehicle should link to something like vehicles.php?car=1. What is this called and how do I do it? Does it have a name?

 

I remember doing this with pages (?page=x) but it wasn't my script and I just modified it.

 

So here's an example to make it more clear:

 

<a href="vehicles.php?car=1">Mercedes-Benz S500</a>

<a href="vehicles.php?car=2">BMW 325i</a>

<a href="vehicles.php?car=3">Audi A5</a>

etc..

 

After I clicked the link, it should be a new page with more information on that vehicle.

 

Please link me to some tutorials if possible or help me out if you can :)

 

Cheers

- Revs

 

well ur linking it correctly now on the vehicles page u would just do a check for each car like

 

if($_GET['car'] == 3){
//DO CODE FOR CAR 3
}
else if($_GET['car'] == 1){
//DO CODE FOR CAR 1 ECT..
}

well ur linking it correctly now on the vehicles page u would just do a check for each car like

 

if($_GET['car'] == 3){
//DO CODE FOR CAR 3
}
else if($_GET['car'] == 1){
//DO CODE FOR CAR 1 ECT..
}

 

...and it called a query string

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.