Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP form layout issue

Explorer ,
Feb 07, 2008 Feb 07, 2008
Hi all, I have a basic php form on a page, it works great, and my email recieves the content as required, BUT, when the form submits and the page shows the forms content, it throws out my layout ocmpletely. My white maincontent dissapears, and the footer div is all misaligned, my code is attached. Can anyone help please?

many thanks
TOPICS
Server side applications
281
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 07, 2008 Feb 07, 2008
On Thu, 7 Feb 2008 15:28:09 +0000 (UTC), "simbull"
<webforumsuser@macromedia.com> wrote:

> echo nl2br($msg);

Delete the above line.

Gary
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 07, 2008 Feb 07, 2008
Thanks for the response gary, I have tried that (and just did again), that means the user is not presented with the php output, which I do want them to be ideally.

Anyhow, that aside, it still throws my layout out..?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 07, 2008 Feb 07, 2008
LATEST
On Thu, 7 Feb 2008 16:34:22 +0000 (UTC), "simbull"
<webforumsuser@macromedia.com> wrote:

>Thanks for the response gary, I have tried that (and just did again), that
>means the user is not presented with the php output, which I do want them to be
>ideally. Anyhow, that aside, it still throws my layout out..?

Impossible to give you a better answer without knowing what you want to
accomplish, but it sounds like your layout might be too fragile.

Gary
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines