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

10 Posted Topics

Member Avatar for mary_forum
Member Avatar for mary_forum

hi guys, i just want to add selected products into cart without payment gateway process.i want the coding tnx

Member Avatar for Stefano Mtangoo
0
153
Member Avatar for mary_forum

hi friends how to send post value in url code is: header('Location:edit_products.php?catid=$_POST[catidHd]&catname=$_POST[catnameHd]'); the $_POST[catidHd] value coudnt taken how to give this $_POST[catidHd] in url tnx

Member Avatar for ddymacek
0
1K
Member Avatar for mary_forum

hi frns how to remove & and space from a string.i just gn in url. wn i get this name using request only the door comes rest will be cut.how to remove & and space prod.php?name=Door%20&%20Window%20Hardware tnx

Member Avatar for Member #120589
0
300
Member Avatar for vampshay

[QUOTE=vampshay;1640788]how to change the value of a button? for example "Add" then change to "Edit"? tnx.[/QUOTE] u just send an action and check the condition like if($_REQUEST['action']=='Add'){<input type="button" value="Add">} else if($_REQUEST['action']=='Edit') { <input type="button" value="Edit"> } all the best

Member Avatar for vampshay
0
95
Member Avatar for mary_forum

frieds i just want the calculation for dividing money equally for all distributors.the first level distributor will get half of the amount and remaining distributors will divide it equally. i want this calculation in php.. can anyone help me

Member Avatar for urtrivedi
0
237
Member Avatar for mary_forum
Member Avatar for mary_forum
0
182
Member Avatar for mary_forum

$pimg="../pimages/".$_FILES[p_img][name]; move_uploaded_file($_FILES[p_img][tmp_name],$pimg); image does not move into image folder

Member Avatar for Member #120589
0
1K
Member Avatar for mary_forum
Member Avatar for mary_forum

The End.