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
~2K People Reached
Favorite Tags
Member Avatar for cwarn23

In php/html/javascript there are two different ways you may redirect a user to another page however there are a few things to consider before choosing with method to use. As you should know by now php has the ability to send html and javascript to the web browser and php …

Member Avatar for coreyavis
4
2K
Member Avatar for gaza331

help me in this project plesae see Attach File [QUOTE]#define TRUE 1 while(TRUE){ //repeat forever type_prompt(); //display prompt on the screen read_command (command, parameters); //read input from terminal if(fork()!=0){ //fork off child process waitpid(‐1, &status, 0); //wait for child to exit } else{ execve(command, parameters, 0); //execute command } } …

Member Avatar for Mouche
0
147