PHP
-
array_push() function in php
By using array_push(),we can add more elements into an array at the end,and also we can check the number of elements in array by using "count" function. 0 comments
-
array_rand() function in php
Using array_rand() function we can collect one or more elements from an array in php Otherwise, it returns an array of keys for the random entries. 0 comments
-
PHP code to show visitor’s informations
Here’s some simple info displaying your IP address, browser info, and the address that referred you to the page: 0 comments
-
Upload image into database and retrieve directly from database
upload_form.php {code codetype=php} < html> < head> < meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> < title>Uploading multiple images < /head> < body> < form action="upload.php" method="post" enctype="multipart/form-data"> Upload these files: < input name="images[]" type="file" /> < input ...1 comment
-
How to get the IP address of the visitor with PHP?
We can get the IP address of any visitor by using PHP. The following code will give the ip address of visitor. 0 comments
-
PHP File upload
1 st create html form to input the file to upload.The form need an enctype tag which specifies how form-data should be encoded before sending it to the server.Here we use "multipart/form-data" .That ...0 comments
-
PHP Cookies
A cookie is used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, ...0 comments
-
Simple Mail From PHP
This simple mail form used PHP mail() function to send emails.The complete source code is given below...0 comments
-
Creating XML-RSS Feed Using PHP MYSQL
I have been working to create crowler friendly rss feed for our website. I think it is very easy to build . But when i started coding it i got so many problems ...0 comments
More in PHP
Windows
-
How to change RDP port
Open regedit from run locate RDP-Tcp key under HKEY_LOCAL_MACHINE Key path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp Find the subkey named PortNumber ,change the value to decimal from Hexadecimal change port number according to ...0 comments
-
Turn Windows 7 to Wi-Fi hotspot
There are 3rd party software available in internet to share internet connection via Wi-Fi.But windows 7 have inbuilt feature to turn on wireless ...1 comment
-
How to Setup a Windows 2008 R2 SNTP/NTP Server
Click Start, click Run, type regedit, and then click OK. Locate and then click the following registry entry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\ ...0 comments
-
backup and restore registry in windows xp
First check if the system restore is turned on or off 1. Right click My Computer >> Properties 2. ...2 comments
-
Installing Windows Server 2008 DHCP Server
Installing Windows Server 2008 DCHP Server is easy. DHCP Server is now a “role” of Windows Server 2008 To do this, you will need a Windows ...0 comments
-
How to Make Windows Always Show the File Extensions
By default, file extensions for known file types are hidden in Windows. However, you can change this setting so that file extensions are shown for ...0 comments
-
How to fix bootmgr missing error in Windows 7
If your Windows 7 has encountered the “BOOTMGR is missing” error. Get your Window 7 DVD and pop it into your drive. Then restart your computer. Set ...0 comments
-
How to Enable Telnet service in Windows 7
To enable telnet service in windows 7 follow this steps 1. Start 2. Control Panel 3. Programs And ...0 comments
-
How to configure workgroup in windows machine
1. Select My computer and right click select properties, and select change settings 2. A new window will appear ...0 comments
-
Windows key shortcuts-PART3
Accessibility shortcuts * Press SHIFT five times: Toggles StickyKeys on and off * Press down and hold the right ...0 comments















