Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
Member Avatar for AndyGraham
Member Avatar for kitschkath

Hi, it's me again.. I have this codes wherein I can export the data from the databse to Excel.. I get a **Notice: Undefined variable: aData** on one of the php files.. well two of them actually.. The weird thing is... The other page which I have modified - i …

Member Avatar for kitschkath
0
183
Member Avatar for kitschkath

Hi there~ I am kinda coding a verrry simple information system which uses Javascript. I am not familiar with JS and I only know the basics, but maybe what I'll ask is a veeery simple one but oh well, should I be asking if I found a solution after searching …

Member Avatar for urtrivedi
0
223
Member Avatar for codedome

I need my php application to be able to work with biometric device, such as fingerprint scanner. I need ideas/resources, pls.

Member Avatar for diafol
1
836
Member Avatar for kitschkath

I was wondering how am i able to do that? i have inline-block div of images, how am I supposed to divide it.. like 10 images per page? i am using php here btw so it has loops. i don't know if i am posting in the right place but …

Member Avatar for kitschkath
0
47
Member Avatar for johannamc

my internet exploer crashes and my hp support assisstance tune up say trying to delete pemenent file that may harm your computer i dont know what to do

Member Avatar for johannamc
0
188
Member Avatar for rodopeos.apostolos
Member Avatar for gerbil
0
223
Member Avatar for Skate Bart

I'm looking for a simple database-server maintenance and management software. It need not to be free but it must be known in the field of networking.

Member Avatar for kitschkath
0
242
Member Avatar for jhonson

I am running an upcoming company with multiple branches. My business is booming and I am opening up new branches. So I need a Web Conferencing System that should be easy to use, secured operation and less complex in architecture. Reliability of the company is another issue. Is anybody proficient …

Member Avatar for kitschkath
0
216
Member Avatar for kitschkath

Hi, After two weeks of not touching my web codings. PHP just gave me tons of surprises. I'm confused. I don't know what happened but I have this page entering a new category: <form name="new_category" action="savenewcategory.php" method="post"> <input type="text" name="category" size="30"><input type="submit" value="Add"> </form> savenewcategory.php <?php $con=mysql_connect("localhost","root"); mysql_select_db("cart0902",$con); $category=$_POST['category']; $sql="insert …

Member Avatar for kitschkath
0
250
Member Avatar for kitschkath

Hello, I don't know if I am violating any rules, I am currently making an online teacher's evaluation system for my final laboratory project in Web Development course. I think I already got the logic (though still a mess) of the part where the values of the radio button is …

Member Avatar for iamthwee
0
149
Member Avatar for kitschkath

So I've been figuring this out for an hour now and I can't seem to find the problem is so i have this code: [CODE]$QUERYsubject="select * from tbltablestudent where S_ID='".$myusername."'"; $subject=mysql_query($QUERYsubject) or die(mysql_error()); $QUERYgr1="Select * from ".$subject[Subject].", tbltablestudent where ".$subject[Subject].".S_ID=tbltablestudent.S_ID and tbltablestudent.S_ID='".$myusername."' and Grading_period='1st_Grading'"; $gr1=mysql_query($QUERYgr1) or die(mysql_error());[/CODE] and I am …

Member Avatar for kitschkath
0
146
Member Avatar for kitschkath

Hello can anybody help me with constructing a PHP ODBC code for retrieving records in a database? here's my code: [CODE] <html> <head> <title>HCPSMSHS: Grade Viewing System</title> <link rel="stylesheet" href="css.css" type="text/css" charset="UTF-8" media="all"> </head> <BODY> <?php $conn=odbc_connect('DB2','','') or die("connect error: ".odbc_error()); $username=trim(stripslashes($_POST['username'])); $password=trim(stripslashes($_POST['password'])); $sql="SELECT * FROM tblstudents WHERE S_ID='$username' AND …

0
71
Member Avatar for wayz1229

i'm realy confused on how to do this.. deperately need help. i have two tables as below: table1- qid(primarykey), qtitle table2- aid(primarykey), atitle, qid example, table1- (qid=1; qtitle=fruits), (qid=2; qtitle=vehicle) table2- (aid=1; atitle=apple; qid=1), (aid=2; atitle=banana; qid=1), (aid=3; atitle=car; qid=2), (aid=4; atitle=bike; qid=2), (aid=5; atitle=bus; qid=2); when i retrieve the …

Member Avatar for kitschkath
0
114
Member Avatar for kitschkath

[ICODE]Dim li As ListItem Dim dTotal As Integer For Each li In ListView1.ListItems dTotal = Val(dTotal + CInt(li.SubItems(3))) Next txtgrade.Text = CStr(dTotal) 'returns the total value [/ICODE] data in LIST VIEW: 90 8 50 45 I used the codes above but I can only retrieve the values (45) ?? what …

Member Avatar for Jx_Man
0
1K
Member Avatar for kitschkath

Hi there I am hoping that someone could help me with this... I was trying to redirect a page using header(); after successful login. I am going to share my codes: Login.html [CODE] <html> <head> <title>HCPSMSHS: Grade Viewing System</title> <link rel="stylesheet" href="css.css" type="text/css" charset="UTF-8" media="all"> </head> <BODY> <center><div id="header"></div></center> <center> …

Member Avatar for kitschkath
0
188