Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~263 People Reached
Favorite Forums
Favorite Tags
Member Avatar for khaleel_rashid

Hi i want to Color picker to wordpress website but unable to find any plugin to do it. i don't want it in admin section. i need it on my website.

Member Avatar for khaleel_rashid
0
104
Member Avatar for khaleel_rashid

this is my function which is calculating values. But if any of the values is empty it does not calculate the total payment value. if there is any simple way to calculate pls let me know [CODE]function startCalc(){ interval = setInterval("calc()",1);} function calc(){ room_charges = document.ipd_bill.room_charges.value ; lab_charges = document.ipd_bill.lab_charges.value; …

Member Avatar for hielo
0
99
Member Avatar for khaleel_rashid

I just want to create a max function in php. in this function i have to just write the table name and the columns name where i want to call the function and get the max values from the corresponding column of that table PHP Code: [CODE]function max1($column_name, $table_name) { …

0
56