Search found 11 matches

by Skunk1311
Tue Jan 20, 2009 3:02 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Dam i cant get it to display the results :( <?PHP include 'mysql_connect.php';   echo "<table border='1' width='100%' cellspacing='0' cellpadding='0'>";      $query=mysql_query("SELECT * FROM `members`") or die("Error Occured,plz try again");  while($row=mysql_fetch_arr...
by Skunk1311
Tue Jan 20, 2009 3:00 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Aha silly me llol. Ok i got that ill just try and display it now and see what happens.

Ill reply if i need help.
Thanks alot. :D
by Skunk1311
Tue Jan 20, 2009 2:54 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Tah, no errors now but it still does nothing =/

The info isnt getting submitted into my fields.
by Skunk1311
Tue Jan 20, 2009 2:39 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

thanks for replying :) Although now i cant get it to submit to my fields. <? $ingame = $_POST['ingame']; $realname = $_POST['realname']; $favmap = $_POST['favmap']; $ctwep = $_POST['ctwep']; $twep = $_POST['twep']; $skill = $_POST['skill']; include ("mysql_connect.php");   $query="INS...
by Skunk1311
Tue Jan 20, 2009 2:21 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

How do you suggest i lay it out? its my first time actually using mysql btw
by Skunk1311
Tue Jan 20, 2009 2:09 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Wow strange result :S If you scroll down to the table on http://spectrumclan.co.uk/members.php You will see what i mean. The first row should be as follows : paul jessica high de_dust2 m4 ak The second row should be : sdgdsfds dsfdsfdsf dsfdsfsdf dsfdsfds fsdfsdfd sfdsfsdf But it has mangled them al...
by Skunk1311
Tue Jan 20, 2009 1:09 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Yes i can display information from my database as stated earlier i can also get them in the first six cells like a want all i need it to do is start a new row after and insert the next set of results from the tables.
by Skunk1311
Tue Jan 20, 2009 12:37 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Sorry mate i think you are on a different track than me. Im very new to mysql/php so please bear with me. Ok so i have a blank php page. I have a mysql database. In my mysql database i have 6 tables. http://i43.tinypic.com/23j09qw.jpg I have a form where i input data to my mysql tables. 6 Textboxes,...
by Skunk1311
Tue Jan 20, 2009 12:21 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Hi, i will have a look shortly.

And yes your right 3 rows 6 entries each.
But i want it to create a new row for every 6 more entries.

Thanks for help so far man.

edit: I dont think its the source i think its just not displaying the entries or something?
I cant find anything related.
by Skunk1311
Tue Jan 20, 2009 12:07 pm
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Re: Help placing mysql results in html table.

Ok, not it is showing a row with 6 colums but the row is like squished to like 1 pixel or something. Cant see any entrys in it. Although there is 18 entries all together in all my database tables. So there should be 3 rows, 18 cells altogether =/ Here is my code : <?PHP include 'mysql_connect.php'; ...
by Skunk1311
Tue Jan 20, 2009 9:30 am
Forum: PHP - Code
Topic: Help placing mysql results in html table.
Replies: 21
Views: 893

Help placing mysql results in html table.

Hey all, sorry about my first post asking for help! Well i need help displaying mysql results in a html table. The table consits of 6 columns and 20 rows. I have a html form that has 6 input boxes. Each box inputs that info to a different database in a mysql database. I have 6 tables in my mysql dat...