Posts by Vitor Presutti • 70 points
5 posts
-
1
votes1
answer233
viewsA: ERROR = Warning: Domdocument::loadHTML(): Empty string supplied as input
Probably Curl is disabled on this free server and the method $html->loadHTML($mensagem); is receiving null
-
-2
votes1
answer477
viewsA: Send invitation for meeting with Phpmailer
I’ve been playing with iCal recently, unfortunately I’ve done a lot of research and I haven’t found a way to make it possible for the invitation to be accepted automatically. It is necessary to…
-
0
votes1
answer73
viewsA: How to change an image in the database by ID?
Missing inform in your form the attribute enctype="Multipart/form-data" ed_cons_.php <form method='post' enctype="multipart/form-data" action='salva_ed.php''> When sending files it is…
-
2
votes4
answers247
viewsA: How do I enter this into the database through the form?
I noticed now, it’s spelled wrong msqli_query() is mysqli_query()
-
0
votes4
answers247
viewsA: How do I enter this into the database through the form?
Possibly the mysqli is disabled in your php.ini. Go to the php installation folder and look for the file php.ini. Edit the file in the notepad and look for extension=php_mysqli.dll If commented…