Posts
 
Reputation
Joined
Last Seen
Ranked #926
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Commented Posts
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Tags
Member Avatar for Sammys.Man

Hi guys, wondered if someone could help please, i am trying to display a championship table from the 3 tables i have in my mysql. tbl_champ holds the championship name (nitro) and date (2015) tbl_rounds holds the round name (round1 so on) the date (01/01/2015 so on) and the champ_id …

Member Avatar for Sammys.Man
0
133
Member Avatar for Sammys.Man

Hi guys, im working on a bit of code which for 2 days is sending me around in circles :/ what i want to do is split an array into variables, so i can dynamically create a text box. i'm trying various methods but think im chasing my tail now. …

Member Avatar for cereal
0
190
Member Avatar for Sammys.Man

Hi guys, Was wondering if anyone knows of any tutorials or code so that i can learn how to create charts from scratch. also i havent learnt any javascript so is there another that this can be done? i have tried playing with phpgraphlib, but i cannot seem to dynamically …

Member Avatar for Sammys.Man
0
131
Member Avatar for hanspeare_1

ok what i can see from this is `header("location: Student_Home.php?id={$student_id}"); ` the `$student_id` isn't assigned to anything isn't it supposed to be `header("location: Student_Home.php?id={$learner_id}"); `?? i cannot see `$student_id` declared anywhere

Member Avatar for hanspeare_1
0
310
Member Avatar for developer707

this is how i would do it your code: <td>Item 1</td> <td><a id="simpleConfirm" href="index.php?action=delete?id=1" class="btn btn-primary">Delete</a></td> amended code <td>Item 1</td> <td><a id="simpleConfirm" href="index.php?action=delete?id=1" onclick="return confirm('Do you really want to DELETE your RECORD?');" class="btn btn-primary">Delete</a></td> use the "onclick" function in the table i added onclick="return confirm('Do you really want to DELETE …

Member Avatar for almostbob
0
2K
Member Avatar for stokie-rich

try changing your dashes you have $sqli = "select * from 'users' where username = '$username' and password = '$password'"; try (look at the users) $sqli = "select * from `users` where username = '$username' and password = '$password'";

Member Avatar for Sammys.Man
0
137
Member Avatar for Sammys.Man

hi guys, i wonder if someone could help, i am teaching myself with tutorials and online books etc PHP, ive played around in it before, but due to time i couldn't get into it. now im going headlong into it. anyway moving on, the problem i have is, i have …

Member Avatar for Sammys.Man
0
207
Member Avatar for lloydsbackyard

what if you type something wrong by mistake? shouldn't you use the form <input type="date"> field? that way you can select the date

Member Avatar for Sammys.Man
0
132
Member Avatar for Sammys.Man

hi guys, i have created a datagridview with a combobox, which pulls out info from my DB, what i am trying to do now is, populate the rest of the datagridview with the information linked to the selection. failing that i want to populate a label with the selected item. …

Member Avatar for Fenrir()
0
170
Member Avatar for Sammys.Man

Hi guys, wondered if anyone could help, or point me in the right direction please, i want to insert data from the datagridview to the access database, that datagridview is not bound to anything, i insert data from textboxes to the DGV, and want them to insert into the DB, …

Member Avatar for G_Waddell
0
285
Member Avatar for Sammys.Man

Hi guys, im having trouble summing up the column in my (unbound) datagridview, i can add to the DGV fine, but when trying to sum up a column it says "Input string was not in a correct format." heres my code Private Sub btn_Add_Click(sender As System.Object, e As System.EventArgs) Handles …

Member Avatar for TnTinMN
0
144
Member Avatar for Sammys.Man

Hi guys, ive got a datagridview populated, in a column of names, in a textbox i want to write a name, and on btn click i want to check the DGV for that name, can someone point me in the right direction please what i have so far, but i …

Member Avatar for Sammys.Man
0
158
Member Avatar for Sammys.Man

hi guys, im a bit stuck here and wondered if anyone could help? what i want to do is, after the DataGridView is populated (this part works fine) is to do a calculation on 2 columns i.e column 2 column 6 1 2 2 2 i need column 1 and …

Member Avatar for Sammys.Man
0
184
Member Avatar for Sammys.Man

hi guys, wondered if anyone could help please, i have populated my combobox with the names i want, but im at a total loss on how to populate the textboxes based on my selection im guessing its got something to do with combobox_selectedIndexChanged but i dont know how to do …

Member Avatar for TnTinMN
0
1K
Member Avatar for Sammys.Man

hi guys, sorry to pester you all again. im having a problem trying to show the hidden main form, any ideas? becuase only way i know hpw to do it (in C#) is to create a new form, but then that loses my data cheers

Member Avatar for TnTinMN
0
183
Member Avatar for Sammys.Man

hi guys, i have a piece of code i wrote in VB (login system) and it works great, but i want to have the same code in C# but i can't seem to get it to convert, does anyone know how to do this? many thnaks

Member Avatar for Sammys.Man
0
146
Member Avatar for Sammys.Man

Hi guys, i recently installed server 2008, + IIS + web platform 4.5 (actually that is installing now) does anyone know for any tutorials or know how to set it up for web hosting? many thanks :) Ade

Member Avatar for JorgeM
0
219
Member Avatar for Sammys.Man

Hi Guys, wondered if someone could help please? in my customer form i have managed to pull in the data from the table to the right txtboxes, and i can move forwards and backwards ("happy days") but now im trying to update a record, this one has seem to thrown …

Member Avatar for Sammys.Man
0
255
Member Avatar for Sammys.Man

Hi Guys, wondering if someone could help me please, this is probably easy for most, but im a beginner :) i want to make an array from my dataset dataset is from (tbl_Employees) i want the array to hold 3 columns/items = item 1 (Username), item 2 (password) item 3 …

Member Avatar for Sammys.Man
0
127