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
~167 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for dansmit

I am trying to delete a member of staff from a table using php using a drop down menu of staff id's he is my code <!-- deletestaffmember.php --> <html><body> <?php putenv("TNS_ADMIN=/u1/oracle/Products/shu10g/network/admin"); $conn = OCILogon("wkagonye","maniki", "shu10g"); $query = "select StaffNo from tblstaff"; $stmt = ociparse($conn, $query); ociexecute($stmt); ?> <form action="deletestaffmember.php" …

Member Avatar for shivamsoftware
0
106
Member Avatar for dansmit

any one any ideas with this just trying to update the total value of a receipt after a money off voucher has been added to it here is the error `Parse error: parse error in /homedir/ilex-s04/dsmith25/public_html/voucher.php on line 146` here is the script <!-- voucher.php --> <?php putenv("TNS_ADMIN=/u1/oracle/Products/shu10g/network/admin"); $conn = …

0
61