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
~3K People Reached
Favorite Tags
c++ x 1
php x 1
Member Avatar for basil60

Hi I'm trying to get reviewerid, firstname and last name through a drop down selection box in my html form. The code below is line 26-38 from the attachment. Currentl, it echoes to the browser much of what you see here, rather than pulling the data and displaying it in …

Member Avatar for diafol
0
125
Member Avatar for basil60

Hi I'm using a template from the web for a tabbed GUI.[Click Here](http://informationsystems.uf9.in/rspcy/tabs_demo_real.html) I'd like to use php includes to existing files I've created. But if I do, all the tabs disappear. Can I do this, or something similar, without the tabs disappearing? The following is an example of how …

Member Avatar for diafol
0
323
Member Avatar for basil60

Hi I'm a noob. Can anyone please explain why I get a "'ranum' was not declared in this scope" error in this script? I was obviously using Arduino. void setup() { pinMode(13, OUTPUT); pinMode(12, OUTPUT); pinMode(10, OUTPUT); pinMode(09, OUTPUT); double ranum = rand()%11; } void loop() { if (ranum==0){ digitalWrite(13, …

Member Avatar for richieking
0
2K