• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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