views:

91

answers:

1

i have a problem. i am using wamp server on vista machine and i am trying to do my first steps in php programming. my problem is that my php include function dosn't work and i don't know what is the problem!!!! my code run on other servers in my work but do not run in wamp!!!!

A: 

With WAMP server started try going to PHP > PHP Extensions from the taskbar icon and see if the extension that the function uses in enabled. Most of what you want should be available from this list.

pygorex1