Jump to content

hakeem777

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hakeem777's Achievements

Member

Member (2/5)

0

Reputation

  1. I want to make a popup box using javascript where I can input 3 textboxes. I tried the prompt() but it only allows me to input one textbox. Can anyone please make suggestion to me? Many thanks.
  2. I understand after running now() function in an SQL statement, I will get current date/time like following in mysql browser: '2010-08-04 17:01:06' If I want the returned value to be '2010-08-04 00:00:00'. How can I do? Thanks.
  3. Hi All, I chose to run rpm files instead. I have downloaded "php-5.2.13-rpm.tar.bz2" somewhere and run "rpm -Uvh php*.rpm" after I untar the file and I get the following error. How can I fix the dependencies error? After these rpm, do I still need to compile? Please let me know. Thanks. Error message start: warning: php-5.2.13-1.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 0587d398 error: Failed dependencies: libt1.so.5 is needed by php--gd-5.2.13-1.el5.i386 libc-client.so.1 is needed by php-imap-5.2.13-1.el5.i386 llibmcrypt.so.4 is needed by php-mycrpt-5.2.13-1.el5.i386 libmhash.so.2 is needed by php-mhash-5.2.13-1.el5.i386 libsybdb.so.5 is needed by php-mssql-5.2.13-1.el5.i386 librecode.so.0 is needed by php-recode-5.2.13-1.el5.i386 libtidy-0.99so.0 is needed by php-tidy-5.2.13-1.el5.i386
  4. Should I do: 1. cd /etc/yum.repos.d 2. vim CentOS-Testing.repo 3. copy and paste the code to CentOS-Testing.repo and then what should I run. Should I run "./configure" and "make && make install". One thing I need to mention that my centos linux server is standalone and cannot connect to internet. Will this steps work? Please help. Many thanks.
  5. I have downloaded and untar the php 5.2.10 files. Where should I put it? And what are the steps to install 5.2.10. I am running Centos Linux 5.4. Thanks.
  6. I understand. However, it really happened that I could find file required existed in another directories but rpm cannot recognize it. Is there a path variable which I should set? Otherwise, how does system where to look for the depencies files? Thanks.
  7. I can find the dependent files are located at other directories. Is there a path which I can setup in CentOS 4.4 so that rpm can recognize the dependent files? Thanks.
  8. In fact, I have internet at my PC where I can download the rpm. I have downloaded this php-gd-5.2.6-2.i386.rpm and run rpm -ivh on this rpm file. However, I got error message of dependancies of a lot of files. I think the depended files are already installed in my linux. But still give me complaints. Can anyone please help? Thanks.
  9. Thanks for the advice. I have tried to run yum command but my server is blocked from outside and therefore it didn't work. Any other way? Thanks.
  10. Hi, I am running CentOS Linux ver 4.4 and found that I have "gd-devel-2.0.28-4.4E.1" package installed. This is a GD library, I supposed. However when I generate the result from phpinfo(), I cannot find the GD section. In addition, when I tried to call gd_info() in the code, it gives error message " undefined function ..." I thought, since "gd-devel-2.0.28-4.4E.1" is installed, I should be able to use GD function. But obviously I am wrong. How can I let php to use GD in my scenario? Thanks. Regards,
  11. Hi, I cannot use yum because my linux cannot access Internet and it is not blocked from outside. Can I get gd.so somewhere or some other methods? Thanks.
  12. Hi, I figured I don't have php_gd2.dll file in redhat linux server which I need to run some application. Meanwhile, my linux cannot download any file from outside. I cannot use "up2date php_gd". Can anyone please advise where I can download this dll for php5.2.10 and redhat linux 5? Appreciated if anyone can help. Regards,
  13. Can anyone please tell me how to enable multibyte string support? I am desperate. Thanks.
  14. Hi I have issued "SELECT @@GLOBAL.sql_mode;" and get empty value. Does this mean mysql is running on standard mode? Thanks.
  15. I have read the output from phpinfo() and cannot find any setting starting with mb_*. Therefore I assume it is not installed. Now how do I enable or install it again? Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.