Showing posts with label Coding. Show all posts
Showing posts with label Coding. Show all posts

Monday, August 1, 2022

Monday, October 19, 2020

, ,

Unity Game Development: From Scratch to Professional

  The games industry is comparable in size to the film industry and has grown significantly ahead of it in recent years. Unity is one of the...

Continue Reading

Saturday, October 17, 2020

, ,

Install and configure your local server to test PHP application and PHP based content management system
( Part-7: Wrap up User Management System PHP Application )

  Before wrap up let's modify our new user registration form. Open the HTML file insert_form.html in text editor and modify the code as...

Continue Reading
, ,

Install and configure your local server to test PHP application and PHP based content management system
( Part-6: Delete Records in Database Table from PHP Application )

  So far we have completed Create, Read, and Update part of CRUD. Now let's start the  Delete part. We will follow same technique applie...

Continue Reading
, ,

Install and configure your local server to test PHP application and PHP based content management system
( Part-5: Update Records in Database Table from PHP Application )

  In this part we will learn how to update a particular record from MySql database. To update a record in database we have to select the id ...

Continue Reading
, ,

Install and configure your local server to test PHP application and PHP based content management system
( Part-4: Insert Records in Database Table from PHP Application )

  So far we have configured our database and read all records from userlogin table. Let's create another file to insert new record in ...

Continue Reading

Friday, October 16, 2020

, ,

Install and configure your local server to test PHP application and PHP based content management system
( Part-3: Connect database from PHP application )

  To connect our MySql database which was created earlier in Part-2 ,  let's create a folder inside www folder of WampServer installa...

Continue Reading

Wednesday, October 14, 2020

,

Install and configure your local server to test PHP application and PHP based content management system
( Part-1: Local Server Installation on Windows 10 )

PHP is a server scripting language specially suited to develop dynamic and interactive Web pages. Some most popular Content Management Syste...

Continue Reading

Monday, October 12, 2020

, ,

Send OTP using firebase Phone Auth from your Laravel Application (Part-3)

  So far we have created our controller . To use this controller, let's modify the file web.php which is in routes folder. Remove all e...

Continue Reading