Jump to content

fafa0

New Members
  • Posts

    5
  • Joined

  • Last visited

fafa0's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi I have below code : <?php $_SERVER['SERVER_NAME']; $to = "info@domain.com"; $subject = "Test mail"; $body = $_SERVER['SERVER_NAME']; $from = "user@example.com"; $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.
  2. How can I call "5" from id=20 as show in pic . I want to update e.x.: 5 to 0 . I attached sql file too. mydb.zip
  3. 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:
  4. 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.
  5. 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
×
×
  • Create New...

Important Information

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.