Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pheng56
  • Content: Threads
  • Order by date
  1. pheng56

    How to call public function article() inside printf()

    Hello, Please assist me to fix this calling function within printf(); I really appreciate, Thank you in advance, Best regards, public function main() { // SQL to display the article part with number of comments and last date time of comments $sql = "SELECT...
  2. pheng56

    Pass variable $id into userid(field) of article table.

    Hi, I have a $id that needs to put inside the field userid of article table by using this function of PHP Symfony. I really appreciate if someone can help me to fix my function. Thanks, public function submitAction($id) { print_r('UserID to enter is '); print_r($id); $message=''...
  3. pheng56

    How to keep one variable in memory

    Hi all, I would like to keep one variable in memory for my next sql query. mysql_connect('localhost', 'root', '') or die("Mysql connection failed"); mysql_select_db("blog") or die("Can't find database 'blog'"); $sql = "select * from user,article where article.userID=user.ID order by...

Part and Inventory Search

Back
Top