Posts
 
Reputation
Loading chart. Please wait.
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
Ranked #25.0K
Ranked #3K
~1K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for Stefano Mtangoo

There is a good deal of books on the market, and I only have experiece of two of em'. "Learning PHP 5" and "Programing PHP" from O'Reilly publisher. Both books is good book, although I prefer the later. But that depends on that it is a bit quicker if you …

Member Avatar for Stefano Mtangoo
0
167
Member Avatar for queenc

Or simply adding the id again: [CODE] <form action='<?php $_SERVER['PHP_SELF'];?>?id=<?php $_GET['id'];?>' method='POST'> [/CODE] Maybe not pretty, but I hope it gives some clues to what I'm suggesting.

Member Avatar for queenc
0
141
Member Avatar for tech291083

[QUOTE=tech291083;452092] I the following two command give the names of the folder of files on the desktop which have their size in MB or GB, am I right? [B][root@localhost Desktop]# du -h |grep M [root@localhost Desktop]# du -h |grep G[/B] [/QUOTE] Well, yes and no, you get ALL lines displaying …

Member Avatar for DimaYasny
0
141
Member Avatar for Sturm

I used ratpoison for some time, and I liked the simplicity (one config-file to rule 'em all:-D) and the speed, and fell for the philosophy behind tiling wm:s. But as you say, it has some cons. I to missed support for floating windows, but the largest problem to me was …

Member Avatar for macondo
0
302
Member Avatar for johnnyjohn20

Hello johnnyjohn20. As salem told you, exchanging a[1] whit 'a[x]' should solve your problems. In your code you constantly over-wrights position 1 in the array, and leaving all the others untouched. If you try to display a[1] after the loop have finished, it will display '7'.

Member Avatar for Salem
0
101
Member Avatar for HLA91

Because I'm such a sweet guy: [CODE] // How IF Works #include <iostream> using namespace std; int main(){ cout << "Enter your age: "; int age; cin >> age; if (age < 20) cout << "You are still young!\n"; else cout << "You are not so young anymore.\n"; return 0; …

Member Avatar for Narue
0
180