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
~237 People Reached
Favorite Tags
Member Avatar for adamleefe

i have a shopping cart and everything works but the update button, can you see any errors in my code? function updateCart() { $cartId = $_POST['hidCartId']; $productId = $_POST['hidProductId']; $itemQty = $_POST['txtQty']; $numItem = count($itemQty); $numDeleted = 0; $notice = ''; for ($i = 0; $i < $numItem; $i++) { …

Member Avatar for aplwong
0
96
Member Avatar for adamleefe

Hey im a little stuck with this can anyone help me? [B][COLOR="Red"]What happens in the various parts of the network, as data travels between your host and your destination server?[/COLOR][/B] I basically am stuck with what are the stages and what happens basically. Any help is kidly appricaited, Adam.

Member Avatar for jak0b
0
83
Member Avatar for adamleefe

Hey, so far i have created some code that reads a text file and outputs the information if i run it in eclipse and i now want to have an option when it runs to either show the information in plainscript or html, how would i do this does anyone …

0
58