Skip to main content
March 16, 2009
Answered

Login form Blank

  • March 16, 2009
  • 1 reply
  • 554 views
Hello everyone,
I have created a Basic Login form in DWCS3 and what i am getting is a blank page with no user name password box just blank page.
This topic has been closed for replies.
Correct answer Newsgroup_User
r2ks2000 wrote:
> David thank you for your Response,
> yes it was created with DW Cs3 i just tried to recreate the samething DW 8 and
> i get the same Thing a blank page and
> @@UrlFormat@@('Connections/myserver.php'); i do not understand what you mean
> by serious problems with my Dreamweaver installation.

It should not use @@UrlFormat@@, but require_once. Also, all the
variables begin with $FF_. They should begin with $MM_. Towards the end
of the script, there are a couple of calls to session_register(). This
is a deprecated function that hasn't been used by Dreamweaver since
version MX 2004.

There are other errors in the script. So many, indeed, that I don't see
how that code can have been created by Dreamweaver CS3. Go to the Help
menu on a PC (or the Dreamweaver menu on a Mac) and select About
Dreamweaver. Click the scrolling display once to reveal the Build
Number. What does it say?

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com

1 reply

Inspiring
March 16, 2009
r2ks2000 wrote:
> Hello everyone,
> I have created a Basic Login form in DWCS3 and what i am getting is a blank
> page with no user name password box just blank page.
>
>
> <?php
> @@UrlFormat@@('Connections/myserver.php');

That code was not created by Dreamweaver CS3. Or if it was, you have
serious problems with your Dreamweaver installation.

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Newsgroup_UserCorrect answer
Inspiring
March 16, 2009
r2ks2000 wrote:
> David thank you for your Response,
> yes it was created with DW Cs3 i just tried to recreate the samething DW 8 and
> i get the same Thing a blank page and
> @@UrlFormat@@('Connections/myserver.php'); i do not understand what you mean
> by serious problems with my Dreamweaver installation.

It should not use @@UrlFormat@@, but require_once. Also, all the
variables begin with $FF_. They should begin with $MM_. Towards the end
of the script, there are a couple of calls to session_register(). This
is a deprecated function that hasn't been used by Dreamweaver since
version MX 2004.

There are other errors in the script. So many, indeed, that I don't see
how that code can have been created by Dreamweaver CS3. Go to the Help
menu on a PC (or the Dreamweaver menu on a Mac) and select About
Dreamweaver. Click the scrolling display once to reveal the Build
Number. What does it say?

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
March 16, 2009
Thank you Dave
I recived a extension from a friend to try and i found that was the Problem removed it all is well thank you so much
the script was from felixone.it and yes it was causeing all that wiered stuff