Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for tmv105

Hi! I am totally new to using a Sax parser! Can anyone help me understand how to grab my xml content and store each group in an array list for later access. Within the XML there is repeating groups of information for different days and I want to be able …

0
56
Member Avatar for tmv105

I have an OWC Mercury on-the-go 160GB hard drive that was used on a Mac and I have plugged it into my PC (running Windows 7). It does not appear under "My Computer" though I can find it in Disk Management labeled as Disk 1 and also under Devices and …

Member Avatar for caperjack
0
120
Member Avatar for tmv105

Can someone help me store a string that has an apostrophe within it? I thought that using [B]mysql_real_escape_string[/B] was supposed to add a slash when retrieving, but remove the slash before storing. Here is a portion of my code and then also the result of the data after it is …

Member Avatar for Atli
0
125
Member Avatar for tmv105

Can anyone help me with the mail function? The mail is sending with the code below: [code=PHP] // Set up Email Parameters $from = "Condolence Submission"; $subject = "Condolence"; // To send HTML mail, set the Content-type header. */ $headers = 'MIME-Version: 1.0' . "\r\n" . 'Content-type: text/html; charset=iso-8859-1' . …

Member Avatar for tmv105
0
101
Member Avatar for tmv105

Hi all, I am a student trying to access a database that is on a different server than where my web pages are stored. My webpages running PHP scripts are here (128.118.142.34 through 128.118.142.46) and my database is here (146.186.83.60) Here is the code that I implemented: [code]$con = mysql_connect(146.186.83.60, …

Member Avatar for spthorn
0
1K
Member Avatar for tmv105

I have a form that I want to edit the values from the database. I am able to update all my values except for the radio boxes populated from my database. After my UPDATE command, the value being grabbed is the initial checked value from the database. [code=php]<?php $db_maritalstatus = …

Member Avatar for jcacquiescent27
0
100
Member Avatar for tmv105

I can't figure out why my liquid layout approach is working with one of my rows and not for my other. Here is the css I'm using...it works for the row3col1 and row3col2, but not for the row2col1ycaaa and the row2col2ycaas(here it doesn't float my information. #row2col1ycaaa { margin-top: 10px; …

Member Avatar for MidiMagic
0
98
Member Avatar for tmv105

I have a populated table and would like to store a link in a field. I am populating an html table from the table and want the value of the field to be a clickable link....is this possible? :-/

Member Avatar for hollystyles
0
54
Member Avatar for tmv105

Can anyone help me to store my result set into another object so that I can display it on my jsp page in a table. I can get output of my resultSet from a System.out.println(rs.getString(i)) stance. I tried storing each row in a vector and then each row of vectors …

Member Avatar for jwenting
0
123
Member Avatar for tmv105

I hope that I'm posting this correctly. I have populated a vector of my resultSet from a query. I tested it on an application side code and am now trying to access a method from my web side jsp. Here is my error page: org.apache.jasper.JasperException: Exception in JSP: /searchResults.jsp:32 29: …

Member Avatar for jwenting
0
64
Member Avatar for tmv105

I have created a HTML form for a user to login that checks against a database of usernames and passwords to ensure authenticity. If it's good to go, I redirect to a new page, but if it's not I am trying to display a message on my "Login" page and …

Member Avatar for php_daemon
0
73
Member Avatar for tmv105

Hi once again! I could not find an appropriate forum to post this question to. How would I add a photo/avatar to my profile?

Member Avatar for happygeek
0
48
Member Avatar for tmv105

Hi! I joined DaniWeb quite some time ago, but until recently had never revisited the site. I am getting into more programming within my personal and school environment and welcome the communication. I look forward to utilizing this !:lol:

Member Avatar for Dani
0
40
Member Avatar for tmv105

Hi! I am having problems validating my HTML to at least transitional due to my use of checkboxes and accessing them with PHP and javascript. I want client-side validation and server side functionality and therefore am utilizing PHP and JS. My understanding is that JS recognizes checkboxes to be an …

Member Avatar for digital-ether
0
90