Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~370 People Reached
Favorite Tags
Member Avatar for Deey

hello. i have a code that looks like this: [CODE]$localdir = 'C:/somedir'; $dh = opendir($localdir); echo '<table><form method="post" action=""><input type="submit" value="Add checked" name="doneA" />'; while(($files = readdir($dh)) != false) { if ($files != "." && $files != "..") { echo '<tr><td><input type="checkbox" name="' . $files . '" /></td><td>' . $files …

Member Avatar for Deey
1
95
Member Avatar for Deey

Hello! i have a mysql problem - i need to execute a query which selects field from one table and joins another table which is determined by a field value in table 1. for example, table1 contains fields ID(primary int) and someotherfield(varchar). i need to join table2 or table3 depending …

Member Avatar for drjohn
0
101
Member Avatar for Deey

hello! i have a class that has several methods working with panels and a panel array which contains panels. when i use them in form1 like this: [CODE] PanelClass panelfield = new PanelClass(); panelfield.drawField(); [/CODE] it works nicely and draws my field of panels. every panel has a mouse click …

Member Avatar for kvprajapati
0
75
Member Avatar for Deey

Greetings. i have a program which dynamically creates panels and stores them into a panel array. each panel has added mouse click action event. what i need to know is how to determine on which panel i have clicked on? thanks.

Member Avatar for Geekitygeek
0
99