I need to know about website layers and php

This is a discussion on "I need to know about website layers and php" within the PHP Forum section. This forum, and the thread "I need to know about website layers and php are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 17th, 2007, 09:52
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
I need to know about website layers and php

i know layers, and i know css,

I do have a little problem though,

I am trying to use subdreamer cms, but whenever i put the php like this in -

<?PHP
$inputsize=15;
for($i=0; $i<7; $i++) {
if($pluginpath[$i]!="plugins/p... {
print "<div class=\"style1 undername\"><strong>{$pluginna...
include($pluginpath[$i]);
print "<br /><br />";
}
}
?>

within the layer, the layer will not extend with the script ( so it just extends past the layer box )

is there a way to make it 'extend' with the scripts result ?

( sorry, but i am not sure how to describle it )
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote

  #2 (permalink)  
Old Jan 17th, 2007, 11:29
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I need to know about website layers and php

"describle"

That really should be a word, it's perfect.


Anyway, I think you'd be better off contacting support on this. The code you gave has no relevance to the problem. Unless someone is familiar with that CMS, it's impossible to help with the provided code.
Reply With Quote
  #3 (permalink)  
Old Jan 17th, 2007, 12:39
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: I need to know about website layers and php

imagine a php script within a layer, the script is for lets say,,, content, - the layer is set to a certain size, but the content is longer than that size, - how can i set it so it extends with the script once it is online
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #4 (permalink)  
Old Jan 17th, 2007, 14:33
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,619
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: I need to know about website layers and php

sounds like the layer has a set height.
leave the height property empty (auto) and the browser will deal with it...

like Ryan said, the PHP code has nothing to do with it...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #5 (permalink)  
Old Jan 17th, 2007, 15:45
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: I need to know about website layers and php

cool, sorted, dirrr

cheers
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
Reply

Tags
layers, php, subdreamer

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Layers WEB Starting Out 7 May 29th, 2007 23:26
Layers GCrame5832 Web Page Design 6 Dec 31st, 2005 21:42
Using layers in CSS jwalker80 Web Page Design 3 Dec 21st, 2005 14:08
Layers chris123 Web Page Design 3 Jun 1st, 2005 07:52
Layers Anyone? gwx03 Web Page Design 15 Nov 22nd, 2003 00:00


All times are GMT. The time now is 06:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43