Posts by Rogerio Rios • 17 points
8 posts
-
0
votes2
answers584
viewsA: Why is the Json_encode() PHP function not returning data in Json format?
1- I created a PHP as you quoted @Sam. 2-Remove utf8_encode() function@Ivan Ferrer from PHP code. 3- I inserted the stringfy var response function = JSON.parse(JSON.stringify(date)). 4- I formatted…
-
-1
votes2
answers584
viewsQ: Why is the Json_encode() PHP function not returning data in Json format?
Good Morning. After 2 full days researching I post my question: Why does the command echo json_encode($a); is returning an HTML page ? It is a registration where I have 1 foreign key, but the user…
-
0
votes3
answers614
viewsA: jQuery check php database field
Good morning. I’m having problems with the Jquery code posted by Shutupmagda. I continue the POST or create a new POST with my codes (controller, model, view and jquery )?
-
-1
votes1
answer54
viewsA: CI on host, not working
That was the solution : 1 - no . htacess where was Rewritebase /ten I switched to Rewritebase 2 - in config.php $config['base_url'] = '/';
-
0
votes1
answer54
viewsQ: CI on host, not working
I have Xampp installed and locally my CRUD Code Igniter works. No host, subdomain is giving 404 page not found. I moved the whole folder up to a subdomain. The subdomain, created a folder that I…
-
0
votes2
answers49
viewsQ: How to use desired CSS file property
the SELECT element is "taking" the height property of a file. css . But Inputs "use" this same property of another css file ( which is the ideal file). And with this the height of the SELECT is…
-
0
votes1
answer81
viewsA: Mysql - Inner Join runs on PHPADMIN but not on php SCRIPT
I checked and saw that I had to change the order of the tables : I was DIARIO-EMENTA-MATERIA-STUDENTS-CLASS-CLASS and changed to DIARIO- ALUNOS-EMENTA-TURMA-MATERIA , with the aim of showing the…
-
1
votes1
answer81
viewsQ: Mysql - Inner Join runs on PHPADMIN but not on php SCRIPT
I have a small PHP script to interact with MAKERIOD. When I run select in PHPADMIN I get the return : "Showing 0 - 16 records (total 17, query took 8.0945 seconds.)" SELECT Tbdiario.cn1,…