PHP round
PHP round() function is used to round a floating point number....
PHP round() function is used to round a floating point number....
PHP Date function is used to format a local time/date....
what is cURL in php? - The cURL is a PHP based library and a command line tool that helps you transfer data over FTP, TPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE, and LDAP....
NULL is PHP data type which returns no value. We can initialize variable with NULL value in php...
php time function is used to get current Unix timestamp....
CSS Pagination is used if your website have lots of pages. You can apply style to page number in website....
CSS hover selector is used to apply style on html element when mouse is on html element like div, anchor link, p etc. ...
The CSS float property is used for positioning contents to left, right or none. CSS Float Property Values are left, right, inherit and none....
The HTML style attribute is used to add styles to html an element such as color, font, size, background color, text align, padding, margin, border, width, height, float etc....
HTML paragraph or HTML p tag is used to define a paragraph in a web page....
The marquee
GET and POST are two different types of HTTP requests to send data from client to server in HTTP.What is the difference between POST and GET?...
php program for factorial...
Find prime number using form in php program....
PHP Program - how to add day, month, year in date using php? There are two method to add days, months and years in date using php...
PHP Program - Find Even and odd Number...
Division of two Numbers Program is created by PHP script using HTML form, input tag and post variable....
Multiply two Numbers Program is created by PHP script using HTML form, input tag and post variable....
We can substract two Numbers using PHP Program. We need html elements like form tag, input tag....
Add two Numbers Program is created by PHP script using HTML form, input tag and post variable....