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

Hi my php code is not working on my computer, i cannot see any problem with my code either. when loading my code, it just shows my code printed onto the browser <?php $yourname = check_input($_POST['yourname']); $email = check_input($_POST['email']); $likeit = check_input($_POST['likeit']); $comments = check_input($_POST['comments']); ?> <html> <body> Your name …

Member Avatar for weekendrockstar
0
174
Member Avatar for thehorseman123

hi, I am wanting to rotate an image 90 degrees when you press a button. However so far i can only get it to rotate once, and then it stops. I've tried rotating the image on its own and using the label to rotate it Here is my code BufferedImage …

Member Avatar for thehorseman123
0
95
Member Avatar for thehorseman123

Hey there, quick question is there anyway i can set the order of nodes, that have already been saved in a Jtree. Say if i had an array of pictures, which i can flick through. Then using a Jtree i can change the order of the pictures. If so how …

0
35