How to create an array of objects in PHP dynamically
Melyna
About Me
How to get profile ID of Connections using Google People API in
How To Create Dividers by HTML or css i want to put spacing and divider between two div so what html tag i should use ?
Sending AJAX call after some PHP condition
Understanding Cookies in PHP
function is can convert the array to string in PHP. JSON format is used to information exchange between server to server or server to client Server Ajax response will be sent back to the browser in the format of JSON
want convert Array to string in PHP without using implode method then use join() function function is can convert the array to string in PHP. JSON format is used to information exchange between server to server or server to client Server Ajax response will be sent back to the browser in the format of JSON
function is can convert the array to string in PHP. JSON format is used to information exchange between server to server or server to client Server Ajax response will be sent back to the browser in the format of JSON
function can convert the array to string in PHP. The JSON format is used to information exchange between server to server or server to client Server Ajax response will be sent back to the browser in the format of JSON
join() function is can convert the array to string in PHP. so in above we glued the array value with one space and make a string in returns with join() function in PHP join() function is alias of the implode() function in PHP
implode() function is can convert the array to string in PHP. implode("first argument is glue","second argument must be array ") so in above we glued the array value with one space and make a string in returns
json_encode() function will encode array to JSON, JSON is one type of string which formatted so it can convert JSON string to array again. JSON format is used to information exchange between server to server or server to client Server Ajax response will be sent back to the browser in the format of JSON
use setcookie() function to make cookie with PHP . its very simple to make cookie in PHP the third argument of setcookie() function is the path of a folder for specific domain where cookie is aviliable the fourth argument of setcookie() function is the domain name , it needs to pass the domain name which specific cookie is needed to make