Jump to content

voip03

Members
  • Posts

    693
  • Joined

  • Last visited

Everything posted by voip03

  1. Open the “php.ini“ Search for the attribute called “SMTP” in the php.ini file. “SMTP=localhost“. change the localhost to the smtp server name of your ISP “smtp_port” which should be set to 25 http://www.phpfreaks.com/forums/index.php?topic=340060.msg1603137#msg1603137
  2. mail() function http://www.w3schools.com/PHP/php_ajax_database.asp http://php.net/manual/en/function.mail.php
  3. JavaScript that runs on the client-side PHP run on the server side (server-side language) You need AJAX to pass variable between php and js http://www.w3schools.com/PHP/php_ajax_database.asp
  4. Are you planning update the mysql using js?
  5. ****************************** your table look like ****************************** User post table User id No of post 1 5 2 9 3 4 4 9 5 8 6 0 7 2 Friend list User id Friend id 4 6 3 8 1 9 2 1 3 1 1 4
  6. google it http://www.webreference.com/programming/php/search/
  7. select date from table where month = jan order by date
  8. article1234.php -> session start [page name] -> create_account.php -> create_account.php -> activate.php -> log_in.php -> session [page name] ? article1234.php: home.php (unset (session [page name]) Or use page name cookies
  9. I thought new php syntax to put '{' Hall of Famer remove the {} and try
  10. That error is usually as a result of a missing curly bracket , post a bit of code that causes the error
  11. http://www.tizag.com/mysqlTutorial/mysqljoins.php or use 'join'
  12. http://www.tizag.com/mysqlTutorial/ http://www.w3schools.com/php/php_mysql_intro.asp
  13. what kind of error you are getting
  14. syntax error, unexpected '"' in thanks
  15. please mark as solved. the topic solved button can be found at the bottom left of the page
  16. yours while ($row = mysql_fetch_array($sql)); remove ' ;' while ($row = mysql_fetch_array($sql)) { }
  17. I have worked on a similar project; it's a long walk in the night. If you are planning to install you self, why can’t you create a unique id for each user
×
×
  • 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.