Web Developers Portal
learn and share
Monday, 24 February 2014
Installing xampp 1.8.3 on cent os 6.4
›
1. Download Xampp 1.8.3 for linux 2. Copy "xampp-linux-x64-1.8.3-3-installer.run" into Computer/Filesystem/opt folder 3. Open t...
Friday, 21 February 2014
Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running
›
Issue I have installed vncserver and when I tried to start it but I get the error below "WARNING: The first attempt to start Xvnc...
Tiger VNC on Centos 6.3 fails, font catalog not properly configured
›
Issue Whe I try to set up Tiger VNC server on CentOS 6.3 but I'm getting the following error message when I run the command vncserv...
Installing VNCserver in centOS 6.4
›
1. Installing GNOME Desktop Install a window manager in order to get a full-featured GUI desktop [root@localhost ~] #yum gro...
Sunday, 3 November 2013
localhost is not working in Xampp after updating Avast
›
Open Avast 1) Go to "Settings" 2) Go to "Troubleshooting" 3) Expand "Redirect Settings" 4) Under "WE...
Sunday, 27 October 2013
Keep checkbox checked after submit refresh in PHP
›
Below code maintain checkbox value when user click preview button <?php if (isset($_POST['number'])) { for...
Friday, 25 October 2013
How to get previous page url in PHP
›
$realname = basename ( $_SERVER [ 'HTTP_ REFERER' ], ".php" );
‹
›
Home
View web version