Forum: Getting Started and Choosing a Distro Apr 20th, 2009 |
| Replies: 3 Views: 928 Thank you for your reply. But the problem dissappeared when I reinstalled ubuntu for the 5th time. Odd but I'm happy :) |
Forum: Getting Started and Choosing a Distro Apr 20th, 2009 |
| Replies: 3 Views: 928 Heya, I've had enough of windows and I'm attempting to install Ubuntu 8.10 desktop i386 version. The installation and everything works fine, but when I remove the cd (as asked to) and reboot the... |
Forum: PHP Mar 22nd, 2009 |
| Replies: 3 Views: 480 Thank you.
I just realized that I forgot to mention that it never passes the if.. When I run the code above the output simply is "Mail Failed". |
Forum: PHP Mar 20th, 2009 |
| Replies: 3 Views: 480 Heya. I have a problem with a mail script. It returns no error or anything it just doesn't send.
if(mail($email, "Test", $mess, "From: $nick <$email>")){echo 'Mail sent!';}else{echo 'Mail... |
Forum: Community Introductions Mar 19th, 2009 |
| Replies: 3 Views: 351 |
Forum: VB.NET Jan 31st, 2008 |
| Replies: 12 Views: 29,613 Thank you!
So if I create a variable in Form1, then it will automatically exist in Form2 once it opens? Cool! |
Forum: VB.NET Jan 30th, 2008 |
| Replies: 12 Views: 29,613 *Bump*
Do this also work in VB 6? I'm new to the language and tested out your code but I only experience alot of failures.
Thx |
Forum: JSP Jan 24th, 2008 |
| Replies: 4 Views: 27,265 Being rude is among the forum rules as well.
Javascript is a Client-side language. So it can't use DB itself. But if you really want to use javascript with a database then the closest you can come... |
Forum: JSP Jan 24th, 2008 |
| Replies: 3 Views: 853 You can always create an class and place the code there and then use the class in your jsp pages to access the DB. |
Forum: JSP Jan 24th, 2008 |
| Replies: 6 Views: 4,220 There're alot of excellent tutorials about how to write jsp. Google it and you'll find, learning jsp when you only know php is a bit harder than going jsp to php. But I'm confident that you'll be... |