I've tried this code, but is doesn't work?
De computer gives the message:
Parse error: syntax error, unexpected $end in C:\Users\Stef\Desktop\UsbWebserver\UsbWebserver\Root\newspost.php on line 40
If i remove the else {
i'm getting a parse error on line 15.
Could you help me please?
This code does not work.
You are leaving the final else statement open and then closing the php script.
I do like the video tutorial though...
I would use PHPmyadmin to create a table of users and passwords. Then create a checklogin.php page to connect to the database and query the user and password.
If true - Show a success page
If false - Echo an error.
I was looking for a news system to put on my website and I ended up here, it looks good although I still have to try it myself.
I noticed that only 1 user can login and add/edit/delete news, what if i want to add more users from my database?
And what if I want registered users to be able to make comments on the news items?
July 30th, 2008 at 8:52 pm
[...] If you haven’t already seen part 1 of this tutorial then watch it here. [...]
August 1st, 2008 at 3:07 pm
[...] you haven’t already viewed part 1 and part 2 then view them if you’re new to [...]
August 17th, 2008 at 7:15 pm
[...] you haven't checked out the previous tutorials then click on the names to view them. Part 1, Part 2, [...]
October 2nd, 2008 at 12:28 pm
Hello,
I've tried this code, but is doesn't work?
De computer gives the message:
Parse error: syntax error, unexpected $end in C:\Users\Stef\Desktop\UsbWebserver\UsbWebserver\Root\newspost.php on line 40
If i remove the else {
i'm getting a parse error on line 15.
Could you help me please?
Thank you
January 7th, 2009 at 9:34 am
This code does not work.
You are leaving the final else statement open and then closing the php script.
I do like the video tutorial though...
I would use PHPmyadmin to create a table of users and passwords. Then create a checklogin.php page to connect to the database and query the user and password.
If true - Show a success page
If false - Echo an error.
February 2nd, 2009 at 10:04 pm
hello!
I was looking for a news system to put on my website and I ended up here, it looks good although I still have to try it myself.
I noticed that only 1 user can login and add/edit/delete news, what if i want to add more users from my database?
And what if I want registered users to be able to make comments on the news items?
March 3rd, 2009 at 4:14 pm
Hi,
Thanks for sharing the video on PHP news system .
Keep up posting ..