Forum: PHP Aug 18th, 2009 |
| Replies: 3 Views: 475 Thanks, but I already solved it. I just installed Pear and used that. |
Forum: PHP Aug 11th, 2009 |
| Replies: 3 Views: 475 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: 788 Thanks. I was going to use mail(). |
Forum: PHP Nov 9th, 2008 |
| Replies: 1 Views: 439 How do you send emails encrypted with SSL from php?
Thanks |
Forum: PHP Nov 7th, 2008 |
| Replies: 4 Views: 788 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,906 Yep, that cleared it up for me. Thanks TopDogger. Btw, I like your username. :) |
Forum: PHP Oct 12th, 2008 |
| Replies: 5 Views: 1,906 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,906 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: PHP Sep 15th, 2008 |
| Replies: 4 Views: 1,252 I forgot to include that I am using a form, with the POST method. |
Forum: PHP Sep 15th, 2008 |
| Replies: 4 Views: 1,252 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: PHP Aug 28th, 2008 |
| Replies: 11 Views: 1,015 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: 1,015 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: 1,015 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: PHP Jun 9th, 2008 |
| Replies: 7 Views: 1,395 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,395 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,395 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,395 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,395 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,395 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: PHP Mar 27th, 2008 |
| Replies: 3 Views: 830 The title might be messed up a bit; I didn't know how else to title it...
Basically I'm making a web page for a guy who sells sports memorabilia/penants/team clocks, etc. for free as a favor, and... |