Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #55.0K
~49.7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 3
Favorite Tags
2 Posted Topics
# Get the name of the current php file # ## Reply: ## > hope so it works for you.thank you. <?php $currentFile = $_SERVER["PHP_SELF"]; $parts = Explode('/', $currentFile); echo $parts[count($parts) - 1]; ?>
# Collect sum of a column in a html table? # > This Script is working Perfectly.you can use it. > Enjoy it.hope this will helpful for you peoples. > Pray for me. <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript"> $(function() { function tally (selector) { $(selector).each(function () { var …
The End.