Web Developers Portal
learn and share
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" );
Multiple submit button in a single form in PHP
›
<form method="post"> <input type="submit" name="save" value="Submit 1"> <input typ...
Thursday, 24 October 2013
Installing the Java Plugin for Firefox on CentOS
›
The OpenJDK bundled with CentOS is missing a java plugin for Firefox. A simple method of getting Java to run inside the webbrowser and to r...
Installing and configuring Java in cent OS
›
Most of the Linux operating systems comes with pre-installed OpenJDK package to run java-based applications and plugins.But in certain case...
Wednesday, 23 October 2013
Add horizontal scrollbar to html table
›
Inorder to add a horizontal scroll bar on html table automatically as the table grows, we need to wrap the table inside a div and add overf...
Friday, 4 October 2013
Fatal error: Call to undefined function http_redirect() : Fixed
›
Issue: When I was trying to call the PHP http_redirect() function, below error came up: Fatal error: Call to undefined function http_...
‹
›
Home
View web version