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
2 Posted Topics
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
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
The End.
mark.suner