In php if you want to translate a text from one language to other language then you can use below code. you have to create a google api key for translate word.In this we should pass a source language code ...
Developers Map
Discy Latest Questions
When you make commits on your local system. The commit data determines which account name.If you want to change your username and password then you can use below code. Use Below Code :
In php if you want to transfer a zip file from one server to other server then you can use belowe simple code.It is very simple for file transfer one server to other server. Step 1 : Create a zip file ...
in php you have an a long string then you want to give a space after a specific length then you can use below code. Use Below Code : Output : 1234 1234 1234 1234
in php if there is a long interger after a decimal. if you want to break that on a specific number then you can use below code. Use This Code :
It is very easy to upload file to the server.The below following HTML code below creates an uploader form. This form is having method attribute set to post and enctype attribute is set to multipart/form-data. plase create a folder name ...
what is the difference between isset(), empty(), is_null() and undefined value in php ?
Loops are used to repeat a block for specific number of times untill a certain condition find.There are four different types of loops in php. 1. while — it is used through a block of code until the condition is true.
it is used to store a complex array in the database from PHP. There are two popular methods of serializing variables. serialize() unserialize() 1. serialize() : The serialize() converts a storable format of a value. The serialize() function accepts a single parameter. 2. unserialize(): it converts to ...
JSON stands for javaScript Object Notation.It is most common frequently operation.It is very light-weight for data-interchange format. which is very easy to use. php have predefined function for use these. json_encode() json_decode() 1. json_encode() : it is used to encode a value in JSON format.
CKEditor is very common editor. It is very simple to use. We can easily use this in our web application. Use Below Code : CK EDITOR OUTPUT :
It is an easy and simple method for translate text or string from one language to other language in php. Click here to download zip file Output:
A relatively common situation is requiring the move of a website from one server to another. There are a number ways one can do this. One could simply download the entire website to a local computer and upload it to ...