-
Created Post http and get returned/echoed data
Hi Dw. This is my first Android app, and what I'm trying to do is to post a POST/GET method to my webserver using Http in Android studio. I also … -
Began Watching Post http and get returned/echoed data
Hi Dw. This is my first Android app, and what I'm trying to do is to post a POST/GET method to my webserver using Http in Android studio. I also … -
Replied To a Post in Display and hide div based on if statement
Got it. Just did it like this: <div class="<?php echo $_SESSION['iiio'] == "pending" ? 'show' : 'hidden';?> <?php echo $_SESSION['xmm'] == "standard" ? 'hidden' :'show';?>" <a href="https://www.paymentgateway.com"> <button align="right" id="completeReg" … -
Replied To a Post in Display and hide div based on if statement
Hi broj1, Can you explain how can I have two conditions that both affect the display of the same div. e.g. <div class="<?php echo $_SESSION['iiio'] == "pending" ? 'show' : … -
Replied To a Post in MLM Project , Dynamic Binary tree creation using php and mysql
Well I'm not to sure how many levels do you have and also I didn't read your code that much. In my case there are 5 levels so what I … -
Began Watching MLM Project , Dynamic Binary tree creation using php and mysql
hello friends , i need a help to create a binary tree using PHP and mysql. Friends i able to create a tree which is start form parentID with 0 … -
Created Get Payfast notify data
Hi DW. I am able to purchase from my online store but I don't seem to be able to get the pass through data which whould be sent to my … -
Began Watching Get Payfast notify data
Hi DW. I am able to purchase from my online store but I don't seem to be able to get the pass through data which whould be sent to my … -
Marked Solved Status for Display and hide div based on if statement
Hi Guys. I'm having a serious problem that is holding me back. I have a file which is a user dashboard and this file gets data from another php script … -
Replied To a Post in Display and hide div based on if statement
Thank you very much, you are a life saver. Thanks -
Gave Reputation to broj1 in Display and hide div based on if statement
In first version you are missing the other condition ($_SESSION['iiio'] != "pending"). In that case the div is shown by default. It looks like you are using Bootstrap so you … -
Created Display and hide div based on if statement
Hi Guys. I'm having a serious problem that is holding me back. I have a file which is a user dashboard and this file gets data from another php script … -
Began Watching Display and hide div based on if statement
Hi Guys. I'm having a serious problem that is holding me back. I have a file which is a user dashboard and this file gets data from another php script … -
Replied To a Post in Need help writing text file into listview with 8 columns
Its a good idea to do database but if your data is not too big and you don't worry that much with data loos then you can still continue with … -
Began Watching Need help writing text file into listview with 8 columns
I am currently working on a program to track my mile for my monthly expense report for work. Everything is working great, however, I can not for the life of … -
Marked Solved Status for Get textbox data without POST or GET calls
This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the … -
Replied To a Post in Get textbox data without POST or GET calls
Mmmm thanks everyone for your comments and your suggestions as well. Well I will close this post. I've got an alternative to this problem I had. -
Replied To a Post in Get textbox data without POST or GET calls
Ok lets stick with > I'm trying to record someone's phone number without them actually submitting the form -
Replied To a Post in Get textbox data without POST or GET calls
@pty > what are actually you trying to do? Well I've already stated > what I want is to take what is typed on the textbox and assign it to … -
Replied To a Post in Get textbox data without POST or GET calls
Well @pty you can call it whatever you call it, but the it remain the same. The reason for you to talk like that is because you haven't faced this … -
Replied To a Post in Get textbox data without POST or GET calls
Thanks but I think you miss understood. I want to take what is typed on the dCell input box and assign it to a session so that I can call … -
Replied To a Post in Get textbox data without POST or GET calls
I want to achieve something like this or I want to do this but its doesn't work here how can I do it, take note of parameter `data-name` <div class="clearfix"></div> … -
Replied To a Post in Get textbox data without POST or GET calls
Hi guys sorry for the late reply. Basically what I want is to take what is typed on the textbox and assign it to another control variable or at least … -
Edited Get textbox data without POST or GET calls
This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the … -
Created Get textbox data without POST or GET calls
This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the … -
Began Watching Get textbox data without POST or GET calls
This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the … -
Replied To a Post in Set one of button parameters to a textarea's value
Yes I did, I even tried using the `attr ()` but still. -
Replied To a Post in Set one of button parameters to a textarea's value
Ow I've spotted what you are talking about, I missed the # I've just did as you said but still the 'data-name=testbutton' is not updated. its just writes 'testbutton' to … -
Replied To a Post in Set one of button parameters to a textarea's value
But my code is the same as what you posted except that you had 'name' and I have 'data-name' which is where I want to apply the changes. -
Created Set one of button parameters to a textarea's value
Hi everyone. I'm having a very seriouse problem where I have a textbox and I want a button and I want to take whatever a user type in this textbox/textarea … -
Began Watching Set one of button parameters to a textarea's value
Hi everyone. I'm having a very seriouse problem where I have a textbox and I want a button and I want to take whatever a user type in this textbox/textarea … -
Replied To a Post in How can I archive this
Thanks. -
Marked Solved Status for How can I archive this
Hi DW. I have built a website using Mobirise and now what I want to do is to enable the site to accept comments from people and also display them … -
Replied To a Post in How can I archive this
I managed to get the solution to this problem and the solution is: <?php $mysqli = new mysqli($host, $user, $password, $database); // DO ERROR CHECKING HERE $article_id = isset($_GET['id']) ? … -
Created How can I archive this
Hi DW. I have built a website using Mobirise and now what I want to do is to enable the site to accept comments from people and also display them … -
Began Watching How can I archive this
Hi DW. I have built a website using Mobirise and now what I want to do is to enable the site to accept comments from people and also display them … -
Marked Solved Status for How to read online text file
Hi DW. Is there anyone know how to read a text file line by line from the web/internet in VC++? I have a function which works well in reading the … -
Marked Solved Status for Working with Controls
Hi Guys. I'm not a c++ dev but a VB.NET developer. I will first explain my scenario so that the question would be clear. Suppose I had a form which … -
Replied To a Post in Working with Controls
I've found the solution to this problem and the problem was that I was writting the code in the wrong place, the correct place is inside the Form1.h and you … -
Replied To a Post in selected row in datagridview to label
@Glenda I think that easy as you already know where you want that to be visible which means you will have to modify the > `Label1.Text = DataGridView1.CurrentCell.Value.ToString` to what … -
Began Watching selected row in datagridview to label
how can i display the selected row in datagridview to label? -
Replied To a Post in How to read online text file
@Thines01. I've tested your code and it does retrieve the data, but the issue that I'm having now is that on my other code that read a file on a … -
Replied To a Post in How to read online text file
@Thines01. Thank you for that and it look like its what I'm looking for indeed. To mention I'm using Microsoft Visual C++ 2010 under the Microsoft Visual Studio 2010 IDE, … -
Replied To a Post in How to read online text file
I've just saw something about > boost and I will try it and see if its whats I'm looking for but its look like its is what I'm looking for. -
Created How to read online text file
Hi DW. Is there anyone know how to read a text file line by line from the web/internet in VC++? I have a function which works well in reading the … -
Began Watching How to read online text file
Hi DW. Is there anyone know how to read a text file line by line from the web/internet in VC++? I have a function which works well in reading the … -
Replied To a Post in (ask)
You problem is here cmd = New OdbcCommand("insert into arsip values (?, ?, ?, ?)", conn) With cmd .Parameters.AddWithValue("?", TextNO.Text) .Parameters.AddWithValue("?", TextJenis.Text) .ExecuteNonQuery() End With conn.Close() you have 4 values … -
Began Watching (ask)
 Why can not save to the database? my script Imports MySql.Data.MySqlClient Imports System.Data.Odbc Public Class Arsip Const DSN = "DSN=arsip" Dim conn As OdbcConnection Dim cmd As OdbcCommand … -
Replied To a Post in Crystal Report Generation
Is the problem with getting and reporting data or you haven't used Crystal Report? -
Began Watching Crystal Report Generation
I am new in reporting with crystal reports. i am trying to genrate a report in vb.net. My data to be displayed in the report is based on a screen …
The End.