php (8)
php articles/tutorials
how to extract day,month,year values from date string input in php
Written by Super Userthere are many ways to take date input in php.here
is a simple way to take date input as string and
extract the individual parts of the date as day,
month,year values.this values can be used for
different purposes -
Here is the simple coding on how to code do calendar programming using php..
implementing video in asp.net or php pages is a great thing!.
there are a lot of players are available in web to show
video free.
how to create dynamic checkboxes with checked state
Written by Super Userthe following codes show how to create dynamic
check boxes according to database data.also the
tricky part is that whether a check box will
be checked or not can be done by the code '$checked'.
very common for business/personal purposes.This post shows how to create application -
how to create php multidimensional array to be accessed by javascript
Written by Super Userits a tricky part to create a php multidimensional array
which will be accessed by javascript function.most of the
time it's confusing.i am going to show how to solve the
problem -
how to show website under facebook and set canvas url
Written by Super Usershowing sites under facebook is common.This post shows how to show website under facebook
and deal with setting canvas urls
JSON is JavaScript Object NotationÂ