Looking for simple example of sql site

Associate
Joined
21 May 2003
Posts
1,008
hi. I'm trying to make a website using a database in SQL. i've looked at loads of tutorials, but i really want to just see an example. sometimes it's easier to see it all in one go.

nothing complicated, i'm thinking account management (login etc) and a simple database which is queried using one column.

thanks in advance for any help
 
i dont see how seeing an example will help tbh. you'd need to see the code, and seeing as this sort of thing is done server-side, you wont actually see how it's done by looking at a site. login authentication isnt exactly a simple thing to do, either. that'll involve querying a database on at least 2 columns. i'd advise carrying on as you were doing and keep reading up.

if you still want to see a simple site, mine's not that complicated. it's done in php and mySQL, so i dont know how much help it'll be. link is in sig.
 
Hi there,

I was in your position not long ago and I used this tutorial to learn a bit of PHP and MYSQL: Click Here

And if you want to split the results over several pages: Click Here

Alternatly, I would be happy to help you over msn, but bare in mind i am not the best PHPer. If you would like help over msn my addy is: ruudbarron [at] hotmail [dot] com

Thanks...

[edit]

Give me a shout on here if you want me to jump on msn
 
Last edited:
Back
Top Bottom