PHP date() and add extra days and month
Adding days to $Date can be done in many ways. It is very easy to do by using built-in functions like strtotime() in PHP. A. Add days $Date = date('Y-m-d');…
Adding days to $Date can be done in many ways. It is very easy to do by using built-in functions like strtotime() in PHP. A. Add days $Date = date('Y-m-d');…
const myTimeout = setTimeout(myGreeting, 5000); function myGreeting() { alert('hi'); } // using jquery setTimeout(function() { $('.gayabhoja').show(); }, 1500); <input type='button' name='osx' value='Demo' class='osx demo' runat="server" /> <script> $("document").ready(function () {…
The WHERE Clause is used to filter only those records that are fulfilled by a specific condition given by the user. in other words, the SQL WHERE clause is used to restrict…
View group is a container but view is only an object. We can contain views inside view group but not vice-versa.
Go to setting of phone. Choose about phone. Go to software information tab and click it. Click on build number tab 7-8 time. Developer mode will be enable. Go to…
Friends, just like we run crud operations in Laravel, with the help of which we insert, delete, fetch and update data in the database, in today's video we will run…