I want to attach a calendar alongside input box and on selecting a particular date from calendar, it should be filled into the input box as often seen in many websites.
I know there must be some javascript or php library for calendar but I want to know where is it to download from and also how to use it.
I want it in reference with php programming.
please someone help
User Profile
Collapse
-
how to fill date in input box using calendar?
-
could u please elaborate more on fluid width layout. -
how to handle different screen resolutions?
if I set the website layout in pixels, say 800X600. It works fine with screens with window size 800X600. But if someone is having screen 1200X800, then it doesn't stretch to the full window. How can I make a proportionate layout for different screen resolutions. Moreover if I use width and height in percentage(%) say 100%, the images do not stretch accordingly. -
would you please tell me the physical path of cookie with the name PHPSESSID (as you mentioned) -
where is the session id stored on the client side?
on session start session id is generate and send to the client browser.
where is the session id stored on the client side? -
-
how the session id is used to maitain session in php?
right, the session id is created at server at the time of session start, and this session id is transmitted with each request back and forth between client and server.
But I want to know, how the session id is sent to client if we are not embedding it with the urls.
Does the server automatically sends it to the client? Or php.ini is involved?
And where this session id is stored on the client side?
if... -
how to stretch background image of any html element?
I want to stretch the background image of <td> according to the width of td. The width of td can vary becouse of the content inside the td tag. so the background image should be stretched accordingly.
No activity results to display
Show More
Leave a comment: