I already have MySQL installed on the server and phpinfo() works fine with pages served through apache. For an application to work, I need to enable some extra packages. Do I need to recompile...
hello,
I have the falowinf problem : we have an appache thatis configured to run php. everythingworks fine, but in one of the sub directories .php files doesn't work (they are downloded ins...
Hi,
I am trying to execute a function "GregorianToJD" and am getting the error "Undefined Function". After researching, I see that it is because the proper extension has not been loaded to...
Hi
I have attached 2 PHP files saved in notepad. When fired as WAMP's localhost the first 'Hello'php' displays exactly what's intended - Hello World. The second 'teammenu.php' shows only th...
I'm not much familiar with CentOS. Just installed PHP+apache on my server. I can have kept 3 files at my /www/html folder.
index.html
test.php
favicon.ico
I can browse the index.html pag...
I need to install PHP, and I'm a bit of a newby when it comes to PHP. I've installed it to run with the IIS ASAPI module, but I try and run a test.php page from a local directory and it just ...
I have a php script here that workd fine, but it prints out all the field in the table.
I would like to have it only print out one of the fields.
The fields in the table are;
mainpage_i...
I have PHP 5.2.2 installed on my Windows 2003 server. I want to upgrade to the latest PHP because I suspect a bug that causing me a bit of a problem. I have so many PHP scripts on my server th...
I am new at using php. When I add my nav.php (navigation bar) to my page, it seems to take it over. Then I cannot add anything to the page. Doi I need to somehow tell the page only to use t...
I think something totally went wrong on my system. After using apt-get install for libc6 and libcurl3 the web server began behaving strange. The server died and the only way to stop it was I h...
I downloaded the php_exif.dll from http://kromann.info/download.php?strFolder=php5_1-Debug&strIndex=PHP5_1
I placed the file in the extension folder and entered the two lines "[PHP_EXIF]" ...
There is a php page on my webserver. I want a situation where individuals who go to that php page have to put in a password (the same password, say 'password1') to be able to run the php page....
Hi,
Assuming a PHP5/Apache2 server has been setup with the following line in the php.ini:
disable_functions = readfile, fpassthru, file, file_get_contents, system, fopen, symlink, rename...