php in a frameset doesn't parse
Moderator: General Moderators
php in a frameset doesn't parse
i'm making a webpage in php, and i want to use frameset.
for some reason, the webpage displays properly when working on it individually, but it doesn't parse the php code anymore when i have it embedded into a frameset. It works perfect on my account on some other server, but it just doesn't work on my local computer.
everything is up to date, i don't see why it's not working here.
plz somebody help me
for some reason, the webpage displays properly when working on it individually, but it doesn't parse the php code anymore when i have it embedded into a frameset. It works perfect on my account on some other server, but it just doesn't work on my local computer.
everything is up to date, i don't see why it's not working here.
plz somebody help me
ah
then what program do you recommend? if macromedia is kicked out. well, don't tell me frontpage, cos' it sux even moree
what else can you use other than frameset when you want to add ... like a side panel or something to the webpage? another layer? or some javascript stuff to make it scroll with the page? any suggestions?
i'm a newbie
what else can you use other than frameset when you want to add ... like a side panel or something to the webpage? another layer? or some javascript stuff to make it scroll with the page? any suggestions?
i'm a newbie
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
Re: ah
Thats correct.lcy2 wrote: frontpage, cos' it sux even moree
You can make a <div id="sidepanel"> and position it with CSS. And here comes the magic... use include("sidepanel_include_file.inc") to embed it on each page. Easy as making soap.lcy2 wrote: when you want to add ... like a side panel or something to the webpage? another layer?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
http://www.crimsoneditor.com/
pure unadultered freeware.
Highlights syntax, functions, strings, vars etc... can be used for PHP, Perl, Java, JavaScript, CSS, HTML etc.... not a WYSIWIG editor it just makes it easier to read your code by using color coding and showing bracket pairs etc. It also does the nesting automatically for you!
I use it all the time. It has a built-in FTP function too so you can edit files on a FTP server.
Best one I've seen. Notepad is cr#p for PHP editing becuase it's really difficult to debug your code...

Highlights syntax, functions, strings, vars etc... can be used for PHP, Perl, Java, JavaScript, CSS, HTML etc.... not a WYSIWIG editor it just makes it easier to read your code by using color coding and showing bracket pairs etc. It also does the nesting automatically for you!
I use it all the time. It has a built-in FTP function too so you can edit files on a FTP server.
Best one I've seen. Notepad is cr#p for PHP editing becuase it's really difficult to debug your code...