Forum: PHP Jul 10th, 2008 |
| Replies: 8 Views: 1,884 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,884 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,884 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,884 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,884 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,884 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... |