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.

~1K People Reached
Interests
PHP, Linux

5 Posted Topics

Member Avatar for last1devil

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){ …

Member Avatar for last1devil
0
246
Member Avatar for mpc123

Maybe this helps: $result = $row['field1'] / $row['field2']; echo "<td>".$result."</td>"; Why do you need field3 ?

Member Avatar for mpc123
0
175
Member Avatar for last1devil

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 …

Member Avatar for caperjack
0
143
Member Avatar for last1devil

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?

Member Avatar for last1devil
0
834
Member Avatar for davy_yg

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.

Member Avatar for davy_yg
0
70

The End.