PHP+IIS, although not a popular combination, it may be the easiest solution in a corporate departmental environment, which is largely Windows based. PHP programming won’t be discussed here, rather I’d discuss how Windows authentication is achieved. The beautify of Windows
dropdown list using AJAX and Laravel
On my website, I want to display a drop-down list of cars, from which once the item(car) is chosen, the corresponding car’s price is retrieved from DB. The challenges are: 1. car price is just part of the screen 2. car price
Making dynamic menus using Laravel
Laravel is a PHP framework, which offers clean solution to build your website, especially data driven ones(i.e. not static pages, rather the content is retrieved from a back-end database like MySQL) . I’m not going to discuss much about Laravel’s terms, such as