Log in

View Full Version : what a question



auriaks
09-04-2009, 07:17 PM
hi... im creating webpage with many tables inside it. but information in those tables must be changed manually by me. How i can change information in table wihich is in many pages by changing only one, which will change others? i must use some php script or css? because it takes too many time to change same table information in all pages with it. thanks

JShor
09-04-2009, 09:10 PM
If you want to change the data in the tables dynamically, and all at once, yes. The best solution is to use php. Call the data from a database or whatever resource you have available. From there, you can make a form to dynamically change the data.

Good luck. :)

fg123
09-05-2009, 01:46 AM
or you can copy the table that is displayed many times and put in in another file. and then include it with php when you need it. when you need to change, just edit the included file.

auriaks
09-12-2009, 11:25 AM
good idea, but idk how to do it... maybe you can add tutor or php script with some comments?? that would be really great. thanks