Hi,
I am running PHP5 RC3 and I want to use the cURL extension I have uncommented the
extension line in the php.ini file but every time I try to use the curl_init method I
get the following error:
Call to undefined function curl_init() etc.
I assume I am missing a step or two can anyone point
Just have to add the following lines to the httpd.conf file ...
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .php3 .php .phtml
And
LoadFile D:/php5/php4ts.dll
LoadModule php5_module "D:/php5/sapi/php4apache.dll"
Please change the path to meet the exact path of the di
Did you integrate php into apache by modifying the httpd.conf file ?
If not check http://www.digitalamit.com/article/apache_php_mysql.phtml
else ...
Crate a file named phpinfo.php with the following content
Save it in the Document Root folder of apache
First start Apache
Then got to the brows
Can you please tell us what errors you are getting ?
Also please edit the php.ini file and change the following line ...
display_errors = 1;
Regards,
Amit
www.digitalamit.com
Matthew Deeks wrote:
PLEASE can some one help, I have installed apache 2 on my win XP laptop.
Apache runs fine and I can us
Please provide more information ?
What OS are you using ? What Webserver and version of PHP ?
What error message do you get when you try to run the files ?
Regards,
Amit
www.digitalamit.com
Abdou Farota wrote:
Hello everybody,
All of my PHP progams not execute. Why?
Thanks
--
Abdou
Just delete the directory where you installed the PHP.
Also if you have integrated PHP into Apache, remove any references of it from the
Apache's httpd.conf file
Regards,
Amit
www.digitalamit.com
[EMAIL PROTECTED] wrote:
Hi,
I downloaded PHP 4.3.7 installer for windows and it installed all th
I needed to upgrade openssl, apache2, webauth and now PHP. I configured
PHP with this:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
(this is the same configure I used for my earlier version of PHP 5)
(but I've tried other configurations with the same result
Thank you for your e-mail message to MSN webmaster. We would like to assist you with your question and request you go to the appropriate link below for the product you are inquiring about. The link will take you directly to that product’s online help with instructions on how you may contact us d
Hello,
I get this error message:
Warning: mkdir(): open_basedir restriction in effect. File
(/home/sites/borgschoolwinsum/www/web/albums/.users) is not within the
allowed path(s): (.:/tmp:/usr/lib/php:/home/sites/2027980691)
in /home/sites/2027980691/www/web/gallery/classes/gallery/UserDB.php on
Thank you for your e-mail message to MSN webmaster. We would like to assist you with your question and request you go to the appropriate link below for the product you are inquiring about. The link will take you directly to that product’s online help with instructions on how you may contact us d
10 matches
Mail list logo