php

  1. Cheerag Nundlall

    Issues with WordPress Site Going Down When Switching to PHP 8.1 or 8.2?

    Hello everyone, I've encountered a problem with my WordPress site when attempting to switch to PHP 8.1 or PHP 8.2. I'm currently using the latest version of WordPress. However, whenever I switch to either PHP 8.1 or 8.2, my site immediately goes down and becomes inaccessible. The only way to...
  2. Cheerag Nundlall

    Is PHP 7.4 Outdated for WordPress?

    Hello everyone, I'm currently using the new WordPress version and running on PHP 7.4. I'm wondering if PHP 7.4 is considered outdated now. Can anyone provide insights or recommendations on the latest PHP versions for WordPress websites? Your experiences and advice would be highly appreciated...
  3. David Beroff

    Best Web Servers for PHP Development?

    Hello PHP developers and web hosting experts, I am currently compiling a comprehensive guide on PHP development, and I would like to include a section on the best web servers for PHP development. As you know, the choice of a web server can significantly impact the performance and efficiency of...
  4. David Beroff

    How to create a simple AI with PHP programming language?

    Hi everyone, I want to create a simple AI with PHP programming language to understand how AI works and how to develop it? can anyone shoot me a guide?
  5. Harry P

    How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 ?

    I only want to install these services for my VPS server to host my website. How can I do this in an easy way? please guide me.
  6. Kaz Wolfe

    How to install PHP 8.0 on DirectAdmin

    There are several reasons why you may need to install PHP 8.0 on DirectAdmin. For example, many web applications and content management systems require a specific version of PHP to run correctly, so by installing PHP 8.0, you can ensure that your website or web application is compatible with the...
  7. Kaan Helmut

    Why error log in PHP is disabled as default?

    Hello everyone, I was not much of a PHP fan, because I've been using and creating websites on WordPress (the beloved drag and drop drama). When practicing on PHP, I learned about the php error logging and noticed that by default, the error log in PHP is disabled and you can enable the error log...
  8. D

    I need help with PHP AJAX

    hey guys I need help with AJAX. I want to UPDATE my DB without refreshing. I don't really know how to do this. I have found piece of code online but for some reason is not working. Another thing is : how to make run PHP code after 5 minutes. For example: someone push the button and after 5...
  9. F

    Correct way of installing php extension in directadmin

    Guys help.directadmin.com/item.php?id=252 the above link is one way and the other is to go to directadmin custom build interface. Now I installed a php extension using the link above and then by mistake I installed the same way in direkctadmin custom build interface Can this cause issue...
  10. G

    How to enable php extensions?

    I require these in my hosting service. How do I make sure if these are available and how to enable...? OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension XML PHP Extension My hosting provider says I can enable these through cPanel. The main problem for me...
  11. H

    How to Install Zend Optimizer with cPanel?

    Zend Optimizer is a PHP addon which offers storing to enhance speed when stacking destinations; it can build execution by up to 40% by reserving as often as possible saw segments of PHP pages. Zend Guard likewise is helpful for encoding PHP documents to secure source code. Here's the manner by...
  12. webalternative

    Email Level Dashboard for DirectAdmin 1.00

    Hello, We are happy to announce the release of our new project: Email Level Dashboard for DirectAdmin. This interface allows all e-mail users to change their password and their vacation message without access to the DirectAdmin user account. Lastest release: v1.00 FEATURES -----------------...
  13. Mihai B.

    Which cache providers work with PHP 7.2.x?

    I am running Centos 6 and installed PHP 7.2.x for my websites, I want to install one of popular cache providers for my server APC File system cache Memcached Redis WinCache XCache Which cache providers work with PHP 7.2.x? if yes, how to install it?
  14. anilkvm85

    How to Get Domain Name Details using PHP Script?

    How to get following information through PHP script respect to any Domain Name? 1) Hosting Provider 2) Domain Name Servers 3) IP Addresses 4) Domain Registrar 5) Registration Date 6) Expiry Date If anyone have working PHP code, please share.
  15. Kaz Wolfe

    Are you still using PHP 5.x? Why?

    I am using both PHP 5.6 and PHP 7 because some my scripts require PHP 5.6 What about you? Are you still using PHP 5.x? if yes then why?
  16. Mujkanovic

    How to check PHP CURL function is enabled on my server?

    My website requires to have PHP CURL function enabled, how to check if it is enabled on my server or not?
  17. Mujkanovic

    Extract email addresses from a file using PHP and Regex?

    Hi everyone, I have a small forum and I exported its database to a .sql file, I want to get all email addresses from this file using using PHP and Regex. How can I do this? Here's sample data from my file. I want to get emails on per line like this
  18. Mujkanovic

    How to read a file and assign its content to a variable using PHP?

    I have a large data in a file .txt How can I use PHP to read the content in this file and assign it to a variable?
  19. Life Sayings

    How to install BC Math and configure PHP to use BC Math?

    I have a PHP script and it is requiring this I am using Centos 6.x and Apache. How to install BC Math and how to configure PHP to use BC Math?
  20. Sean101

    Allow IP addresses dynamically using .htaccess or php?

    I have a website and now I want to create a new section on it but this section will be targeted on a specific country. Mean that when people visit it from a country that allowed then they will be redirected to that the section I wanted. My question is, How to allow IP addresses dynamically using...
Top