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

5 Posted Topics

Member Avatar for Tabone3

I never uploaded a file before and I'm finding some problems regarding uploading a file in a directory which have some security. I searched on the internet and I found out that I need to make use of [I][B][U]chmod[/U][/B][/I] php function however I have been fighting against my computer for …

Member Avatar for tomato.pgn
0
245
Member Avatar for Tabone3

Hi, I recently begin to work with MYSQL, php and html and I have this problem. On the homepage of my site on the sidebar I have a section where it tells you the latest blogs that have been posted. Now here comes the problem. I wish that whenever I …

Member Avatar for reygcalantaol
0
352
Member Avatar for vikas.kethineed

Hope it works =D public boolean isLeapYear() { boolean leap = false; if(years % 4 == 0) { if(years % 100 == 0) { if(years % 400 == 0) { leap = true } }else{ leap = true; } } return leap; }

Member Avatar for kramerd
0
235
Member Avatar for noneta

import javax.swing.*; public class tracing { public static void main(String args[]) { String s = JOptionPane.showInputDialog("Please enter a sentence"); int length=s.length(); int count = 1; for(int i =0;i<s.length();i++) { if(s.charAt(i) == ' ') { count++; } } System.out.println(count); } }// end class

Member Avatar for Ezzaral
0
136
Member Avatar for Tabone3

Hi, I'm a bit new to java and I would like to make a program that save's and load the saved data that the user had inputted in my java program. For example I done a sort of a Bank System and when I close my program and restart it …

Member Avatar for Tabone3
0
195

The End.