Jump to content

lovephp

Members
  • Posts

    530
  • Joined

  • Last visited

Community Answers

  1. lovephp's post in how am i to add the where clause was marked as the answer   
    oh god my mistake i should have made this
     
    $results= $sth->fetchall(PDO::FETCH_ASSOC);
     
    not
     
    $rows = $sth->fetchall(PDO::FETCH_ASSOC);
     
    now fixed
  2. lovephp's post in i want to allow users to post in the website, what is the function that i can use? with php and mysqli was marked as the answer   
    Please mark the topic as solved it your issue is solved
  3. lovephp's post in Fatal error: Using $this when not in object context Error message was marked as the answer   
    thanks mate
  4. lovephp's post in phpMailer suddenly stopped sending mail :( was marked as the answer   
    this is sorted after i set domain name in the phpmailer mail.php script i changed the default [email protected] to mine and now it started sending mails real fast
  5. lovephp's post in how to email checkbox values without multiple emails? was marked as the answer   
    ok never mind found a solution which is
     

    $room = nl2br(implode(',', $_POST['room']));
  6. lovephp's post in how to add a confirmation dialog box here? was marked as the answer   
    This code did it mate thanks
     
     
     de.onEventDelete = function(args) { if (!confirm("Do you really want to Delete this record?")) {      args.preventDefault();     } };  
    i put it above the previous code.
     
    thanks for your time
  7. lovephp's post in products not getting added to cart whats wrong anyone? was marked as the answer   
    hahaha sorry i i forgot to start session
×
×
  • 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.