Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
30% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
5
1 Endorsement
Ranked #856
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for raj-uk

Hi All We found many Calendar, which are fine what we need is only show date in season like **25-12-2012 to 15-01-2013** and date we allow to use to select, like if we say available **26-dec and 10-jan** all the can do is select the date fr calender Please help …

Member Avatar for diafol
0
251
Member Avatar for raj-uk

Hi Friends <script type="text/javascript"> $(window).ready(function(){ $("#calendar").smoothPhpCalendar({minimumDate : new Date('01-12-2016')}); }); </script> can can i set min and max on this calander. please advise

Member Avatar for diafol
0
168
Member Avatar for raj-uk

Hi, found this code work fine how can we update code, the code is below <script type="text/javascript"> var cal_1 = new Calendar({ element: 'inlineCalendar', inline: true, months: 3, dateFormat: 'm/d/Y', o nSelect: function (element, selectedDate, date, cell) { //do something } }); </script> [[Click Here](null)](http://code.google.com/p/calendarjs/) what we need is, only …

Member Avatar for pritaeas
0
62
Member Avatar for raj-uk

Hi All, we need PHP season date calender, which mean if we enter like 25-DEC-12-25-APR-13 the calender only alow user to pick date from the season date only. please give example link, or full code, thanks

Member Avatar for diafol
-2
352
Member Avatar for raj-uk

Hi All, i found this code which is ok but i need this to highlight whole line in colour, for example like: *1. Mr Johan call in office on sunday* *2. No More call to johan* *3. Johan has Paid All* I am telling the script to start from star …

Member Avatar for diafol
0
165
Member Avatar for raj-uk

how can we make Function in php this is the line to be read = 'i am going to [USA]' only required the USA to be print nothing else Please help

Member Avatar for diafol
0
95
Member Avatar for raj-uk

Please advice, how to writing code in php , only echo letter that between [ ] , like we are going to [uk] echo uk

Member Avatar for diafol
0
63
Member Avatar for anjalis683

How we can start session <?php session_start(); $user_check=$_SESSION['login_user']; if(!isset($user_check)) { header("Location: login.php"); } ?>

Member Avatar for raj-uk
0
70