waynemac Posted October 26, 2004 Posted October 26, 2004 Hi all, I dont know if this is possible but... I have phpws0932 running and a mobile site. I want to access only parts of my phpws by mobile phone. Say the Restaurant Guide and Movie Guide. Is there a way to call up only 1 box of PHPwebsite rather than the whole site on a separate page? So I dont have to build new databases ...I can just access them (an individual box) by mobile. Any ideas appreciated. Wayne Quote
TCH-Rob Posted October 26, 2004 Posted October 26, 2004 Could you make the Restaurant Guide and Movie Guide an include? Make them their own page and then include it to the page you want it to be in but use the phone to access the included page itself. I dont think that made sence. I will try and elaborate if needed. Quote
waynemac Posted October 27, 2004 Author Posted October 27, 2004 Rob, thanx. Ive been playing with the Branch module but no luck...hmmm. Please do elaborate on the include function. Regards, Wayne Quote
TCH-Rob Posted October 27, 2004 Posted October 27, 2004 Well, my thinking was that if you defined the table dimensions you could use the PHP include function to display that page data in the table. Something like; <td> <?php require('required_file.php'); ?> </td> OK it is the require function but you can include a header or footer on your site in a table so I figgure one can include a page into a table. I have no idea what I am talking about really so this may not work. I should stop thinking out loud. 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.