Posts by Celson Rodrigues • 89 points
5 posts
-
0
votes1
answer353
viewsQ: select option as parameter for codeigniter method
I’m having a problem I can’t seem to solve at all. I have an html form that has a select option to take the selected value when the form is sent and use as parameter for a method, there is some way…
-
3
votes1
answer1145
viewsQ: Netbeans + Github = git-receive-pack not permitted
I am using git to take control of a college project, we are using netbeans+eclipse and a friend who participates in the project sent me the git link, I cloned the project, but I can’t push in…
-
3
votes2
answers937
viewsQ: How to add multiple date ranges as php
I have a problem with the sum of dates. I have several events that are registered in the bank with initial date and final date, I need to know the time interval between these events and add up these…
-
0
votes0
answers272
viewsQ: Inner Join + Where in Mysql
How to use INNER JOIN with WHERE? I’m making a INNER JOIN with 3 tables. I need a WHERE to return only one record. I am trying as follows: SELECT `*` FROM (`tabela1`) INNER JOIN `tabela2` ON…
-
2
votes2
answers1675
viewsQ: Sending an email programmed with PHP
All right, folks, I’m new here and I have a very peculiar question. I am developing a system (Codeigniter + Mysql) that records some events and should send an email at a predefined date, around…