PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi have this code below, that call the function virtual(). I was told by my host that Virtual Directory support is not enable on the shared server and they are not going to enable it. They said I should re-write the code to use another function. I have not idea how to do it. I am not a PHP programmer. This code is for a webcalendar. Can someone please help me.
nevans wrote:
The 'include' took away the error but I am not getting the page to work. The pages loads blank, like there is a problem with the index.pl
nevans wrote:
The 'include' took away the error but I am not getting the page to work. The pages loads blank, like there is a problem with the index.pl
PHP pages should be saved with ".php" extension.
The page that have the code above is called index.php so that's not the issue. The code - include ("/calendar/index.pl?query"); is not working correct , it was virtual ("/calendar/index.pl?query"); before but the server doesn't support the virtual php function that works with apache. I need to use another function that does the same thing like virtual() and works with CGI & .pl files which would parse through Apache.