dadhiramp Posted August 13, 2008 Share Posted August 13, 2008 <input type="text" name="form[login]" value="<?php print $form[login] ?>" maxlength="8" > when i see in dreamweaver the text box is containing "<?php pr" which is of length 8 but i don't want that to happen what would be the cause Link to comment https://forums.phpfreaks.com/topic/119471-new-to-php/ Share on other sites More sharing options...
trq Posted August 13, 2008 Share Posted August 13, 2008 what would be the cause PHP not configured properly on your server maybe. Have you created a test page? <?php phpinfo(); ?> And does that produce output? Link to comment https://forums.phpfreaks.com/topic/119471-new-to-php/#findComment-615533 Share on other sites More sharing options...
efficacious Posted August 13, 2008 Share Posted August 13, 2008 first off ditch the dreamweaver and grab a text editor Link to comment https://forums.phpfreaks.com/topic/119471-new-to-php/#findComment-615541 Share on other sites More sharing options...
Jabop Posted August 13, 2008 Share Posted August 13, 2008 Dreamweaver is a text editor, and there's nothing wrong with him being new to php and using it. That looks like your server isn't parsing php. Link to comment https://forums.phpfreaks.com/topic/119471-new-to-php/#findComment-615552 Share on other sites More sharing options...
matmunn14 Posted August 19, 2008 Share Posted August 19, 2008 If he's using dreamweaver's code view and then writing the line and trying to look at it in the design view it won't work properly. He would have to upload it to a webserver or view it on his local computer if he has a php installation. Link to comment https://forums.phpfreaks.com/topic/119471-new-to-php/#findComment-619869 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.