Hello All,
I have recently installed Apache2, MySQL, PHP, phpMyAdmin and Zend Optimizer on my local machine. I am trying to mimic the configuration of my Web Hosts set up. I have copied all of my files of a working web site to run on my newly configured server and I now get a bunch of undefined variable errors. Like I said, this whole site works exactly the way it should on my Hosts server. One of the errors I am receiving is this:
Notice: Undefined variable: form in C:\Server\Apache2\htdocs\ryanandryan\admin\editPhotos.php on line 12
The variable: form is set once the submit button is clicked by a hidden field.
Is there something I need to change in the php.ini file or httpd.conf file in order for it to not get these errors?
Thanks in advance