Forum: PHP 21 Days Ago |
| Replies: 7 Views: 344 Thank you soooo much for this information. My script is working properly now! :) |
Forum: PHP 21 Days Ago |
| Replies: 7 Views: 344 Maybe you can see something that I am missing. Here is my complete PHP code:
<?php require_once('../../Connections/diehl.php');
// connect and select to database... |
Forum: PHP 22 Days Ago |
| Replies: 7 Views: 344 I thank you for this information, but I still have one slash. This is before:
Name of Contributor: O\\\'Donnel
Name of Deceased: Henry O\\\'Brien
Condolence: Don\\\'t know
And this is after... |
Forum: PHP 22 Days Ago |
| Replies: 7 Views: 344 Can someone help me store a string that has an apostrophe within it? I thought that using mysql_real_escape_string was supposed to add a slash when retrieving, but remove the slash before storing. ... |
Forum: PHP Aug 11th, 2009 |
| Replies: 1 Views: 369 I actually figured it out. If I place an email address in the from, it works. I suppose that PHP mail() requires an email address here. Here is what I did:
// Set up Email Parameters
... |
Forum: PHP Aug 11th, 2009 |
| Replies: 1 Views: 369 Can anyone help me with the mail function? The mail is sending with the code below:
// Set up Email Parameters
$from = "Condolence Submission";
$subject = "Condolence";
// To send... |
Forum: MySQL Jul 23rd, 2009 |
| Replies: 3 Views: 553 I thank you for this information, but I do not have access to the server firewall connections where the database is stored. Is there possibly a work around without access?
(I think I may be... |
Forum: MySQL Jul 22nd, 2009 |
| Replies: 3 Views: 553 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... |
Forum: PHP Jul 9th, 2009 |
| Replies: 3 Views: 477 Voila!! Thank you so much! My code now works! |
Forum: PHP Jul 9th, 2009 |
| Replies: 3 Views: 477 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... |
Forum: HTML and CSS May 25th, 2007 |
| Replies: 2 Views: 1,307 oops, I had a '1' instead of an 'l'....sorry. Noticed it when I posted the thread, not noticeable in text editor. |
Forum: HTML and CSS May 25th, 2007 |
| Replies: 2 Views: 1,307 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... |
Forum: MS SQL Apr 25th, 2007 |
| Replies: 1 Views: 1,363 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? :-/ |
Forum: JSP Apr 21st, 2007 |
| Replies: 1 Views: 1,386 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.... |
Forum: JSP Apr 19th, 2007 |
| Replies: 4 Views: 7,332 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. ... |
Forum: PHP Feb 2nd, 2007 |
| Replies: 1 Views: 1,210 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... |
Forum: Community Introductions Jan 13th, 2007 |
| Replies: 2 Views: 735 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? |
Forum: Community Introductions Jan 13th, 2007 |
| Replies: 1 Views: 1,028 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.... |
Forum: PHP Jan 11th, 2007 |
| Replies: 2 Views: 7,879 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... |