I need help on finding tutorials to build a dynamic website!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
FireElement
Forum Commoner
Posts: 86
Joined: Wed Oct 17, 2007 6:03 pm

I need help on finding tutorials to build a dynamic website!

Post by FireElement »

Hello people!

If you have any tutorials aon how to make a website simler to amazon or play, that would be amazing!

Thanks
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Last edited by FireElement on Fri Oct 19, 2007 5:29 am, edited 2 times in total.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Learn HTML -> http://www.htmlgoodies.com
And CSS
And PHP
Taking a look at a DMBS like MySQL wouldn't hurt either.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
FireElement
Forum Commoner
Posts: 86
Joined: Wed Oct 17, 2007 6:03 pm

Post by FireElement »

scottayy wrote:Learn HTML -> http://www.htmlgoodies.com
And CSS
And PHP
Taking a look at a DMBS like MySQL wouldn't hurt either.
I know css, quite well, html, xhtml. Done a little java script but not much. Am looking for something a bit more like a tutorial on how to use php and sql, to make something simler to amazon. Obviously not as tech, just making a form display the result ever time u hit submit on its own page then allowing the user to comment on the info out puted by the form. That would be a great start.

Then I want to go on to figure out how to make a form which can search and dissplay these pages. kinda like these forums. it would have search at top then a list of the catogories each row came under.

meh a tutorial on setting up a basic forum would be good!

thanks
thewebdrivers
Forum Commoner
Posts: 41
Joined: Fri Aug 17, 2007 3:32 pm
Location: india
Contact:

Post by thewebdrivers »

I think there is no direct tutorial to do so. Practice will give you logics and application skills to develop such a system. :-)
FireElement
Forum Commoner
Posts: 86
Joined: Wed Oct 17, 2007 6:03 pm

Post by FireElement »

thewebdrivers wrote:I think there is no direct tutorial to do so. Practice will give you logics and application skills to develop such a system. :-)

or....

haha

This is a very good little script/tutorial on how to make a simple forum!!

http://www.phpeasystep.com/workshopview.php?id=14

This should allow me to work out the first half of what I wanted to do anyways.

That is make a simple form go on to many pages and allow them to be commented on. I will make a basic rating system myself not to complicated to do I dont think select box and submit button and null box on database that stores basic ratings or returns null, using ip address to make sure they only rate it once etc. meh will see later.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Can you please changed your title to something more descriptive?
Post Reply