M
mshen

  • Nov 19, 2004
  • Joined Nov 19, 2001
  • I use PHP 4.3.9, Apache 2,MySQL 4.1 on windows 2003, but some php pages are so slow.the page loding can not finish properly. sometime it only can display part of page and sometimes the pages are empty and die.

    Please give me a idea how to speed it up.which settings I have to change.

    Thanks

    • I want to send a HTML email with php.but for the people he can not read html email,I hope he can read a text version email.

      I hope the my email program can send two format email and different people read different version email.

      Thanks

      • Please give me how to send bulk email with php?

        I need to send out 5000 email out with php.urgently!!!

        I need your help.

        Thanks a lot.

        • Do you think if I can use php web interface to send 5000 emails out.

          I want to use mail() function and my customer database save 500 records already. I try to do this but I get time out error.

          Please give me a idea about it?

          Thanks

          • I use appach and win 2000. I change php.ini

            extension_dir = "d:\php\extensions\"

            but I get a error "can not find dll file" but I am sure the dll in in the folder.

            why?

            please help me.Thanks

            • I try to enable FD in redhad now.I already try it for about two weeks.but it doesn't work.

              Please help me and list the detail steps if you make it successfully before.

              Thanks a lot

              • I already install php,mysql and appache in redhat linux.

                I want to install a new FDF extension to php, I know the extension come with php 4 but I do not know how to install it.

                Please help me and give me a idea. Thanks

                • I want to use FDF (Forms Data Format Functions) to generate PDF in the server.

                  I do not know how to set FDF toolkit SDK in server.

                  Please help me.

                  Thanks

                  • record one

                    67.68.23.208 - - [12/Nov/2004:12:39:14 -0800] "OPTIONS /
                    HTTP/1.1" 200 -

                    record two

                    67.70.32.243 - - [12/Nov/2004:12:48:17 -0800] "SEARCH /\x90\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\xb1\x02\ ..... "

                    Do you know what the two record mean?thanks

                    file name access.log

                    • do you try it before?

                      • I want to know if authentication also works in windows 2000 with apache 2.0

                        Thanks

                        • I just buy a php script from a company .they told me the script need zend optimizer.
                          I need to know why?

                          Thanks

                          • For PHP progarmming.in which case we have to install zend optimizer.which php syntex need that.

                            Thanks a lot.

                            • I try the code but I can not pass through authentication. After I enter the user name and password.the pop-up window appear again and ask user name and password again.the program can not print out "hello ...".

                              <?php
                              if (!isset($SERVER['PHP_AUTH_USER'])) {
                              header('WWW-Authenticate: Basic realm="My Realm"');
                              header('HTTP/1.0 401 Unauthorized');
                              echo 'Text to send if user hits Cancel button';
                              exit;
                              } else {
                              echo "<p>Hello {$
                              SERVER['PHP_AUTH_USER']}.</p>";
                              echo "<p>You entered {$_SERVER['PHP_AUTH_PW']} as your password.</p>";
                              }
                              ?>

                              My question is why $_SERVER['PHP_AUTH_USER is always not existed.even if I enter user name and password.

                              Do I have to change settings?Please help me.

                              Thanks a lot

                              • After I enter the user name and password.the pop-up window appear again and still ask user name and password.the program can not print out "hello ...".

                                My question is why $_SERVER['PHP_AUTH_USER is always not existed.even if I enter user name and password.

                                Do I have to change settings?Please help me.

                                • I try the code but I can not pass through.do I have to change configration file? I always get a pop-up window.

                                  <?php
                                  if (!isset($SERVER['PHP_AUTH_USER'])) {
                                  header('WWW-Authenticate: Basic realm="My Realm"');
                                  header('HTTP/1.0 401 Unauthorized');
                                  echo 'Text to send if user hits Cancel button';
                                  exit;
                                  } else {
                                  echo "<p>Hello {$
                                  SERVER['PHP_AUTH_USER']}.</p>";
                                  echo "<p>You entered {$_SERVER['PHP_AUTH_PW']} as your password.</p>";
                                  }
                                  ?>

                                  • authentication process is a default login popup window and ask user name and password.

                                    How to do it with php?I want to do it.Thanks

                                    Mark

                                    • How can I change 'register_globals' with no access to php.ini ?

                                      I use a web hosting company ,I can not access php.ini. May I change it with php code?

                                      Thanks

                                      • My question is this.

                                        I want to open a existed PDF file and modify it then save it to other PDF file.

                                        Do you think if PHP program can do it?

                                        Thanks

                                        • May I modify a PHP file with PHP? thanks