John99 Posted January 15, 2007 Posted January 15, 2007 I would Liek to now how to code php tables can any one help if so can u desplay it at the botton please or you can contact me on [email protected] Quote
mdshare Posted January 15, 2007 Posted January 15, 2007 Re: How do You Code Php Tables http://www.pageresource.com/html/table1.htm is basic html you mix into your php Quote
elessar Posted January 22, 2007 Posted January 22, 2007 Re: How do You Code Php Tables I hope this guy doesnt cause the problems here i have had to deal with on my game making over 100 multis in one night Quote
John99 Posted January 22, 2007 Author Posted January 22, 2007 Re: How do You Code Php Tables Dont think so :S wtf Quote
John99 Posted January 22, 2007 Author Posted January 22, 2007 Re: How do You Code Php Tables i can sure it wasnt me that made them on my pc .. Quote
Astra Posted January 24, 2007 Posted January 24, 2007 Re: How do You Code Php Tables lol and stop acting like a noob on msn CrazyT. Quote
John99 Posted January 26, 2007 Author Posted January 26, 2007 Re: How do You Code Php Tables :P :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: Quote
John99 Posted January 26, 2007 Author Posted January 26, 2007 Re: How do You Code Php Tables i can finally code php tables hahaha Quote
spellbyte ® Posted January 26, 2007 Posted January 26, 2007 Re: How do You Code Php Tables at the risk of sounding dumb amongst all these superior programmers on here but what is the difference between a PHP table and an HTML table, my inferior intellect was always under the impression that a table was a table :? Quote
Revolution Posted January 26, 2007 Posted January 26, 2007 Re: How do You Code Php Tables It is the same! The php part is basically what you put into the table - eg a user name. The best way to go about it is to simply use HTML, create the table how you want it to look then add the php into it... just make sure you print"" around the table and remove all the " within the table HTML coding Quote
seanybob Posted January 26, 2007 Posted January 26, 2007 Re: How do You Code Php Tables It is the same! The php part is basically what you put into the table - eg a user name. The best way to go about it is to simply use HTML, create the table how you want it to look then add the php into it... just make sure you print"" around the table and remove all the " within the table HTML coding I don't even bother removing the " within the table html coding, instead of doing print" "; just do echo <<<EOF EOF; and you can leave it ;) Quote
John99 Posted January 26, 2007 Author Posted January 26, 2007 Re: How do You Code Php Tables yo Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.