- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Re: Java is cross-platform complient it runs on any system known to man. There's another reason. | |
Re: Here's a clue... Methods are ways to break up your program into pieces to allow managibility. You may not know but this in itself is a method and can be used as a great example. public static void main(String[] args) { } | |
Programming is such a customizable duty. I would like to ask some approaches (not solutions) to coding a program that has a GUI that functions as a cooking timer for hamburgers, steaks, cookies, etc. Call it reasoning or planning assistance for software development. I am having a tad bit of … | |
Re: Here's a way to output the rectangle.... You could write a method that outputs the arrays using a loop. | |
I know this is kinda vague, I can give more info if need be but why is the following line a a boolean value when I send it through the debugger. [CODE]while($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td>" . $row['id'] . "</td>"; echo "<td>" . $row['name'] . "</td>"; echo … | |
Re: PHP is a server side scripting language. Meaning it won't show anything client side unless you show something that isn't script.... For example: [CODE] <?php $var echo "<h1> Hello, ". $var. "</h1>"; ?> You know what I mean? Put more html into your script.... [/CODE] | |
Now I know this is going to be a little off topic but, out of the people here who have gone to college and have a degree in Web Development and to what degree is your education. I'm asking this because I am going to college soon either for Computer … |
The End.