Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Get the client IP address using PHP Get the client IP address using PHP

The simplest way to get the visitor’s/client’s  IP address  is using the  $_SERVER['REMOTE_ADDR']  or  $_SERVER['REMOTE_HOST...

Read more »
7:23 AM

How to use PHP & Multiple Input Text Field/Textbox How to use PHP & Multiple Input Text Field/Textbox

Example 1 php_multiple_textbox1.php <html> <head> <title>ShotDev.Com Tutorial</title> </head> ...

Read more »
6:14 AM

string to url slug convert in php string to url slug convert in php

Function: <?php function create_slug($string, $ext='.html'){     $replace = '-';       $string = strtolower($str...

Read more »
9:02 PM

php Pagination with mysql php Pagination with mysql

To start with you’ll see that we have our database connection file which we’re including into the page. Next you’ll see we’re setting thr...

Read more »
8:40 PM
 
Top
Blogger Template