Jump to content

snushah

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.snushah.com

Profile Information

  • Gender
    Not Telling

snushah's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. try this statement $link = new Link() ; function findme() { global $link; $links = $link->find_all(); if($links) { foreach($links as $l) { echo " <li>{$l->name}</li>"; } } }
  2. Try with WHERE DATETIME = '#2011-08-30 01:15:24#'
  3. IN WAMP Server, Open php.ini file and Search 'mail function' in SMTP= supply your SMTP Address should be like [mail function] ; for Win32 only. SMTP = smtp.myisp.com ;http://php.net/smtp-port smtp_port=25 sendmail_from=xyz@myisp.com Syed Shah http://www.snushah.com
×
×
  • 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.