Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #55.0K
~589 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for arafath077

You can add ID in the input field <div class="datepicker"><input id='firstDatepicker' type="text"></div> <div class="datepicker"><input id='secondDatepicker' type="text"></div> <script> $(function(){ $('#firstDatepicker').datepicker() $('#secondDatepicker').datepicker() }); </script> //hope it helps

Member Avatar for arafath077
0
223
Member Avatar for RonKevinT.Manuela

This is also my problem last week then I found this realpath function in php $realpath = realpath('/xampp/htdocs/directoryName/images/uploads'); unlink($realpath.'/'.$imageName); hope this help

Member Avatar for mark.suner
0
366

The End.