MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Tutorial for $_POST in Super Global Variables

What is $_POST? It’s a global variable that’s used to collect data from the HTML form after it’s been submitted. Because the data is not accessible in the query string when a form uses method post to transfer data, security standards are maintained in this manner. Example:- A form with an input field and a … Read more

How to create a Menu Item Hover Effects Navbar using HTML & CSS?

In this blog, I am creating a Menu Item Hover Effects Navbar using HTML & CSS in a row using HTML & CSS. So, Let’s create an “index.html” & “style.css” below index.html code- In this index.html ul (unorderlist) tag with li  & multiple <a> tag which is define in style.css page- When you using this index.html & style.css then showing below Hover … Read more

Bootstrap:-Component “jumbotron”

A jumbotron indicates a big box for calling extra attention to some special content or information. A jumbotron is displayed as a grey box with rounded corners. It also enlarges the font sizes of the text inside it. Tip: Inside a jumbotron, you can put nearly any valid HTML, including other Bootstrap elements/classes. class jumbotron and … Read more

How to create a Responsive Glowing Card in a row using HTML & CSS?

In this blog, I am creating a responsive Glowing Card in a row using HTML & CSS. So, Let’s create an “index.html” & “style.css” below index.html code- In this index.html box class with span & multiple class which is define style.css page- When you using this index.html & style.css then showing below Responsive glowing Card in row-

Tutorial for $_REQUEST in Super Global Variables

What is $_REQUEST? $_REQUEST is a super global variable that’s used to collect data when an HTML form is submitted. Because $_POST and $_GET accomplish the same purpose and are extensively used, $_REQUEST is rarely used. Example:- A form with an input field and a submit button is shown in the example below. The form … Read more

Tutorial for $_SERVER in Super Global Variables

What is $_SERVER? It’s a super global variable in PHP that keeps track of headers, paths, and script locations. Some of these components are used to obtain data from the $_SERVER super global variables. Example:- Output:- To retrieve some information, we used the $_SERVER components in the code above. Using the ‘PHP SELF’ element, we … Read more

Bootstrap:-Component “Input group”

Input group:- Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs. Functions:- Sizing classes to the .input-group itself and contains within will automatically resize for each element. Checkboxes and radios options within an input group’s addon instead of text. Multiple inputs … Read more

Tutorial for $GLOBALS in Super Global Variables

What is $GLOBALS? $GLOBALS is a super global variable that may be accessed from anywhere in the PHP script. All global variables are stored in the array $GLOBALS[], where index is the global variable name that may be retrieved. All global variables are stored in an array named $GLOBALS[index] in PHP. The variable’s name is … Read more

Tutorial for Super Global Variables in PHP

What is Super Global Variables in PHP? These are PHP array variables with specific definitions that make it simple to retrieve information about a request or its context. The super global variables may be found all across your script. These variables can be accessible from any function, class, or file without the need to do … Read more

Everything you need to know about Grafana

What is Grafana? Grafana is multi-platform open-source analytics and interactive visualization internet application. It provides charts, graphs, and alerts for the online once connected to supported knowledge sources. Why is Grafana important? Grafana shows groups and corporations what their users very do, not simply what they are saying they are doing. These square measures are … Read more