Add New File In Git
In the Last Chapter we crated a blank it Repository. Add Files New we will create a file in our Repository / Folder. Create home.html file. <!DOCTYPE html> <html> <head>…
In the Last Chapter we crated a blank it Repository. Add Files New we will create a file in our Repository / Folder. Create home.html file. <!DOCTYPE html> <html> <head>…
Git Install To install git you can visit git official site https://git-scm.com/ After download git, Install it on your system. after installing you can see Git Bash and Git GUI…
Some time we need to add muted YouTube video on html page in 100% width. Here we will fix this issue by loading YouTube video in <iframe> and Css. Css…
We will get an example here and will learn how we can select an element by attribute name in jQuery. We will use jQuery element selector to select element by…
Make a request to delete data from xml. Create a delete.php file. Make an request to delete data from xml. request vatiable name = "id" example: id="1"; Create a delete.php file and…
Create a employee.html file to get data form user. Create a edit.php file to save data in XML. Here we are creating employee.html file here we will write a code…
Create a employee.html file to get data form user. Create employee.xml file. Create a add.php file to save data in XML. Here we are creating employee.html file here we will…
In this tutorial we will learn how we can get Bigcommerce customers data via php curl and Bigcommerce api. Also we will learn how we can create Api key and…
Here we will learn basic of Curl in PHP how Curl is working, We will get a code example of Api. Loop through JSON in PHP. In this Video you…
By the Date Objects in JavaScript we will can get the current date and time and format the date according to our desire output. In the example below we will…