is php hard to learn and can I use it with WYSIWYG editor?

yasoulaki

New member
hi, is php hard to learn and were do I actually write the php at, what editors? I need to use it with MYSQL so Iam confused as to how I create a search box for a website in PHP?

PLEASE HELP!! Thanks!
 
PHP isn't that hard to learn, provided you know the basics of programming. You don't need any special editors. You can use Notepad, Notepad plus, Dreamweaver, etc.

As far as I know, you can't use the WYSIWYG side of Dreamweaver though, it's all coded by hand.

Creating a search box is done through html form tags like text field or text area, but the searching itself will call the PHP script.
 
Back
Top