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
~774 People Reached
Favorite Tags
php x 4
Member Avatar for GaBack

i want to make a tictactoe game. But i want all the rules are on the classes and call them to GUI. How can i send the ClickHandler public to the GUI??? here is the class code: ( public void ClickHandler ) [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; …

Member Avatar for GaBack
0
245
Member Avatar for GaBack

I'm stack in a php code that i want to find the total but i don't know what i did wrong and the total comes alway on "0". My code like a order list. You check on what thing you need and how many do you want. You order it. …

Member Avatar for GaBack
0
115
Member Avatar for GaBack

Hi I have a saved file like: name - item1 - item2 -item3 name - item1 - item2 -item3 so on .... Now i want to get like item1 to display in combobox. How can i do it?? Thx

Member Avatar for Mitja Bonca
0
116
Member Avatar for GaBack

this comes when i try to open the php files. Don't know what happen here is my code: function verifyAlphaNum ($teststring) { return (eregi ("^([[:alnum:]]| - |\.| |')+$", $teststring)); } $valid = verifyAlphaNum ($username) if (!$valid){ <<<<<<<<<<<<<< here come the error $error_msg[] ="Username must be letters and number"; } thx

Member Avatar for GaBack
0
123
Member Avatar for GaBack

Hi I'm totally new and this is my first post. If i do any wrong pls forgive me :D My problem is: First i made form2 in form1: Form2 form2 = new Form2(); form2.show(); After that i have a checkboxlist in form2. Now i want to get which i check …

Member Avatar for GaBack
0
175