Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

Rob, thanx.

 

Ive been playing with the Branch module but no luck...hmmm.

 

Please do elaborate on the include function.

 

Regards, Wayne :lol:

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...