answersLogoWhite

0

What are cookies in php?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

This should help:

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do websites cookies?

In php programming language, you can set cookies like that: setcookie("username","demo");


How do you create a webmail application with PHP?

Creating a webmail application in PHP involves using the related POP3 or IMAP libraries to connect to the mail system and cookies/sessions to save authentication information.


Are cookies useful in PHP?

Yes because you can use them to create website logins, also to store temporary data and much more.


Where can I find more information on christmas cookies recipes?

I highly suggest the following:http://www.joyofbaking.com/ChristmasCookies.html, http://www.christmas-cookies.com/recipes/top25.php, and http://www.foodnetwork.com/12-days-of-cookies/package/index.html.


How do you design a website to display articles using PHP and MySQL?

sitepoint.com has tons of articles on PHP and MySQL I've read this book http://www.sitepoint.com/books/phpmysql1/ "While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP." The fourth edition arrives in June.


How can you create a language converter for website in English to Spanish in PHP?

You can use PHP to create a language converter for a website by storing language translations in a database or files, and then using PHP to dynamically switch the content based on the selected language. You can create language files for each language, and then use PHP sessions or cookies to store the user's language preference across pages. Finally, use PHP functions to display the content in the appropriate language based on the user's selection.


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


How will you set a cookie in php?

The syntax is : setcookie(name, value, expire, path, domain); And then to return it: echo $_COOKIE["user"]; And a way to view all cookies is: print_r($_COOKIE);


What is PHP What are the features of PHP?

PHP (Hypertext Preprocessor) is a server-side scripting language designed for web development. It is used for creating dynamic and interactive web pages and web applications. PHP is an open-source language, which means it is free to use and can be modified by developers to meet their specific needs. Some of the key features of PHP include its simplicity, cross-platform compatibility, large community, and vast library of extensions and frameworks. PHP can interact with databases, handle forms and cookies, and create and manipulate files. It is also widely used for content management systems (CMS) such as WordPress, Drupal, and Joomla. Jai infoway


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version