Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Fuad_1

e.g. document.write( '<p> totalTax </p>') should be document.write( '<p>' + totalTax + '</p>');

Member Avatar for DaniWebUser_1
0
215
Member Avatar for Apurva1026

That short little snippet that you pasted in looks like you have the comma inside the quotes, which won't work. Like minitaurus said, post your code for a better response.

Member Avatar for diafol
0
208
Member Avatar for luma64

you probably want to use strtotime(): http://php.net/manual/en/function.strtotime.php

Member Avatar for diafol
0
215
Member Avatar for frankchester

If you use a library like jQuery, you can easily have the results of one ajax call feed into another function for further processing. http://api.jquery.com/jquery.ajax/ and scroll down to the entry for success. Using a library like jQuery frees you up to concentrate on your code and leave the ajax …

Member Avatar for diafol
0
478
Member Avatar for polodon242
Member Avatar for polodon242
0
224

The End.