Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Wednesday 18 February 2015

how to create scroll in google spreadsheet

Set the headers in a Google Drive spreadsheet to move on the screen as I scroll down.

how to create scroll in google spreadsheet


it is easy step to create scroll in google spreadsheet

first one select cell after goto view in spread sheet after goto the freeze row then select 
(How many you want to row freeze) you can also freeze the columns(How many you want to
 columns freeze)

Monday 19 January 2015

increment decrement in php

Hello

increment decrement in php

there 4 types

1)Pre-increment:-

++$my_information  means it can be Increments $my_information by one, then returns $my_information.

2)Post-increment

$my_information++ means it can be Returns $my_information, then increments $my_information by one.

Thursday 15 January 2015

How to pass value from Javascript to php variable on the second page?

hello

How to pass value from Javascript to php variable on the second page?

I am giving example of how pass value using javascript.

create .php file like demo.php write to code

Tuesday 30 September 2014