php

php (5)

php tips

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.

Thursday, 11 April 2013 19:56

how to pass variables with form submission in php

Written by
Rate this item
(0 votes)

when you submit form with input and select
controls,the values of these controls are
passed with form.we get these as POST var-
$_POST["controlname"];

Monday, 08 April 2013 13:55

how to check whether checkbox is checked or not

Written by
Rate this item
(0 votes)

there are many ways to do that.one of them is as
follows -

You need to check if the value of the checkbox is
set or not by isset function of php.

Thursday, 08 August 2019 08:19

How to use php arrays

Written by
Rate this item
(0 votes)

A php array is called a special variable, which is able to hold 

more than one value at a time.

Last modified on Thursday, 08 August 2019 08:24
Thursday, 08 August 2019 08:21

How to keep your sql safe

Written by
Rate this item
(0 votes)

If You want to become a good web developer, 

you have to learn to write secure code perfectly. 


Latest discussions

  • No posts to display.