Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Pipe on url modified in %
Post: RE: Pipe on url modified in %

Decode with?
70 Views
3 Replies
04-22-2024, 02:44 PM
pippuccio76
    Thread: Pipe on url modified in %
Post: Pipe on url modified in %

I , in my url i want send string with pipe (redirect with data) this is data in url : 15%7CA%7C2514%7CH.3.001%7C3%7CBM-FASE10 | are transform into %7C , how can i send pipe without transform?
70 Views
3 Replies
04-22-2024, 07:37 AM
pippuccio76
    Thread: Redirect with error validation
Post: RE: Redirect with error validation

kenjis Wrote: (04-16-2024, 01:33 AM) -- See this repository: https://github.com/kenjis/ci4-validation-tutorial -- Code: -- return redirect()->back()->withInput(); -- is not the same to Co...
149 Views
4 Replies
04-16-2024, 01:41 AM
pippuccio76
    Thread: Redirect with error validation
Post: RE: Redirect with error validation

kenjis Wrote: (04-15-2024, 05:23 PM) -- Because there is no $validation in the view. If you use redirct(), it tells the browser to make another request. -- Code: --                 ...
149 Views
4 Replies
04-15-2024, 11:33 PM
pippuccio76
    Thread: Redirect with error validation
Post: Redirect with error validation

hi this is my method : Code: --     public function aggiungiDaProdotto($id_ddt){         $data=[];         $ddt_righe_inserite_model = new ddt_righe_inseriteModel();         $ddt_model ...
149 Views
4 Replies
04-15-2024, 03:51 AM
pippuccio76
    Thread: Read file to another server
Post: RE: Read file to another server

kenjis Wrote: (03-26-2024, 05:07 PM) -- I recommend you read the user guide, because it tells everything you need in most cases. https://codeigniter4.github.io/CodeIgniter4/libraries/curlrequest.htm...
232 Views
6 Replies
03-27-2024, 12:25 AM
pippuccio76
    Thread: Codeigniter - Italian Community
Post: RE: Codeigniter - Italian Community

Ciao a tutti , ho visto solo ora dopo anni questa discussione, ero partito con il 3 ed ora è qualche anno che utilizzo il 4. Saluti
31,189 Views
20 Replies
03-26-2024, 06:37 AM
pippuccio76
    Thread: Read file to another server
Post: RE: Read file to another server

Why cannot i  use  Code: -- $file = new \CodeIgniter\Files\File($url); -- ?
232 Views
6 Replies
03-26-2024, 05:24 AM
pippuccio76
    Thread: Read file to another server
Post: RE: Read file to another server

kenjis Wrote: (03-25-2024, 06:35 PM) -- See https://codeigniter4.github.io/CodeIgniter4/libraries/curlrequest.html#using-responses -- the documentation doesn't explain how i can get the file ( to r...
232 Views
6 Replies
03-26-2024, 12:33 AM
pippuccio76
    Thread: Read file to another server
Post: Read file to another server

HI , i want read file from another server , the file are xls and  i want read with phpspreadsheet ,  i try to use curl : Code: --         $client = \Config\Services::curlrequest([            ...
232 Views
6 Replies
03-25-2024, 06:12 PM
pippuccio76
    Thread: Showing only one error in validation
Post: RE: Showing only one error in validation

InsiteFX Wrote: (03-15-2024, 12:06 AM) -- Your for loop is what is doing it set a flag or something to tell you that you already have an error. -- But if i set only one error it return the error on...
197 Views
2 Replies
03-15-2024, 05:03 AM
pippuccio76
    Thread: Showing only one error in validation
Post: Showing only one error in validation

hi , i have a form with 3 fields (descrizione , um , quantita) that repeats 15 or more time i create a rule to control if descrizione is set um and quantita must be set too : Code: -- public fun...
197 Views
2 Replies
03-14-2024, 01:23 PM
pippuccio76
    Thread: Use when() in model query
Post: RE: Use when() in model query

kenjis Wrote: (03-03-2024, 07:07 PM) -- Read https://codeigniter.com/user_guide/database/query_builder.html#when -- This is not model
236 Views
3 Replies
03-04-2024, 12:04 AM
pippuccio76
    Thread: TCPDF send to browser
Post: RE: TCPDF send to browser

badger Wrote: (02-29-2024, 10:06 AM) -- i'm not a profi but this works for me so it might help PHP Code: -- class TPdfCustom extends Tcpdf {   -- lots of other stuff begin   -- lots of other...
348 Views
3 Replies
03-03-2024, 10:53 AM
pippuccio76
    Thread: Migration add field and set as foreign key
Post: RE: Migration add field and set as foreign key

kenjis Wrote: (02-27-2024, 02:51 PM) -- See https://codeigniter.com/user_guide/dbmgmt/forge.html#adding-keys-to-a-table -- Code: --
367 Views
5 Replies
03-03-2024, 09:19 AM
pippuccio76
    Thread: Use when() in model query
Post: Use when() in model query

Hi , i have a fullcalendar with data getting from several user , admin can see every events , admin events all , users events only if they aren't not private ( field privata set in db as 0) , this is ...
236 Views
3 Replies
03-03-2024, 08:48 AM
pippuccio76
    Thread: TCPDF send to browser
Post: TCPDF send to browser

Hi , i have a problem with TCPDF Iwant send my code to browser ( from controller's method) with : $pdf->Output($link_pdf, 'I'); but the result is strange characters : https://postimg.cc/0zzfS4dt ...
348 Views
3 Replies
02-29-2024, 08:59 AM
pippuccio76
    Thread: Migration add field and set as foreign key
Post: RE: Migration add field and set as foreign key

kenjis Wrote: (02-17-2024, 05:21 PM) -- See https://codeigniter.com/user_guide/dbmgmt/forge.html#creating-tables -- i don't understand, this is another migration Code: --
367 Views
5 Replies
02-27-2024, 05:15 AM
pippuccio76
    Thread: Validation is_unique
Post: RE: Validation is_unique

ddevsr Wrote: (02-26-2024, 09:21 PM) -- You can read on documentation https://www.codeigniter.com/user_guide/libraries/validation.html#setting-custom-error-messages -- hi , i user always custom err...
183 Views
2 Replies
02-27-2024, 04:49 AM
pippuccio76
    Thread: Upgrading from 4.3.1 not upgrade version
Post: RE: Upgrading from 4.3.1 not upgrade version

There isnt a way to update ? -Do a new installation by composer - Copy every folder in app on new installation Should be a solution?
292 Views
7 Replies
02-26-2024, 05:23 PM
pippuccio76

Theme © iAndrew 2016 - Forum software by © MyBB