Current Page: 1 of 1
Results 1 - 7 of 7
17 years ago
alanmarcel
Hello!! I need to change the Server API that is configured as Apache 2.0 Handler to CGI/FastCGI mode. I am hoping by any kind of help! Thanks! Regards, Alan Marcel.
Forum: WampServer English
17 years ago
alanmarcel
Hello! I am trying to do a simple email sender using the class mail( ) with gmail SMTP as see: <?php mail ("alanmarcell@gmail.com", " inventário", $_POST["email"]); ?> and I got the Warning: Warning: mail() : Failed to connect to mailserver at "smtp.gmail.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or
Forum: WampServer English
17 years ago
alanmarcel
ok.. here we go.. you must change the config file called " httpd.conf ". open it with notepad and find (ctrl+F) " Listen 80 " (no quotations marks) and change for Listen 8080. now, restart your wamp and try to access " http://:8080/blog/ " I did it and it works here.. I hope same for you! NOTE: the file " httppd.conf " is here " C:\wamp\Apache2\conf
Forum: WampServer English
17 years ago
alanmarcel
is it true????
Forum: WampServer English
17 years ago
alanmarcel
I am using the function mysql_num_rows() and I have received the Warning: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\final\resultUsers.php on line 32 Look at my code: mysql_select_db('item'); $query = "SELECT * FROM item WHERE ".$tipoProcura." LIKE '%".$termoProcura."%'"; $result = mysql_query($query); $num_r
Forum: WampServer English
17 years ago
alanmarcel
yes! yes! i have discoveried it by myself! i just erased a ; before the command: extension php_pgsql.dll in PHP.ini, like CyberSpatium said and it worked!! thanks anyway! see you!
Forum: WampServer English
17 years ago
alanmarcel
I am using WAMP5 1.6.4a on Windows XP. But I have to use a PostgreSQL database. I installed the phppgadmin 4.0.1 as alias. It did not work, because I need to recompile the PHP to suport PostgreSQL. I know how to do it on Linux: --with_pgsql=\usr\bin\pgsql, but I am using Windows XP.. Do you know how i can recompile the PHP to enable suport to PostgreSQL in Windows XP? Should I recompile the PHP o
Forum: WampServer English
Current Page: 1 of 1