larissahn Posted April 7, 2009 Share Posted April 7, 2009 I've always used dreamweaver to update sites. I got a new website to update, but I'm seeing that the pages were built with php, and I am only familiar with html. the question is, how can I update the website using dreamweaver? i tried with some minor changes, in the text only, and when i did the preview, everything was a mess. i appreciate any help. thanx. Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/ Share on other sites More sharing options...
Maq Posted April 7, 2009 Share Posted April 7, 2009 We can't really help. You may have to learn PHP. Dreamweaver does provide a WYSIWYG but I'd advise against it, as it produces horrendous code. I don't think you can even use it with code that's been made without it, but I'm not sure, I've never used Dreamweaver, and probably never will. If you have specific problems, you can post them here and we can help. Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803094 Share on other sites More sharing options...
larissahn Posted April 7, 2009 Author Share Posted April 7, 2009 ok, so how can i update the site without using dreamweaver? Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803098 Share on other sites More sharing options...
Maq Posted April 7, 2009 Share Posted April 7, 2009 Open the desired file in an editor (VIM, notepadd++, gedit, etc..) and edit it... Are you testing locally? Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803100 Share on other sites More sharing options...
larissahn Posted April 7, 2009 Author Share Posted April 7, 2009 yes, i tested locally, i made some minor changes to the text using dreamweaver, but, of course, it didn't work. Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803102 Share on other sites More sharing options...
ohdang888 Posted April 7, 2009 Share Posted April 7, 2009 you have to be more specific or we can't help Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803106 Share on other sites More sharing options...
Maq Posted April 7, 2009 Share Posted April 7, 2009 yes, i tested locally, i made some minor changes to the text using dreamweaver, but, of course, it didn't work. Didn't work as in, didn't show up, there are errors, or doesn't look right? Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803115 Share on other sites More sharing options...
larissahn Posted April 7, 2009 Author Share Posted April 7, 2009 ok, sorry, i will try to be more specific. the old webmaster used dreamweaver to update the site. the home is called index.php, not index.html. all the pages have the .php extension. i want to make a minor change. somewhere in the second paragraph, i want to change a date for example. i want to know how i can do it, using dreamweaver. how i can make changes to the website, update it, etc. i could provide specific information, for example, the site is www.utilaecology.org Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803116 Share on other sites More sharing options...
ohdang888 Posted April 7, 2009 Share Posted April 7, 2009 once again, not specific enough... wanting to change text??? thats not php, thats html Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-803856 Share on other sites More sharing options...
larissahn Posted April 8, 2009 Author Share Posted April 8, 2009 i found out that i could make the changes directly in dreamweaver. like u said, changes to the text are about html, not php. i wanted to know how to preview the page and somebody suggested installing WampServer 2. i'm working on that. can u tell me how to delete an option from a menu? that is php, right? Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-804206 Share on other sites More sharing options...
Daniel0 Posted April 8, 2009 Share Posted April 8, 2009 That depends on how that menu is generated. Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-804272 Share on other sites More sharing options...
jcombs_31 Posted April 8, 2009 Share Posted April 8, 2009 You can use dreamweaver in the code view, but the problem sounds like you are trying to test locally and likely don't have a webserver with php installed. Quote Link to comment https://forums.phpfreaks.com/topic/152918-updating-a-php-page-using-dreamweaver/#findComment-804701 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.