Forum: PHP Aug 18th, 2009 |
| Replies: 3 Views: 458 Thanks, but I already solved it. I just installed Pear and used that. |
Forum: PHP Aug 11th, 2009 |
| Replies: 3 Views: 458 Hello,
I found a php function that utlizes smtp authentication to send emails. However, when I tried it, no errors are echoed to the browser, but when I check my inbox, there is no mail from that... |
Forum: PHP Nov 11th, 2008 |
| Replies: 4 Views: 740 Thanks. I was going to use mail(). |
Forum: PHP Nov 9th, 2008 |
| Replies: 1 Views: 424 How do you send emails encrypted with SSL from php?
Thanks |
Forum: PHP Nov 7th, 2008 |
| Replies: 4 Views: 740 I'm making a site for a guy, and he needs a way to email all his customers with a single form to save time and be more efficient. I got the compose page done. But in the past, from my experience,... |
Forum: PHP Oct 13th, 2008 |
| Replies: 5 Views: 1,759 Yep, that cleared it up for me. Thanks TopDogger. Btw, I like your username. :) |
Forum: PHP Oct 12th, 2008 |
| Replies: 5 Views: 1,759 Ok so cleanQuotes should only be used during a select statement in the where clause. That makes sense. There are also text boxes where the user logs in. But someone can write up their own custom form... |
Forum: PHP Oct 12th, 2008 |
| Replies: 5 Views: 1,759 I'm not sure if this should go in the MySQL board, or this, since it deals with both PHP and MySQL.
But anyway, I am making a sports memorabilia site for a guy. On the item creation page, after I... |
Forum: Post your Resume Oct 3rd, 2008 |
| Replies: 1 Views: 1,094 What about the $1.5+ trillion (that the taxpayers will be forced to pay) the Fed pumped into the financial system last week?
And the fact that every fiat currency has failed and must fail. It's... |
Forum: PHP Sep 15th, 2008 |
| Replies: 4 Views: 1,182 I forgot to include that I am using a form, with the POST method. |
Forum: PHP Sep 15th, 2008 |
| Replies: 4 Views: 1,182 I am making a section in the users' profile where they pick their favorite teams, which might be in different leagues (NCAA, MLB, NFL).
When the user picks the league, it takes them to the next... |
Forum: C Sep 8th, 2008 |
| Replies: 7 Views: 1,107 Gee, I totally forgot about that, thanks, Ancient Dragon. I was trying to make it too difficult. |
Forum: C Sep 6th, 2008 |
| Replies: 7 Views: 1,107 I knew that you could just use a normal char array, but I didn't know you couldn't modify a char array pointed to by a pointer. If you type *ptr, you can access the value at the variable the pointer... |
Forum: C Sep 6th, 2008 |
| Replies: 7 Views: 1,107 In this example, 10 is the index of a char array ch, but I don't want to modify the tenth element. Also, ch is a single char. I don't quite understand you mean here. |
Forum: C Sep 6th, 2008 |
| Replies: 7 Views: 1,107 So I'm messing with some code, trying to get more familiar with string functions, and I stumbled into an apparent error on my part. Here is my code:
#include <stdio.h>
#include <string.h>
int... |
Forum: HTML and CSS Sep 3rd, 2008 |
| Replies: 6 Views: 2,159 Thanks for your help guys, the CSS worked. |
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008 |
| Replies: 4 Views: 2,073 IE 5.2 for Mac. I don't have a Windows installation in the house. So I have to use it for Mac, which may be kind of old.
But your example displayed 'text response', so I take it that means it... |
Forum: JavaScript / DHTML / AJAX Sep 2nd, 2008 |
| Replies: 4 Views: 2,073 It's also worth adding, I searched the topic list for topic relating to this problem, but none of the advice offered solved my problem.
Thanks. |
Forum: JavaScript / DHTML / AJAX Sep 2nd, 2008 |
| Replies: 4 Views: 2,073 I don't know what happened to my previous topic about this.
But I am using an AJAX menu on a page I am making for somebody, and I used the exact same code w3schools recommends to use:
function... |
Forum: HTML and CSS Sep 2nd, 2008 |
| Replies: 6 Views: 2,159 Thanks for your replies. BuddyLee: I tried that in an external style sheet but it doesn't load the image on the page. Know why? Here is my tag for it:
TD.MAINCELL{
FONT-WEIGHT: bold; FONT-SIZE:... |
Forum: C Sep 2nd, 2008 |
| Replies: 17 Views: 10,040 Sorry, I just now found your reply. I haven't messed with this program for a long time. In fact, I forgot all about it. I've moved on to working with (as much as possible) ANSI standard C, and now I... |
Forum: HTML and CSS Sep 2nd, 2008 |
| Replies: 6 Views: 2,159 I was just at validator.w3.org testing my site, and it found <td background='bricks.jpg'> as an invalid tag. It said Line 25, Column 29: there is no attribute "background".
I am using XHTML 1.0... |
Forum: PHP Aug 28th, 2008 |
| Replies: 11 Views: 981 Thanks for both of you trying to help me. dickersonka, I thought about that javascript thing, but then I also realized that many sites on the internet DO use javascript, and if a person had it... |
Forum: PHP Aug 28th, 2008 |
| Replies: 11 Views: 981 I'm sorry, can you elaborate on that just a little more? I understand that I am supposed to use javascript, but I'm kind of confused. I have to make another form anyway is what you're saying?
... |
Forum: PHP Aug 28th, 2008 |
| Replies: 11 Views: 981 For me the big problem is action='foo.php'
Unless I am mistaken, any submit button would send the form to foo.php by POST, so I would need a second form to have an alternate action page.
I made... |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 6 Views: 1,741 You're saying that you only use one php page that the ajax references, instead of multiple? |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 6 Views: 1,741 Thanks a lot for your reply, S.O.S. I'm confused, though. Should I make this an entire function by itself, or add it to one that already exists in my .js file?
Thanks,
Diode |
Forum: Motherboards, CPUs and RAM Jul 2nd, 2008 |
| Replies: 0 Views: 1,453 Hello everyone,
I am in the market for a new system and wanted to customize my own. I need a decently fast motherboard/cpu setup, and would prefer a Core 2 Duo system. Like the title stated, it... |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2008 |
| Replies: 4 Views: 1,793 I am not familiar with PS3, but is this widget for Mac OS X or a different platform? I only ask because there are small programs for it called widgets, and I didn't know if what you were trying to... |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2008 |
| Replies: 6 Views: 1,741 Not sure if this is relevant, but I also have found that the html code that is outputted from the span pages is not shown when I view the source of menu.php. I viewed the source to check, so I don't... |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2008 |
| Replies: 6 Views: 1,741 Hi.
I'm using AJAX to make a menu for a guy's website I'm making for him. Anyway, he has a sports memorabilia store. I have a simple menu. There is a drop down box that you click on to select the... |
Forum: PHP Jun 9th, 2008 |
| Replies: 7 Views: 1,327 Wait. I think I might have figured it out. Do I put the javascript function in the onload event in the body tag? |
Forum: PHP Jun 8th, 2008 |
| Replies: 7 Views: 1,327 I implemented the session variables, but I have found that the only events SELECT tags respond to are onfocus, onblur, and onchange.
I put the javascript function inside an onload event in the... |
Forum: PHP Jun 1st, 2008 |
| Replies: 7 Views: 1,327 I wasn't quite sure if this belonged in php since I'm using php as the main scripting language, or if it should go in the AJAX board. If this is off-topic here, please accept my apologies.
Diode |
Forum: PHP Jun 1st, 2008 |
| Replies: 7 Views: 1,327 I'm pretty new to AJAX. I think I have found that you can't use php functions on events such as onchange. Is this correct? Do you have to use a javascript function to set the session variables in... |
Forum: PHP May 31st, 2008 |
| Replies: 7 Views: 1,327 Thanks for your reply, but how do you do it? Do you use If-then-elses and use the onload event for the page to execute the javascript?
Thanks. |
Forum: PHP May 30th, 2008 |
| Replies: 7 Views: 1,327 Hi,
I'm making a website for a friend who sells sports memorabilia and I'm using a LAMP setup. I am making a menu that utilizes AJAX. The menu consists of a SELECT tag, we'll call this SELECT1,... |
Forum: Motherboards, CPUs and RAM May 13th, 2008 |
| Replies: 4 Views: 637 Thanks for your reply, Raj.
Yes, I am looking more for info of simple logic gates, preferably TTL, and the way general cpus are hooked up together inside. I am going to try to build an 8-bit cpu... |
Forum: Motherboards, CPUs and RAM May 13th, 2008 |
| Replies: 4 Views: 660 Sounds like maybe a bad motherboard or bus controller went out or something. Did you properly ground yourself when working inside? Maybe a conductive trail got damaged, but I doubt anyone would be... |
Forum: Motherboards, CPUs and RAM May 13th, 2008 |
| Replies: 4 Views: 637 Hi everyone,
I am getting frustrated in my search for schematics and tutorials of cpus on the web. I've been searching for literally months, looking for at least one good tutorial on how cpus are... |