model, swimmer
- Interests
- acting, singing, swimming, modeling...
60 Posted Topics
Hi Guys, Do you have any ideas on how to create and read barcodes in PHP? Ive been researching it but still I did'nt get answers. Thank You! | |
Hi Guys Im trying to search in a textbox on my form and its value will load on the table. But I cannot get how, and also what should I use, I only know PHP and simple Javascript, Please help me. I only want to know on how can I … | |
I added "DISTINCT" in my code. but seems the output is still the same, it have duplicate records. Thank u :D (note: I changed the field names and tables here) SELECT DISTINCT b.field1, b.field2, b.field3, b.field4, c.field1, c.field2, c.field3 from tbl1 b inner join tbl2 c on b.logid = c.logid … | |
Hi Guys, I am inserting values in two tables. After the insert of values in the first table, I want to get the inserted ID(first table) because I need that value in my second table.This is my code but I think it will gives error when there are many values … | |
Hey guys please help me with my code, I want to disable select drop down if $stat=a, this is my code. Thank You! echo "<select name='name' id='name' 'if ($stat =='a'){ echo ('disabled');}'>"; | |
Hi Guys I need help. I have a table and when I clicked the table row(PID 1 below) Ill get the info of the row 1(PID) and pass it on the other form(form2). Thank You in advance. pid prno 1 one 2 two this is my code in loading the … | |
Hey, I am trying to create a form where in I can input 3 or more values on it, but I do not know where to start I am planning to create a datagrid like in PHP, Guys can you help me? Thank you. | |
Guys what is wrong with my code? Why it gives me an output "hi"! Can you explain it to me. Please. Thank You! <?php $a = "Unemployed"; if ($a == "Employed, Locally" or "Employed, Abroad"){ echo "hi"; } elseif ($a == "Unemployed"){ echo "hello"; } ?> | |
Hey guys, I want to generate a unique number in PHP (ex. 000001, 000002 etc), when it is saved in the database it will increment in 1 (+1). But how can I do it? Thank You :) | |
I have Checkboxes, the last checkbox is OTHER if the user clicks it, a textbox will appear. I want to get the value of the textbox and pass it on my checkbox, I do not know how to do it. This is my code, I used loop to get the … | |
Guys, I know its easy to do it, but I'm having a hard time doing it. Please help me, I want to get the checked items in checkbox. The problem is that it gets the last value of it. I just used echo to get all the values, but how … | |
Good Day, guys, please help me, after validation in javascript,I want the user to go to the next page. I tried window.open ("sinfo.php"); The problem was it opens in another tab. I want the next page (sinfo.php) to be on the current window. Thanx | |
Good day, can you please help me how to add textbox dynamically and insert its value to database. I tried Javascript in adding textbox, but how can I insert its value?? Thank You! | |
Hello, I'm planning to put a chatbox in my intranet, can you give me an idea if what should I do? Thank You God bless :) | |
Hi guys please help; so I have this Login in my webpage when I'm doing it on my pc(vista and wamp) there is no error I can Login/out, but when it is hosted on the server(ubuntu and xampp) I am getting this error :( Warning: session_start() [function.session-start]: Cannot send session … | |
Good day, Please help guys, I have records in which if I updated table1, I have to update table2. This is my code for update table1(which is proja) $sqlu = mysql_query("UPDATE proja SET pname= '$par', amunt = '$amt', janua = '$jan', febru = '$feb', march = '$mar', april = '$apr', … | |
Please help, so I have this combobox in html/php, So I want to load the records from mysql to a combobox, I had done that, so when the user selects a record in combobox, how can i get the selected value in the combobox?? Please guide me. I'm new in … | |
Hello, I have textboxes and I want to add the inputted values, however, some of the textbox(es) have null values and it gives me a "NaN". what should i do? thank you :) this is my code. sep = parseFloat(document.getElementById('txtSep').value); oct = parseFloat(document.getElementById('txtOct').value); nov = parseFloat(document.getElementById('txtNov').value); dec = parseFloat(document.getElementById('txtDec').value); amt … | |
Is it possible to make a datagridview in php? Wherein you can add, edit, delete records. Please Help me.. Thank You God bless you all :) | |
Hello guys, do you have an idea how to add rows in php? Like datagridview in which you can add rows when you want to. Any idea what should I do? Thank You. | |
Help me please I have a table with 9 columns After Column5, I want to have two rows in row1 = (Qualification) in row2, there are for columns(Ed, Tr, Ex, El) Thank You. <td rowspan="2"><b>Col5<b></td> <tr><td colspan="4"><b>Qualification</b></td></tr> <td><b>Ed</b></td> <td><b>Tr</b></td> <td><b>Ex</b></td> <td><b>El</b></td> | |
How to make Month and Celebrants change its color to yellow? Thank You echo date('M'). " ". ('Celebrants'); | |
I am saving a record to database. When there is an error in saving a pop up window will show. However a popup window shows in another page. I want the popup window shows on the current page. echo "<script type='text/javascript'>alert(\"Error saving record(s). Please Try Again!\")</script>"; I try this one … | |
I have a rootnode and its value is (1) then it's childnode is (2,3) I add childnodes to (2) but on (3) I do not know. how can I add childnodes to 3? | |
I want to make a message textbox, when there is a newline the text will go down to fit the size of the textbox text here text here text here text here text here text here text here text here text here text here text here text here text here … ![]() | |
I'm doing a verify login in php and when i put my username and password correctly. It prompts 'Incorrect UserName Password' ?php $user = $_POST ['txtuname']; $pass = $_POST ['txtpass']; $encryptpass=md5($pass); // used mysql_connect_db instead of mysql_connect mysql_connect("localhost", "root", "") or die(mysql_error()); // This line is missing mysql_select_db("intranet") or die(mysql_error()); … | |
Help please. how can i get the value in treeview.. Thank You! | |
Help me please in putting nodes in left node and right node Dim leftnode = Val(rootnode) * (2) Dim rightnode = Val(leftnode + 1) rootnode.add(leftnode) rootnode.add(rightnode) How will i do that? Thanks and God bless u. | |
please help.. how to program nodes(like in binary tree) the root node is (1) then left(LNode) is (2) and right(RNode) is (3).. then for (2)- LNode of (4) RNode (5).. for 3-- LNode(6) RNode(7)..so on.. how can i do that.. then the numbers are in the database.. Thanx | |
please help i want to load record in my div id ="msgbox" <div id ="msgbox"> <form action="connection/selectemp.php" method="post"> </form> </div> this is my connection <?php $con = mysql_connect("localhost", "root", ""); if(!$con){ die('Could not connect:' . mysql_error()); } mysql_select_db("intranet", $con); $result = mysql_query("SELECT * FROM `tblmsg` INNER JOIN `employee` ON tblmsg.empid … | |
Good day, please help, when i transfer my phpcode in ubuntu I am getting this error * Warning: include(includes/sidebar.php) [function.include]: failed to open stream: Permission denied in /opt/lampp/tg/index.php on line 47* but when I'm using Windows vista my pages are okey... please help thank You.. | |
Hi guys, Please help! I want the column/cell of my Datagridview to accepts double(1500.50). I declare the cells as TextBoxCell. [CODE] 'In dgvw_EditingControlShowing event : AddHandler tb.KeyPress, New KeyPressEventHandler(AddressOf txtColDgvw_Keypress) 'Calling the Keypress of TextBoxCell[/CODE] [CODE] Private Sub txtColDgvw_Keypress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Try If not Char.IsNumber(e.KeyChar) … | |
Re: [CODE]txtyield.text = FormatNumber(d1, 2) [/CODE] | |
Re: you can not convert string to textbox. | |
any idea how to use autocomplete in the textbox getting the records from database? i tried using the properties of textbox. But if the table is updated then autocompleteCustomSource is not updated... please guide me.. thank u. | |
Re: [CODE] If MsgBoxResult.Yes Then Me.Hide()'or me.dispose : me.close End If [/CODE] | |
Please help me.. i am stuck with this one... i have a a field(TotalAmount) in Table(Deposits) when i run this stored proc when i put @TotalAmount = 5000.00 the table became 5.00 i tried everything, still not working properly... thank u :) [CODE] ALTER PROCEDURE [General].[EditTable] -- Add the parameters … | |
ei guys, i am stuck in getting unchecked in listview... pls help me... thank u :) this is my code... [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For Each item As ListViewItem In ListView1.Items If CheckState.Unchecked Then MsgBox(ListView1.Items.Item(0).SubItems(1).Text) End If Next End Sub [/CODE] | |
Re: [CODE] Dim DD As String : Dim MM As String : Dim YYYY As String DD = Now.Day : MM = Now.Month : YYYY = Now.Year TextBox1.Text = MM & "/" & DD & "/" & YYYY [/CODE] | |
Re: in your query add your new field there... ex.[CODE] Query = "Select OldField1, OldField2, NewField1 from YourTable" [/CODE] | |
please help me, i want to split records using stored procedure Record1 = 1,2,3,4,5,6 I want to split record1 values and insert in the table but different rows... please guide me... thank you :) | |
Re: [CODE] Private Sub TextBox2_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox2.KeyPress Dim tTip As New ToolTip If TextBox2.Text = "-" Then tTip.Show("invalid", TextBox2, 2000) End If End Sub [/CODE] | |
Re: [CODE] Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged TextBox2.Text = UCase(TextBox2.Text) End Sub [/CODE] just make your textbox in uppercase... | |
Re: add a field(Deleted as Boolean) in your table.... Then used update statement instead of delete... [CODE] query= "UPDATE YourTableName SET Deleted = 1 WHERE YourCondition" [/CODE] when your viewing records [CODE]query= "Select Yourfield frm YourTableName where Deleted = 'false'" [/CODE] Deleted = 'false'(view Records) Deleted = 'true'( no records)... that's … | |
Please Help, the user can only input today's date and tomorrow's date... How can i get it?? example valid dates are: Today's date: March 01, 2011 and tomorrow's date: March 02, 2011 if the dates are not valid then error.... Thank You... [CODE] Dim DD As String : Dim MM … | |
Re: [QUOTE=markdean.expres;1481952]Guys, is there a way to programatically and more efficiently sort records displayed in a datagridview control? If so, how?[/QUOTE] Required: CheckBox and DatagridView Checboxname = chkboxDesc DatagridView = DatagridView1 [CODE] Private Sub chkboxDesc_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkboxDesc.CheckedChanged If chkboxDesc.Checked = True Then DatagridView1.Sort(DatagridView1.Columns(0), _ … | |
Re: WHERE EmployeeNo= '" & txtEmpNo.Text "'" in your Condition | |
Please help me how to add all items that are checked into listview... thank you :D | |
How to put checkbox in listview header? Use of checkbox is for select all and vice versa... Thank You... |
The End.