|
Hello fellow SZ coding enthusiaist....currently i am getting my hand caught up PHP's skirt but i am offering to you all a chance to help me code a php based website/blog system. basically what i wanting to achieve is something like a blog but the user doesnt have to sign up but they can still leave comments and such if your interested in helping me out whether it be coding or graphic design your help will be greatly appreciated
Last Edit: Feb 22, 2006 13:59:00 GMT by Curious George®
|
Grab this Headline Animator
|
|
|
|
Well, what do you mean? Like a personal blog for yourself? Because I'm already working on one for myself.
|
|
|
|
|
crazyj.digitalcs.net/lawl =P I worked on the layout and loging in today, tomorrow and the rest of the week will probably be going into teh blog. I'll start simple, then keep adding more features.
|
|
|
|
|
Well, good luck with it. If you need any help, CJ, Yami, Eric, and I can all help.
|
|
|
|
|
Well i need a basic set up of what im wanting as shown in my "sketch" with an rss feed. i may just start out with a plain white bg and then work my way up to one with graphics this was the layout or features that i need cause thats what i was given at the forum for MF Hosting Admin Panel > User login - can protect through CPanel or possibly use sessions if you're feeling confident > Option to add news > Option to edit / delete news > Option to edit / delete comments
Main Interface > Takes the info from the db and displays it nicely on the screen
To find comments for news > Something like: "SELECT * FROM `comments` WHERE `tutid`='$tutid'"i some coding to get me started and when i get stuck ill come back and ask for more help
Last Edit: Feb 15, 2006 14:48:40 GMT by Curious George®
|
Grab this Headline Animator
|
|
|
|
thats just easy
|
|
|
|
|
Yeah, that's sort of easy stuff for MySQL. But hey, best to start easy and ask for help.
|
|
|
|
|
and there ain't no better place to get help than here!
|
|
|
|
|
|
|
I believe 'Create PHP Code' just gives you a code for the action you just done (lets just say you created a new table), then it would give you a code to create a new table, so you can add that code to your PHP script somewhere and it'll create a new table. I think that's right anyway... I haven't researched it, just going with my feelings.
Also, shouldn't the code you downloaded for your Blob have an installation instructions file?
|
|
|
|
|
|
What do you mean? If you want to use two scripts together you need to figure out how to integrate them. Not all scripts are compatible right off the bat.
For example, you could integrate your blog system with phpBB probably, but it'd take a long time to figure out a simple way.
|
|
|
|