Forum Moderators: coopster

Message Too Old, No Replies

Can see form in DW MX dev, but not from server php - script problem

newbie needs help for a problem that is most likely very obvious

         

seofan

9:44 pm on Apr 11, 2004 (gmt 0)

10+ Year Member



I got a script that is supposed to show a list of download files from mySQL database. In order to receive the files via email, visitors have to input email and a password in a form.

I can see the form in DreamweaverMX development area but do not see the form on the .php page when it is uploaded to the server.

You can see the files from the database okay but not the email form.

Any ideas? Do I need to post that form code for everyone to look at?

WhosAWhata

2:56 am on Apr 12, 2004 (gmt 0)

10+ Year Member



if you have code like this
<?
if(expression) {
?>
<html><p>blah blah blah</p></html>
<?
} else {
//server stuff
}
?>

it will by default show all the html,so you kight want to check if statements