Questions tagged as 'codeigniter'

1
answer

Script or API to check if domain is available in PHP

Do you guys know any script or API that is open source that is running in PHP to see if a domain is available? One that works for extensions .com.br, I searched for some but so far nothing functional, if I have for CodeIgniter would be great   ...
asked by 13.02.2017 / 02:08
2
answers

Codeigniter 3 send file with PFX extension

I need to upload a file with the extension .pfx (digital certificate). I'm using library Upload of CodeIgniter as follows: I'm putting the allowed_types extension, but it does not send. Return: The type of file...
asked by 05.01.2017 / 18:11
2
answers

Uploading multiple images by saving only one file

My code is saving only one image of X that I select in the input file, for example, if I select 3 or 10, only 1 image will be saved, I tried everything and I can not make it save all images in the folder ... public function add_multiple...
asked by 27.07.2017 / 01:49
1
answer

Return name by id in view. PHP and Codeigniter

Hello In controller I have the following: public function index() { $data['demandas'] = $this->demandas_model->get_demandas(); $data['main_view'] = 'demandas/index'; $this->load->view('layouts/main', $data);...
asked by 23.06.2016 / 17:02
1
answer

I need help with error when trying to install Composer

I'm doing maintenance and improvements on a site using CodeIgniter v2.x and one of my client's requirements was to log in using Facebook. Home The problem is that I need to install Composer and I can not. Last year I made an application w...
asked by 15.06.2016 / 19:58
1
answer

How to modify a url sent by form via get [Codeigniter]?

Personal I need to modify a url but I do not know how to do this. I have the following url: http://wedding.axitech.com.br/?procuraonde=Palhoça&procuraoque=bolos I need to make the url below: http://wedding.axitech.com.br/palhoca/bolos...
asked by 07.08.2016 / 20:41
1
answer

Sucess Ajax does not work with Controller Codeigniter

Good afternoon, I'm a beginner in development. I have a form that I do not want the page not to be reloaded when the user submits the form. I am using Ajax, I have been able to perform the inclusion in the database using codeigniter + ajax, b...
asked by 02.04.2016 / 21:05
2
answers

Email codeigniter SMTP error was encountered: 450 4.7.1

Can you explain how I send email from a form by the locaweb servers, I have a site from a client hosted on locaweb, however the submission form does not work using their email, I wonder if someone already had a similar problem in locaweb using c...
asked by 09.03.2016 / 19:54
1
answer

Problem with session Codeigniter error

I am having a small login problem with codeigniter, after logging in it does not transfer the data through the session. I did the following tests: I printed the session on the controler [ok, printed correct data] I printed the session in an...
asked by 16.12.2015 / 03:12
1
answer

select option as paramenter for method codeigniter

I have a problem that I can not solve at all. I have a form html which has a select option I need to pick the selected value when the form is sent and use as a parameter for a method, is there any way to do that?     
asked by 21.12.2015 / 01:38