Copy link to clipboard
Copied
Followed a tutorial on site for dreamweaver testing server. Installed XMAPP programs that tutorial suggested and installed php and mysql server and it works because I tested with dynamic test pages and database - all works fine.
I now downloaded my real website into the htdocs directory, exported my user database from mysql and installed it in my test mysql database. I then changed the db connection code to point to my localhost (test environment) and that also went fine. I now tested my login page of my website using live view (dreamweaver CS4) but nothing happens and not sure why? Isn't it supposed to work like my live website and open up the login home page?
When I hit enter the page seems to refresh but that is it, no errors and no member's home page.
Copy link to clipboard
Copied
Looking at thte code in the login page, I see when I hit enter it supposed to run
<form action='<?PHP echo $documentLocation; ?>' METHOD="post" onSubmit="return checkData()">
I can not find this checkData Function in all the related php files. Driving me crazy.....lol This is the exact same files on my live web server and login works just fine.
Hmmmmm.lol
Copy link to clipboard
Copied
It's not a PHP function. It's JavaScript.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now