|
-
Feb 23rd, 2007, 07:25 PM
#1
Thread Starter
Junior Member
PHP MYSQL tables
Ok here's my question, it may seem a bit noobish but I'm not great with PHP yet.
I have multiple excel tables that I have converted to HTML and shoved onto a webpage for a tournament.
Here' the link www.espcc.ca/toa2.php
Now that table will be used for the standings and I want it to be easily updateable through the use of Dadabik which I use in other places on the site. Usually I'm just liking a straight text field in the database to a table where the text gets formatted nicely and displayed on the page. I was thinking about doing that for these tables but that means a whole hell of a lot of code for each table cell aswell as the database probably being very messy and hard to navigate to update.
Any suggestions on an easier or more refined way of doing this would be greatly appreciated.
Thanks,
-Justin
-
Feb 23rd, 2007, 07:29 PM
#2
Re: PHP MYSQL tables
Design it cleanly from the ground up? With a proper design, the code should be very clean. This is very basic stuff.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 27th, 2007, 10:57 AM
#3
New Member
Re: PHP MYSQL tables
I'd suggest actually attempting to write this then ask us when you encounter problems.
-
Feb 27th, 2007, 11:14 AM
#4
Thread Starter
Junior Member
Re: PHP MYSQL tables
Already encountered a problem with MySQL and DaDaBik, apparently if the field names have any spaces in them DaDaBik won't write the data at all. But I think I have it mostly done now, it just took a lot of grunt work and the document that displays everything is about 6000 lines of code.
-script
-
Feb 28th, 2007, 03:39 PM
#5
Junior Member
-
Mar 1st, 2007, 01:55 AM
#6
Re: PHP MYSQL tables
 Originally Posted by scriptcypher
...it just took a lot of grunt work and the document that displays everything is about 6000 lines of code.
Maybe you should consider refining your code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|