Hi
I have below code :
<?php
$_SERVER['SERVER_NAME'];
$to = "[email protected]";
$subject = "Test mail";
$body = $_SERVER['SERVER_NAME'];
$from = "[email protected]";
$headers = "From:" . $from;
mail($to, $subject, $body, $headers)
?>
the email is sent correctly but without any body text .
I use $_SERVER['SERVER_NAME']; but nothing show as body .
I want to use this code load each day becuse I want to know which domain is used my script.
but now the code not work.
Hello
I want receive "5" from column "mycol" in record with id ="20" in table "mytable" in database "mydb"
I want to change "5" to "0" with "PHP" code . but I can't ?
IF it possible help me ,please.
as show in this pic:
I want know which site use my script or theme.
We can :
1. put google analytic code in admin area so we will know .
2. use a image in admin area that load from a domain (e.g.: aaaa.com/logo.jpg) and we can go to Cpanel and see "lasted visit" and see "referral site"
but I want to use a code that just one time send me domain and I know how many site used my php themes or scripts.
Hello
I'm new in PHP but I need a help If it possible.
I want to Know which domain used my php script .
For example when some one run installer or run index.php an email send to me that contain the domain name.
Or some thing like this that I used for any php code.
so thanks
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.