Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WebBoyo

    Can't connect by FTP

    I'm using RHL 9.0 for a few months. My primary interest is developing PHP web sites. In order to upload files to unanonymous ftp address I used gFTP and Konq. - If I address to ftp://user@someaddress.com through Konq, I'm asked for a password, and after I type correct password I get blank...
  2. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    I'm glad to report that everything works just fine. THANK YOU SLEIPNIR!!! Have a star on me! For the other visitors of this post I give a summary: 1. Download php-4.4.2.tar.bz2 and php_manual from www.php.net; 2. Download httpd-2.0.55.tar.gz from www.httpd.apache.org; 3. Download...
  3. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    Is there anything that I can do with installing to avoid this problem? In the Reference manual "mysql-dev" is mentioned only as RPM. How can I configure source tarball to get "MySQL headers"?
  4. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    I think that installing from source tarball is beter choice, so I installed from source t: 1. PHP v4.4.2; 2. Apache v2.0.55; 3. MySQL v5.1. And again I have problem to connect PHP with MySQL. When I try to configure PHP with: "./configure --with-apxs2=/usr/local/apache2/bin/apxs...
  5. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    Hi slepnir, Now I have problem to find "apxs", needed to configure PHP installation. I'm using Apache 2 from RedHat install CD. Should I download and install another Apache 2?
  6. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    Hi slepnir, I'm glad that my post draw your attention. I also concluded that problem might be in PHP 4.2.2, so I've renistaled RHL, but without PHP. Right now I'm downloading PHP 4.4.2 source tarball. What do you think how will this version work with MySQL 5.1. Thanks!
  7. WebBoyo

    How to Compile Mysql 5 with PHP 4.2.2

    Hi, I've installed RedHat 9, with PHP 4.2.2, but I need MySQL 5 instead version 3... from RedHat install CD. Apache, Mysql 5 and PHP 4.2.2 works fine but I can't compile Mysql modules with php-mysql that is on RHL CD. When I install php-mysql, httpd can't start. Can anybody help me to solve this...
  8. WebBoyo

    Problem with connecting to MySQL through PHP code

    To SLEIPNR214: Thank you for your effort to help me. When you mentioned that problem lies in mysqli, I tryed different combinations of MySQL and PHP versions. At last I instaled MySQL 3.23 and PHP 4.4.1 and "mysql_connect" is WORKING!
  9. WebBoyo

    Problem with connecting to MySQL through PHP code

    Hi: In order to get php_mysqli.dll extension file I have replaced PHP 4.4.0 with PHP 5.0.4. Again everything is working fine except "mysql_connect()". This time I get mesage: "Fatal error: Call to undefined function mysql_connect() in C:\...". Can You help?
  10. WebBoyo

    PHP Don't Works On Apache

    My access is denied when I try to connect using "mysql_connect("localhost","root")". I just found out in MySQL manual that problem lies with the program, not with access privilages, but I haven't found out how to fix it. Can anyone help me with this one?
  11. WebBoyo

    Problem with connecting to MySQL through PHP code

    Hi! I'm running PHP 4.4.0, MySQL Server 4.1 and Apache 2.0.54 on Windows XP and everything works just fine except accessing to MySQL through PHP code. After "mysql_connect("host", "user", "password")" lines I get "Warning: mysql_connect(): Client does not support authentication protocol...
  12. WebBoyo

    PHP Don't Works On Apache

    I have used instructions from "install" file (from php-4.4.0-Win32.zip), "Wrox - Beginning PHP, Apache, MySQL Web Development - 2004 - (By Laxxuss)" ("Install PHP" and "Installation Configuration of PHP") and they mislead me! But when I found "How to Install and Configure PHP4 to run with Apache...
  13. WebBoyo

    PHP Don't Works On Apache

    Hi, I have installed Apache 2.0.54 on Windows XP and it runs HTML codes. After nistaling PHP 4.4.o(without installer) and configuring it I have found out that Apache does not run PHP codes.I tryed many different codes, but it shows only blank page, although it is in source. Can enyone help me...

Part and Inventory Search

Back
Top