Server2web - server2web.tk

General Information:

Latest News:

How to show DB Columns in Drop Down List 18 Mar 2012 | 03:39 am

Hello Friends,I come with interesting PHP Code which will help you to fetch data base columns from MySql to Drop Down List. Let’s Start… Database Connection Code : <?php mysql_connect(‘localhost’,...

How to Display Live Clock 11 Mar 2012 | 07:00 am

Hi Guys,I will show you how to Display Live Clock on your website with PHP. Let’s Start… PHP Code : <?php header("Refresh:1"); ?> <h1> <?phpechodate("H:i:s");?> Demo Place this code to any PH...

How to hide text with Div Tag 11 Mar 2012 | 07:00 am

Now,I will teach you how to hide text with Div Tag.It’s just an simple CSS code. Let’s start…. CSS Code : <style type=”text/css”> .hide { position: absolute; left: -9999em; top: auto; width: 1px; h...

How to validate Email address 11 Mar 2012 | 06:45 am

Hello Guys,again I brought useful PHP code to validate email. Let’s Start… PHP Code : <?php if(isset($_POST['email'])){ $email = $_POST['email']; if(filter_var($email, FILTER_VALIDATE_EMAIL)){ echo...

How to save user IP in a text file 11 Mar 2012 | 05:33 am

kadnlarda menopoz . Hello Guys,I had come with interesting post.In few minutes you will be learning how to save user IP directly to text file on your web server. Let’s Start…. <?php // your filena...

Recently parsed news:

Recent searches: