Forum: Visual Basic 4 / 5 / 6 Dec 29th, 2008 |
| Replies: 3 Views: 1,183 Sorry for the long delay. I'll explain about the project I'm doing. I'm trying to create a SMS based reminder application using visual basic and a GSM modem. Currently, the program has the ability to... |
Forum: Visual Basic 4 / 5 / 6 Dec 1st, 2008 |
| Replies: 3 Views: 1,183 Hi, I would like to create a countdown timer using number extracted from the database to use a the time for the countdown. Can anyone help me ? |
Forum: PHP Jul 10th, 2008 |
| Replies: 8 Views: 1,797 Sorry for causing a misunderstanding, I think the right word I should use is modify. I would like to modify my contents in the database via a website instead of typing the values into the codes. For... |
Forum: PHP Jul 10th, 2008 |
| Replies: 8 Views: 1,797 Thank you for the link but I'm using MS Access as my database. Is there any other websites you can reccomand? I've tried googling but most of them are for insert and making the connection. I need to... |
Forum: PHP Jul 8th, 2008 |
| Replies: 8 Views: 1,797 Thanks for the advice vick_rawat but it seems to be working now. I'm using $_SESSION['username'] = $username to get it working. Also is there any tutorial you can reccomand on updating the database? |
Forum: PHP Jul 8th, 2008 |
| Replies: 8 Views: 1,797 It seems that the register_global being off could be the problem for my code. I've tried turning register_global on and using session, it manage to insert the username and admin into the database.... |
Forum: PHP Jul 7th, 2008 |
| Replies: 8 Views: 1,797 I found out that the http 500 error was due to Data type mismatch critearia expression. After changing, the data type from number to text, I get a new error. It stats that every value is undefined... |
Forum: PHP Jul 6th, 2008 |
| Replies: 8 Views: 1,797 Hi everyone, I'm new to programming and I'm doing an online registration form for my project. I have a problem with my form. After submitting my form, a confirmation page will show up with the... |