Jump to content

chriss

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    ZG, Poland

chriss's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. redarrow: sorry, but I don't know how to use ob_start(). I looked it up in manual but still can get it do any good. anyway I'm posting my code <?php $to = 'user@domain'; $topic = 'Topic'; $body = 'Text'; $header = 'From: xyz <xyz@domain>'; mail($to, $topic, $body, $header); ?> I wrote ob_start() in the begining but nothing changed. Without $header mail is sent instantly. With $header script loads quite long and the email is sent after some time. regards chriss
  2. Hi! I've tried to search through the forums but I couldn't find anything useful. mail($to, $topic, $body, $headers), where $headers = 'From: someone <someone@domain>', executes *much* longer than mail($to, $topic, $body). What can be the reason? regards chriss
  3. I can\'t use admin mode. I\'m on SunOS, not Win. I just want to know how to do that in mysql console.
  4. I understand, but I have no permission to create/drop db.
  5. How to copy all tables (with all data) from one db to another db.
  6. Is there a possibility to execute commands in txt file? Where should I put this file (working on SunOS 5.8 with no admin priviliges) and what command shall I execute?
  7. Is it possible to add/remove a column(s) to/from existing table? How?
×
×
  • 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.