In this lesson, we add several changes and additions to the HTML in our application. These changes will add smoother pages changes and more pleasing user experience by providing an application feel. Additionally, we make PHP updates and additions to capture navigation click events to pull page content from our updated …
Complete the following: Create a folder in your “htdocs/series/” folder named “ifelseif”. Create a file in your “htdocs/series/ifelseif” folder named “index.php”. Write the code in the “index.php” file as done in the video. View your index.php file on your localhost in a browser and take a screen shot of it. …
Complete the following: Create a folder in your “htdocs/series/” folder named “if”. Create a file in your “htdocs/series/if” folder named “index.php”. Write the code in the “index.php” file as done in the video before he removes the $text = ‘something’. View your index.php file on your localhost in a browser …
Complete the following: Create a folder in your “htdocs/series/” folder named “variables”. Create a file in your “htdocs/series/variables” folder named “index.php”. Write the code in the “index.php” file as done in the video. View your index.php file on your localhost in a browser and take a screen shot of it. …
In this lesson, w learn about XAMPP, a local web server that allows us to leverage an Apache – PHP server on our local machine. Up to this point, if you have been exploring inside out project lessons and tutorials we have been leveraging WAMP Server and it is fine …