[PHP] Installing PHP 4 as rpm on RedHat 6.2 !!
Hello All, I have already php 3.0.18 installed on my RH 6.2 box. I want to install PHP 4 now. But if I still the following message: [root@proxy mohamedou]# rpm -Uvh php-4.0.4pl1-3.i386.rpm error: failed dependencies: libdb-3.1.so is needed by php-4.0.4pl1-3 libgd.so.1.8 is needed by php-4.0.4pl1-3 libc.so.6(GLIBC_2.1.3) is needed by php-4.0.4pl1-3 libc.so.6(GLIBC_2.2) is needed by php-4.0.4pl1-3 libresolv.so.2(GLIBC_2.2) is needed by php-4.0.4pl1-3 php = 3.0.18 is needed by php-imap-3.0.18-6.2horde1 php = 3.0.18 is needed by php-mysql-3.0.18-6.2horde1 [root@proxy mohamedou]# Which rpms are responsible for that? Every help will be apreciated Thnx in advance Moh
[PHP] PHP Polls in popup window
Hello all, I have integrated a simple text based poll script in my homepage. But I want get the survey results in a popup window, if somebody votes. How can I make that? Moh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Problem with apache after installing PHP 4
Dear all, I have apache 1.3.19-3fp and have newly installed PHP 4 using from rpms.arvin.dk My problems are: 1-Apache freezes and nothing goes untill I restart it 2-Webmin stops itself. Furthermore if I give the follow command it sems that no apache but I am sure apache is running look: [root@proxy mohamedou]# rpm qa|grep httpd [root@proxy mohamedou]# rpm qa|grep apache [root@proxy mohamedou]# rpm qa|grep http [--httpproxy ] [--httpport ] [--httpproxy ] [--httpport ] [--httpproxy ] [--httpport ] [root@proxy mohamedou]# rpm qa|grep apache I thank U Moh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Vote results without refreshing the whole site!
Dear all, I have a survey script included in my site. After voting I need the results but without refreshing the whole site just the script must load the new results. Every help will be apreciated Yours Moh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Insert data into mysql table
Hello all, I have created a dabase with table news. I need to add some news into the table via a form. I created two files, the form and the action php file: But I am still unable to add data into the table. Look at my code: ###addnewsform.php### Add news ÃÏÎá ÇáãÚáæãÇÊ Ëã ÇÖÛØ Úáì ÃÖÝ: ÚäæÇä ÇáÎÈÑ: ÇáÎÈÑ: ÚäæÇä ÇáÊÝÇÕíá: ##adnews.php## _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Search engine php/mysql
Hello list, I am coding a search engine that allow indexing and searching internet sites based on php/mysql. My problm is: How can i index a given site, I mean: input: URL, like http://www.blabla.com/ Output: meta, body content, description that will be stored in a tables. thnx in advance Moh
[PHP] Querying a given dns and list the A records
Hello all, Can somebody help me I need to query a given DNS Server identified by IP and the domain I want query and then it gives me the whole machines it has registered Regards Moh
[PHP] Quering given dns and list A records with PHP
Hello all, Can somebody help me I need to query a given DNS Server identified by IP and the domain I want query and then it gives me the whole machines it has registered Regards Moh