No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- PHP, Linux
5 Posted Topics
Hi! I'm new into C programming and Arduino. I'm trying to display some data on several 7LED Digit Displays but I get this error and I don't know why. This is my code: int iasDigits[] = {0, 1, 2}; void sendToDisplay(unsigned int device, int digits, char value, unsigned int valueLength){ … | |
Re: Maybe this helps: $result = $row['field1'] / $row['field2']; echo "<td>".$result."</td>"; Why do you need field3 ? | |
Hi! I have a Edimax 7612UAn V2 USB Adapter and I don't now how to use it as an acces point. I'm using Linux Mint. By default it doesn't work as a acces point. Is there any way to put it in Master mode? I want to create a wireless … | |
Hi! I use Linux Mint Maya and I need to install some software from sources but the problem is that GCC is not working. When I type gcc or make command I get a error like this: bash: /usr/bin/gcc: cannot execute binary file How can I fix that? | |
Re: First of all, your form sends data using **post** method and you are cheking for data using **$_GET[]**. Look at the HTML source of your page and check the URL in the <form method="post" action="URL">, maybe $_SERVER['PHP_SELF'] is the problem. |
The End.