Saturday, 18 May 2013 13:55

how to redirect to a page in php

Written by
Rate this item
(0 votes)

in php there is a command which is used
to redirect to a page from a page.the following
codes shows hot to achieve this.

Saturday, 02 February 2013 13:54

how to show textbox hint when textbox empty by jquery

Written by
Rate this item
(0 votes)

It's a very common requirement to show hint in textbox when empty
and when textbox gets focus hint goes away.now a days many websites
implemented showing hint.there are many ways to do that by jquery.

Friday, 21 December 2012 13:51

how to Use View tables in Sql server

Written by
Rate this item
(0 votes)

if we need some fields from different tables
temporarily in our software or application then

Rate this item
(0 votes)
Often receiving "Fatal error: Allowed memory size of 33554432 bytes exhausted" when trying to upload an image with low mb file size. To solve this error, try to increase the memory allocated for PHP. For that you need to set the limit to 32MB, 64MB, 128MB or 256MB. However is based and depends upon your host provider.
Last modified on Thursday, 09 January 2014 22:30
Tuesday, 31 December 2013 14:39

Fatal error undefined function is_network_admin()

Written by
Rate this item
(0 votes)
Do you have problem of receiving "Fatal error undefined function is_network_admin()" when you login to wordpress admin after updating WordPress.

Last modified on Thursday, 09 January 2014 22:28
Monday, 15 April 2013 13:56

how to validate a email address by c#

Written by
Rate this item
(0 votes)

It's a very logical requirement to validate user entered email
address before processing anything.in this way you will
never get a invalid email address when you do something
with email address like send email,etc.

Wednesday, 23 January 2013 13:56

how to print a part of page

Written by
Rate this item
(0 votes)

it is easier to print part of page.the part of the page
may be under a div or panel.you can achieve this from code
behind file too as per requirement.here i showing only
in page lavel -


Latest discussions

  • No posts to display.