Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Queries on Uploading code to Website
Post: RE: Queries on Uploading code to Website

InsiteFX Wrote: (03-21-2019, 08:41 AM) -- @Sovani Shreeniwas If you want someone to answer your message then you need to turn on Private Messaging in you Profile. Or we can not message you bac...
4,969 Views
6 Replies
03-22-2019, 03:28 AM
Sovani Shreeniwas
    Thread: Queries on Uploading code to Website
Post: RE: Queries on Uploading code to Website

dave friend Wrote: (03-20-2019, 10:29 AM) -- Sovani Shreeniwas Wrote: (03-19-2019, 08:20 PM) -- I have developed code using CodeIgniter, XAMPP, PHP, HTML, CSS, AJAX, Javascript on a Windows 7 deskto...
4,969 Views
6 Replies
03-21-2019, 01:29 AM
Sovani Shreeniwas
    Thread: Queries on Uploading code to Website
Post: RE: Queries on Uploading code to Website

php_rocs Wrote: (03-20-2019, 07:07 AM) -- @Sovani Shreeniwas, You have asked a loaded question.  In most cases you should be able to develop the code on Windows and easily copy it to a Unix/Linux ...
4,969 Views
6 Replies
03-21-2019, 01:28 AM
Sovani Shreeniwas
    Thread: Queries on Uploading code to Website
Post: Queries on Uploading code to Website

I have developed code using CodeIgniter, XAMPP, PHP, HTML, CSS, AJAX, Javascript on a Windows 7 desktop machine. Now, I want to upload to a website. I have below queries, can any one provide informati...
4,969 Views
6 Replies
03-19-2019, 08:20 PM
Sovani Shreeniwas
    Thread: Need a variable (VARCHAR) returned from a selection
Post: RE: Need a variable (VARCHAR) returned from a sele...

Nothing Wrote: (02-19-2019, 02:06 AM) -- If you want a variable updates as soon as the user chooses you should use Javascript. -- Thanks. Can you suggest how to embed javascript with above code?
3,843 Views
5 Replies
02-19-2019, 03:02 AM
Sovani Shreeniwas
    Thread: Need a variable (VARCHAR) returned from a selection
Post: RE: Need a variable (VARCHAR) returned from a sele...

php_rocs Wrote: (02-19-2019, 12:55 AM) -- @Sovani Shreeniwas, When you say...you want a variable output, out of a selection in a pull down menu.  Is this after the selection by the user?  Is this ...
3,843 Views
5 Replies
02-19-2019, 02:23 AM
Sovani Shreeniwas
    Thread: Need a variable (VARCHAR) returned from a selection
Post: Need a variable (VARCHAR) returned from a selectio...

I want a variable output, out of a selection in a pull down menu. Below is the code for selection & it works for selection. But, it is not returning anything.       Consideration           ...
3,843 Views
5 Replies
02-18-2019, 11:33 PM
Sovani Shreeniwas
    Thread: In Dropdown href not taking method in controller
Post: In Dropdown href not taking method in controller

I have below code in view file - menu.php: (lines reduced for ease of checking..) ______________________________________________ ABC Fruits Format             sell             buy Exit...
2,309 Views
2 Replies
02-08-2019, 03:48 AM
Sovani Shreeniwas
    Thread: Update form data into database
Post: RE: Update form data into database

Wouter60 Wrote: (01-09-2019, 10:57 AM) -- Before $this->load->view('formsuccess'); insert this piece of code: PHP Code: -- $data = array(   'certno' => $this->input->post('certno'),   'locati...
3,537 Views
3 Replies
01-10-2019, 04:09 AM
Sovani Shreeniwas
    Thread: Best method/practise/ way to master CodeIgniter
Post: Best method/practise/ way to master CodeIgniter

I am new in the programming field. However, I have basic understanding of a programming languages like c, PHP, mySQL. I have studied PHP to some extent. Read CodeIgniter GeneralTopics, some librariies...
7,440 Views
3 Replies
01-09-2019, 03:54 AM
Sovani Shreeniwas
    Thread: Update form data into database
Post: Update form data into database

I have below file in views My Form       Cert No.   Site Name   Work Date   Date Of   Receipt   Customer Name       And below in Controller:
3,537 Views
3 Replies
01-09-2019, 03:32 AM
Sovani Shreeniwas
    Thread: Query in CI Tutorial
Post: RE: Query in CI Tutorial

dave friend Wrote: (01-08-2019, 01:29 PM) -- php_rocs Wrote: (01-07-2019, 05:57 PM) -- @Sovani Shreeniwas Did you know that you could also do this...        $this->load->view('templates/head...
3,705 Views
4 Replies
01-09-2019, 03:28 AM
Sovani Shreeniwas
    Thread: Query in CI Tutorial
Post: Query in CI Tutorial

I am studying CI documents wherein I have a query as below in the Tutorial: public function view($page = 'home') {         if ( ! file_exists(APPPATH.'views/pages/'.$page.'.php'))         {    ...
3,705 Views
4 Replies
01-07-2019, 02:49 AM
Sovani Shreeniwas
    Thread: Parsing Error
Post: RE: Parsing Error

ciadmin Wrote: (01-04-2019, 02:30 AM) -- There are two problems with your code: 1) You are missing a closing brace. Your second last line closes the switch construct, and your last line closes the v...
3,794 Views
3 Replies
01-04-2019, 03:57 AM
Sovani Shreeniwas
    Thread: Parsing Error
Post: Parsing Error

I am getting below error. Severity: Parsing Error Message: syntax error, unexpected end of file, expecting function (T_FUNCTION) Filename: controllers/Calsoft.php My Controller file is as belo...
3,794 Views
3 Replies
01-04-2019, 02:02 AM
Sovani Shreeniwas

Theme © iAndrew 2016 - Forum software by © MyBB