
Search In
Why we create cookies ?
cookie is used to identify any user. A cookie is known as a very small file that the server copy into the user's computer browser. Whenever users request a web page using the same computer , it will send the cookie too.
Wit
The context is like a "magic" argument that the web client will always give to the server when calling a method.
The context is a dictionary containing multiple keys. One of the most important key is the language of the user, used by the server to tr
RSS simply means Really Simple syndication, this is a xml document which is created by a website.
You need to parse this xml file and show the information:-
Here is the code that can help you :-
Step 1:-Declare the variable of which you want to ext
Hi,
It is one of the important topics in java.
For dynamically resizable array we use ArrayList. ArrayList provides us fast access as compare to simple
array.
1. As we go to synchronization, Vector is synchronized means at a single time one threa
What is utilization of str_replace () function ?
there are 3 main uses of str_replace () function in php.
1-str_replace() function supersedes some characters with some other characters in a string.
2-str_replace() Supersede all occurrences of the
For redirecting http to https, please follow the below steps :-
First - Please Open .htaccess file from /public OR /public_html.
Second - Add below code in opened .htaccess at the top.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ h
What is the use of list() function?
The list() function is used to assign values to a list of variables in one operation. list() function basically works on numerical arrays.
Syntax of list() function:-
list(variable1,variable2,variable3.....)
&l
Workflows can be moved along by sending them signals. Instead of using the top-level execute_kw, signals are sent using exec_workflow. For example code is like below.
client = models.execute_kw(
db, uid, password,
'res.partner', 'search_read
What is the work of each() function ?
PHP each() function mainly Return the current key and value pair from an array.
Syntax of each() function:
each(array_name)
You can take reference form below example to use of each() function.
<?php
//
SEO- Keyword Research and Tagging (Part 1)
Search engine optimization is the Godfather of online marketing. The position of your web page on the SERP (Search Engine Results Page) determines how much traffic your page has and consequently the amoun
