Questions tagged as 'ini'

1
answer

What is the difference between function and directive?

How do I know what a PHP function is, what is a policy, what is a module, and what is a library? I'm starting in PHP, I have some questions that maybe for many are basic, but for many others it's the beginning.     
asked by 10.04.2017 / 15:25
1
answer

How to Connect to the Bank Reading INI File (Function and Class)

How can I connect to the database (PHP in 3 Layers [Façade / Repository / Bank]) by reading the information from an .ini file and assigning those values to a function inside a class? Banco.php class Banco { var $server; var $bd; var $...
asked by 22.03.2016 / 01:29
0
answers

Uncaught Error: Call to undefined function mysqli_connect ()

I've been getting this error and I do not know how to fix it. I do not use xampp on my machine and below, it is possible to observe my php configuration file. Can anyone help me?     
asked by 30.01.2018 / 13:41
1
answer

Connection only works with manually set values

I have a Socket class that is working normally this way: class Socket(): __ffChatSocket = "" __meuTelefone = "" __WhatsappAPI = "" __dest = () def __init__(self, telefone, WhatsappAPI): ip = str(self.getFileConfigF...
asked by 14.09.2017 / 17:06