By
nayantaka on Wednesday, June 2nd, 2010 |
No Comments
To display the input from a textfield in PHP, we need 2 files. The first is a file for input and the second is a file that displays the results. For input files, simply with an html file, which contains a form, textfield, and the submit button. Meanwhile, the second file contains only the code to display the results. Read the rest of this entry »
Incoming search terms for the article:
By
nayantaka on Friday, May 14th, 2010 |
No Comments
Cookies are widely used in several websites on the Internet. Cookies were created to enable webmasters store information about users and their requests on the user’s computer.
Initially, Internet users concerned with the serious privacy risks. But nowadays almost all Internet users have cookies enabled in their browser. This is because now most people believe the websites they visit. People who worry about the cookies is usually because they are afraid of spyware and spread it to their computer through cookies Read the rest of this entry »
Incoming search terms for the article:
By
nayantaka on Wednesday, April 21st, 2010 |
No Comments
The “include” and “require” function in php contain the same usage : obtain a file name and merely insert that file’s contents into the script that calls used the include or require function. Why is this a great thing? Well, first of all, this means that you can type up a common header or menu file that you want all your web pages to include. When you add a new page to your site, instead of having to update the links on several web pages, you can simply change the Menu file.
Read the rest of this entry »
Incoming search terms for the article: