• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PHP Problem

S

servlinks

Guest
Hello,

I have plesk 8.2 for linux and I don't able to use this function in php :

session_start
session_is_registered
and other session and cookie variable...

I activated my register_global in /etc/php.ini but don't work again...

Other problem with my plesk in PHP

When I send a HTML email with mail() function my email user received this email with html code but other mail server is correct. Why?

Do you help me?

Thank you!!
 
After changing the values in the php.ini you need to restart apache.

I don't think you can send straight html via mail(). I think you have to generate the mime format that allows html and text to travel in the same email. This question is probably better directed at a PHP mailing list.
 
Back
Top