Hi im lew, im new to php and ive downloaded php and installed it. Im am using dreamweaver but on dreamweaver when i put view code and design nothing comes up except a php symbol. So could somebody please tell me how to view my php.
Thanks.🙂
I've never used Dreamweaver before. Are you sure it has the ability to edit PHP?
You could try something else like PHPedit, Notepad, Wordpad, etc.
to have PHP executed, you need a webserver with PHP installed
try to download a premade one (WAMP/LAMP = win/linux + apache + mysql + php)
i guess, apachefriends.org have one ..
Lew, are you looking at the HTML code instead of the WYSIWYG screen? The PHP will be shown on the WYSIWYG as the symbol, but the code will be shown in the HTML code... under Window->HTML Source.
-Elizabeth