Welcome Guest, Not a member yet? Register   Sign In
Select Multiple Field - Array Problem.
#2

[eluser]Unknown[/eluser]
Here is another piece of the code I forgot...
Code:
//Let there be Email
            $message = array(
                'name'             => $this->input->post('name'),
                'organization'     => $this->input->post('organization'),
                'address'         => $this->input->post('address'),
                'city'             => $this->input->post('city'),
                'state'         => $this->input->post('state'),
                'zip'             => $this->input->post('zip'),
                'email'         => $this->input->post('email'),
                'phone'         => $this->input->post('phone'),
                'website'         => $this->input->post('website'),
                'contactby'     => $this->input->post('contactby'),
                'hosting'         => $this->input->post('hosting'),
                'flash'         => $this->input->post('flash'),
                'domain'         => $this->input->post('domain'),
                'num_pages'     => $this->input->post('num_pages'),    
                'budget'         => $this->input->post('budget'),
                'enhancements'    => $this->input->post('enhancements'),    
                'sitetype'         => $this->input->post('sitetype'),    
                'reason'         => $this->input->post('reason'),
                'hear'             => $this->input->post('hear'),        
                'comments'         => $this->input->post('comments')
            );


Messages In This Thread
Select Multiple Field - Array Problem. - by El Forum - 12-05-2008, 03:00 PM
Select Multiple Field - Array Problem. - by El Forum - 12-05-2008, 03:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB