Questions tagged as 'php'

2
answers

Problem generating content via Jquery

I have a problem that depending on the text selected in the first check box it does not load the years relative to it in the database. Only when text loaded in the first box has no space does jquery work. * Follows the file with the "gera_htm...
asked by 05.02.2014 / 20:48
4
answers

How to pass parameters by URL in WordPress?

I have an event page in WordPress with the following URL structure http://exemplo.com.br/eventos . I would like to pass the following parameters, exemplo.com.br/eventos/ano/mês , to list the events of the month and year. How can I...
asked by 18.02.2014 / 19:11
1
answer

CakePHP loses SESSION after a redirect

I'm doing an integration with Facebook Login. When the user clicks to log in using Facebook and accepts the application it is redirected to a method that creates a SESSION and redirects. The problem is that the data in this SESSION gets lost...
asked by 26.01.2014 / 22:30
0
answers

Connect Firebird via PHP

I have a Firebird DB on a server other than the web server (PHP). I'm trying to make the connection between them, using the ibase_connect function, but nothing happens, my line in php is: $dbh=ibase_connect($host,$username,$password) or die(i...
asked by 03.08.2018 / 15:46
0
answers

Use FullCalendar 3.9.0 [closed]

I followed this tutorial to create my calendar: link Then I downloaded fullcalendar-3.9.0.zip at this link: link After downloading what files do I have to copy from this folder that I downloaded and in what way do I have to paste insid...
asked by 07.08.2018 / 13:17
0
answers

Encrypt and Decrypt in RSA Public_key MOD

I am trying to encrypt strings in RSA, but I did not succeed. I've tried this way (with phpseclib lib): $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, '...'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_...
asked by 27.07.2018 / 02:42
0
answers

Execute HTTP content in modal, in https page

I have a page that uses link , and in content it has a link that opens a modal . The modal content is a streaming player, which only runs on link , and is not working. Script executed by modal: <script type="text/javascript" src="...
asked by 16.07.2018 / 17:27
1
answer

Datatable Server Side with JOIN [closed]

Good evening! I started using Datatable recently, I'm using it with the server-side feature. I need to relate 2 tables with INNER JOIN, I saw that there is a "difficulty" in doing this type of procedure in the case of server-side. I even foun...
asked by 11.07.2018 / 02:12
2
answers

How to generate value by clicking an input type submit

Form to send the selected data for deletion. <form action="index.php?pagina=../controller/controllerUser&acao=ok" method="POST" enctype="multipart/form-data"> <label>Nome:</label>...
asked by 21.05.2015 / 00:26
2
answers

Contact form not valid and does not send some fields

Hello, this is my first question here! The problem is this ... I took a form on the net and tried to adapt it to my needs, but the fields I created ( $phone and $empresa ) do not want to validate, I had to remove the validation of t...
asked by 20.05.2015 / 06:58