Forum: PHP Apr 24th, 2006 |
| Replies: 2 Views: 66,744 I found the answer in documentation.
strval() --> num 2 str
intval() --> str 2 num |
Forum: PHP Apr 23rd, 2006 |
| Replies: 5 Views: 1,824 Of course. Apache is full compatible with PHP. Install them in this order : Apache, PHP (do the settings), MySQL.
Later on, you may have problems while combining Apache and PHP. If so, have a look... |
Forum: PHP Apr 23rd, 2006 |
| Replies: 2 Views: 66,744 I have an HTML which posts a form to a PHP page. The PHP page encodes the password from the form using md5() function. And then I tried to save this MD5 code into a file using fwrite() function.
... |
Forum: PHP Aug 4th, 2005 |
| Replies: 6 Views: 3,676 My platform is Apache 2.?, PHP 5, WinXP.
Apache gives an error message on this line :
LoadModule php5_module "C:/Prog/PHP/php5apache2.dll"
in the "httpd.conf" file.
Can any of you attach his... |
Forum: PHP Aug 3rd, 2005 |
| Replies: 6 Views: 3,676 Thanks. That is what I was exactly looking for. |
Forum: PHP Jul 29th, 2005 |
| Replies: 6 Views: 3,676 I heard a rumour that there is a program named "PHP Tripod" that does the same thing as PHP, MySQL and Apache. Like "three in one".
The reason I am looking for this program is having troubles with... |
Forum: PHP May 26th, 2005 |
| Replies: 7 Views: 3,534 That is all OK.
But,what is this "SENDMAIL BINARY"? |
Forum: PHP May 26th, 2005 |
| Replies: 7 Views: 3,534 So, how can I install a mail server to my computer. Isn't there a way for sending mail without setting the page onto an external (real) web server? |
Forum: PHP May 24th, 2005 |
| Replies: 7 Views: 3,534 Sorry that I have forgot to write that my page is not on a web server. It is on my computer.
The PHP script is being run on "Apache 2.0 - PHP 5 - WinXP" platform. |
Forum: PHP May 23rd, 2005 |
| Replies: 7 Views: 3,534 Here is code for sending e-mail which I wrote down :
And here is the given error :
What should I do? Please help me... |
Forum: PHP May 17th, 2005 |
| Replies: 6 Views: 2,051 I searched it on google.com, found out lots of results.
But all tries to decieve people.
Also "http://www.domaindlx.com/" supports ASP,
but not PHP... |
Forum: PHP May 16th, 2005 |
| Replies: 6 Views: 2,051 Does anybody know a free web server that supports PHP? |