transfering excel tables to server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
monalisa77
Forum Newbie
Posts: 3
Joined: Tue Jun 07, 2016 10:58 am

transfering excel tables to server

Post by monalisa77 »

hi i dont know if anyone will know how to do this but i cant get my tables that are seperated into months from an excel attachment onto my server host. it works on the local host. someone did it for me on the local host but hasnt had time to do it to the server im very basic with php dont want to post the cosde unless someone might be able to help ?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: transfering excel tables to server

Post by Christopher »

Well, localhost is on your computer, so the person who put them on localhost just saved them into a folder on your computer. To put them onto a server, you need an FTP or SFTP client program to copy them to the remote machine. Put them in the same folder relative to document root.
(#10850)
monalisa77
Forum Newbie
Posts: 3
Joined: Tue Jun 07, 2016 10:58 am

Re: transfering excel tables to server

Post by monalisa77 »

Yeah i've done all that. the tables don't show at all

any help is appreciated or i would be spending hours doing it via html
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: transfering excel tables to server

Post by Christopher »

So what does "show" mean? How are the tables displayed?
(#10850)
monalisa77
Forum Newbie
Posts: 3
Joined: Tue Jun 07, 2016 10:58 am

Re: transfering excel tables to server

Post by monalisa77 »

just information tables, i can do all this in basic html. just making html tables with links etc it was just an easier way using excel but too complicated for me. theres an awful lot of data and its gonna take me ages lol
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: transfering excel tables to server

Post by Christopher »

So you want to make HTML tables from the data in an Excel spreadsheet? Or have you already done that but they are not displaying for some reason?
(#10850)
Post Reply