Jump to content

wryd

Members
  • Posts

    3
  • Joined

  • Last visited

wryd's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thanks. It's OK.
  2. Thanks. but how to write str to a file?
  3. Hello. I am a new to this and I need help. I use a simple php file for test. Command to run: php /home/username/test.php test.php: <?php $starttime = time(); $fp = fopen('time.inc', 'w+'); if($fp) { fwrite($fp, $starttime); fclose($fp); } ?> why can't get any result?
×
×
  • Create New...