Short open tags not work in php5.2.0 and not in php5.2.3 My advice was to put short_open_tag = On in the php.ini file. The server status is short_open_tag = Off I set this to short_open_tag = On in th… more →
PHP Expert Programmersarapeter wrote 8 months ago: Short open tags not work in php5.2.0 and not in php5.2.3 My advice was to put short_open_tag = On in … more →
sarapeter wrote 8 months ago: Php Fatal error: Allowed memory size of 8388608 bytes exhausted This error message can spring up in … more →
sarapeter wrote 8 months ago: Resize an image on the fly & keep its aspect ratio bool imagecopyresampled ( resource $dst_image … more →
sarapeter wrote 10 months ago: The last variation that we will consider is email with attachments. To send an email with attachment … more →
sarapeter wrote 10 months ago: The next step is to examine how to send HTML email. However, some mail clients cannot understand HTM … more →
sarapeter wrote 10 months ago: At first let’s consider how to send a simple text email messages. PHP includes the mail() func … more →
sarapeter wrote 10 months ago: if you are reading my post, its probably because you want to remove html tags from your posts or for … more →
Administrator wrote 1 year ago: Solution: Use oncontextmenu=“return false;” in the body tag of your html to disable the … more →
inderweb wrote 1 year ago: Many times it is needed to get the structure of table in PHP file or drupal module.There may be cond … more →
sarapeter wrote 1 year ago: <?Php function check_email_address($email) { // First, we check that there’s one @ symbol, … more →
sarapeter wrote 1 year ago: From a function we can get back a set of variables by using an array. A function returns any variabl … more →
rockmanx wrote 1 year ago: echo “http://”.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']); … more →
123jasim wrote 2 years ago: Book Name : PHP Concepts, Techniques and Code Category: PHP Language: English FileType: PDF File siz … more →