Jump to content

venkateshinbox

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by venkateshinbox

  1. How abt this one? $a = "<a href=abc.php>test</a>"; echo $a;
  2. You can use xml rpc to ping blogsites
  3. You must add from address to the headers. Hope you know the mail syntax. you have to add additional headers which contains the from address.
  4. it s not $db=mysqli_connect('localhost','blah','blah'); you can check the mysql connection as mysql_connect('localhost','root','blah'); visit www.php.net for further clarifications
×
×
  • 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.