Posts by cfreitasc • 43 points
7 posts
-
0
votes0
answers44
viewsQ: Error running React-Native run-android - another error
Good morning everyone. I’m taking a React-Native course and I’m already in the 10th class. I’m running the course project via USB Debugging on mobile. Until then, everything was running well but now…
-
1
votes0
answers58
viewsQ: Error running React-Native run-android
Good day to you all. I’m taking a course in React-Native and I’m already in 10th class. I’m running the course project via USB Debugging on mobile. Until then, everything worked fine but when I…
react-nativeasked cfreitasc 43 -
0
votes0
answers55
viewsQ: Create Multidimencional Array Dynamically in PHP
Perhaps that question has already been asked but I have found nothing to help me. I believe that this doubt is simple but since I am no expert in PHP, I could not solve it. Following: In the company…
-
0
votes1
answer88
viewsQ: Mount Array to API
Good morning to you all. I believe my question is primary, but I’m getting a lot of heat. Here in the company we will use an online ERP in which we intend to include our sales orders (using PHP) via…
-
0
votes1
answer117
viewsQ: INPUT[TYPE=RADIO] Label Formatting
Good morning to you all. Forgive me if this question has already been asked here but I have looked and found nothing similar. I’m putting together a survey to be used in smartphones and I have a few…
formattingasked cfreitasc 43 -
1
votes2
answers41
viewsQ: Reading fields from a table
I am reading a table that has 12 fields (campo_1, campo_2, ..., campo_12). After each reading of a record, I need to do a repeat treatment for each column (only changes the field name). So I need to…
-
1
votes0
answers76
viewsQ: simplexml_load_file does not return any record
I have the following routine for reading XML file: $arquivo_geral = "xml_categ_1.xml"; if (file_exists($arquivo_geral)) { $xml = simplexml_load_file($arquivo_geral); foreach($xml->categoria as…