Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Member Avatar for ivanichi

how to handle nested object with map for display on flatlist or text or other component at react native. i tried to display using text and flatlist but didnt work, i want to display like this ![Screenshot_13.png](https://static.daniweb.com/attachments/2/f5686c337385104ecbb4a6d7531275fa.png) this is my code, can anyone help me const Schedule = () => …

0
37
Member Avatar for ivanichi

hello, i have table, like this ![id_j.jpg](https://static.daniweb.com/attachments/2/825eb7e4f2658c788c5332dbbe8ea3d9.jpg) i want to create crud for it, this is the new section displaying and retrieving data, with this condition: nama_barang show with autocomplete, ![autocomplete.jpg](https://static.daniweb.com/attachments/2/a7714153a09b5ac0adc585f69d4adc71.jpg) autocomplete works, and displays the data once selected but does not automatically create a number of data and they …

0
104
Member Avatar for davy_yg

When I try to save the form this error appears: Unknown column 'image' in 'field list' Also location & description remains empty. Why is it? input_image.php <?php include('../includes/koneksi.php'); $id = isset($_POST['id']) ? $_POST['id'] : ''; $confirmation = isset($_POST['confirmation']) ? $_POST['confirmation'] : ''; $productname = isset($_POST['productname']) ? $_POST['productname'] : ''; $location …

Member Avatar for TonyG_cyprus
0
291
Member Avatar for ivanichi

i have problem about while loop. this my code, error_reporting(E_ALL ^ (E_NOTICE | E_WARNING)); function multiexplode ($delimiters,$string) { $ready = str_replace($delimiters, $delimiters[0], $string); $launch = explode($delimiters[0], $ready); return $launch; } function my_replace($srch, $replace, $subject, $skip=1){ $subject = explode($srch, $subject.' ', $skip+1); $subject[$skip] = str_replace($srch, $replace, $subject[$skip]); while (($tmp = array_pop($subject)) …

Member Avatar for ivanichi
0
564
Member Avatar for ivanichi

Assuming i have $a='1024,1025,0000|1020,0000|'; $b='1024,1025,0000,1020,0000,'; i want replace commas (,) in $b with (|) so that $b is equal to $a like this $b='1024,1025,0000|1020,0000|'; if i use $ob=str_replace("0000,","0000|",$b); echo $ob; output works : 1024,1025,0000|1020,0000| But, how to make it with PHP where did i put that this refers to the …

Member Avatar for ivanichi
0
255
Member Avatar for ivanichi

i want change one word from some of the same words with respect to the position of (the first second or third) example : $string = "He had had to have had it."; echo preg_replace('/had/', 'SSS', $string, 1); output : He SSS had to have had it. i want -->: …

Member Avatar for ivanichi
0
302
Member Avatar for davy_yg

How to create website when you click the product gallery will appears a special url for such product. The problem is the product is customizable.

Member Avatar for davy_yg
0
106
Member Avatar for ivanichi

$char = '3'; $string = '101131110|101131110|'; $positions = array(); $pos = -1; while (($pos = strpos($string, $char, $pos+1)) !== false) { $positions[] = $pos+1; } $result = implode(',', $positions); print_r($result); The position of '3' in our string was 5,15 I want to get a second position of '3' in position …

Member Avatar for annaharris
0
436
Member Avatar for alexgv14

I am trying to create a form that exports my mysql database , and can also reimport the mysql database using like a form. I am trying to do this in PHP any ideas on how it can be done or if it''s already been done? I know there is …

Member Avatar for vincentwansink
0
177
Member Avatar for ivanichi

I want to create a button to be executed and produce: a warning and if the click OK to go to another page. look at my javascript code, I've made ​​but I do not know [COLOR="Green"][U]where to put such a target="_blank"[/U][/COLOR], anyone please help me. thanks. [CODE]<script language="JavaScript">alert('Thanks'); document.location='kuitansi.php?id=<?php echo …

Member Avatar for Airshow
0
92
Member Avatar for ivanichi

we can actually use number_format, but I want results that are not rounded, so I use function. i want to change a. 1000 >> Rp 1.000,- b. 10000 >> Rp 10.000,- c. 100000 >> Rp 100.000,- d. 240857.5 >> Rp. 240.857,5 and then i create function for it, a, b …

0
62
Member Avatar for ivanichi

Hi friend, i have 2 files 1. ft.php and 2. inf.php [B] this is ft.php[/B] [CODE] <script type="text/javascript"> function setTXT(x) { opener.document.fmain.mms.value=x; window.close() } </script> <? include_once "conf.php"; $sql="select id,pl,inf from det_pl"; $data=mysql_query($sql); ?> <br> <table width="100%"> <tr> <td align='center' class="headlist" >no</td> <td align='center' class="headlist" <?=$colspan?> >code</td> <td align='center' class="headlist" …

Member Avatar for AleMonteiro
0
295
Member Avatar for ivanichi

I create a form wizard (previous and next) and want to use a validation, I have multiple id to be applied on the form as an id. this is javascript for form wizard [CODE]<script type="text/javascript"> var myform=new formtowizard({ formid: '[COLOR="red"]fslide[/COLOR]', persistsection: true, revealfx: ['slide', 500] }) </script>[/CODE] and this is …

Member Avatar for ko ko
0
119
Member Avatar for ivanichi

I want to make layout like this...(in attachment) please some one help me, the problem in [b]z-index[/B]...i can't edit [b]input text[/b]. thanks all.

Member Avatar for ivanichi
0
322
Member Avatar for ivanichi

I want to make layout like this...(in attachment) please some one help me, the problem in [B]z-index[/B]...i can't edit [B]input text[/B]. thanks all.

Member Avatar for ivanichi
0
66
Member Avatar for ivanichi

Hi, can you help me.. how to save value multiple dropdown [CODE] <select name="s1" id="s1" multiple="multiple"> <?php $sql=mysql_query("select * from setting_mp ORDER BY id_tingkat ASC"); while ($data=mysql_fetch_array($sql)){ echo "<option value=$data[id_mp]> $data[pelajaran]</option>"; } ?></select>[/CODE] I wish if there are three values, then everything will go in the field i want enter …

Member Avatar for ivanichi
-1
854
Member Avatar for ivanichi

Hi friend, i want my table on database can be view in excel, but i have problem, how to set colspan, rowspan and bgcolor in excel with php ? can you help me.. thanks

Member Avatar for saiprem
0
78
Member Avatar for ivanichi

Hi.. i have 4 combolist (combobox). for action i want just one submit button. how to make it on action

Member Avatar for ivanichi
0
79
Member Avatar for ivanichi

Hi..friend.. anybody help me, how to display motherboard serial with php script ? thanks... :)

Member Avatar for ivanichi
0
105
Member Avatar for ivanichi

Hi, everyone, I'm a new member here. Currently, I'm developing a web application and there's a need to make an activation for the product I developed. I want give activation on my product for a time session on local. My question is, is it possible to make that? As we …

Member Avatar for ivanichi
0
122