-
Posts
530 -
Joined
-
Last visited
Community Answers
-
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
-
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
-
lovephp's post in Fatal error: Using $this when not in object context Error message was marked as the answer
thanks mate
-
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 noreply@domain.com to mine and now it started sending mails real fast
-
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']));
-
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
-
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