Posts by Jorge Ribeiro Junior • 346 points
9 posts
-
2
votes2
answers1778
viewsQ: Multiple codeigniter database connections
I’ve been investigating the use of multiple Codeigniter databases. If I know which databases are ahead of time, I can set the information in the configuration file and then call the database group I…
-
5
votes1
answer412
viewsQ: Deploy using GIT on my server
Hello, I use it to upload my files from the GIT site, deploying to my server automatically so I did the following: 1 - I created a GIT repository on my server outside the public_html folder 2 - then…
-
1
votes1
answer98
viewsQ: Insert and Edit with Codigniter
It’s not really a question but whether you can point me in a direction to take on a subject. I took a project to fix and the developer used Codeigniter, but the project is quite large and with that…
-
0
votes3
answers2408
viewsA: Cielo Integration By Page Store
After a lot of time and research I identified that the problem was on this line CURLOPT_SSLVERSION, 3 In a statement made by Pay Pal the same informed that people who were using this line of code in…
phpanswered Jorge Ribeiro Junior 346 -
3
votes3
answers2408
viewsA: Cielo Integration By Page Store
I had already understood this and made this amendment, but it still did not resolve. Searching a lot on the internet, I found an integration post with Pay Pal that reported, that this line of code:…
phpanswered Jorge Ribeiro Junior 346 -
4
votes3
answers2408
viewsQ: Cielo Integration By Page Store
I have a problem that I have tried to solve in several ways, but so far nothing and so I decided to come here. I am implementing the Gateway Cielo’s payment solution, the By Page Store, where the…
phpasked Jorge Ribeiro Junior 346 -
5
votes1
answer4311
viewsQ: Dynamic search with JSON - PHP - MYSQL
I’ve been looking on the internet but I couldn’t find any references, maybe because I was searching wrong, so I resorted to create this post. I have a query in the database (Mysql with PHP) that…
-
0
votes2
answers381
viewsA: Doubt in the logic of registration with codeigniter!
I’m not sure if you want a logic for Codeigniter or a function that can accomplish this. If we think in database what you can do is a query returning the ID of the record that has this information,…
-
2
votes2
answers314
viewsA: Is it possible to insert jQuery Validate in PHP?
I have a code that I created in JS that uses together with jQuery Validator, where it validates all form fields that have the attribute required, this way you don’t need to be validating one by one.…