473,507 Members | 2,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a blog...

I would like to create a blog script, with a mysql back-end, a basic
admin panel then can just add/edit posts and delete comments. no user
auth required. how do i go about doing that, i no how to work mysql and
have a good knowledge of php im just not good at actually working out
how to put these scripts together :-P

Nov 22 '05 #1
7 1719
On 14 Nov 2005 10:26:23 -0800, <fr********@gmail.com> wrote:
I would like to create a blog script, with a mysql back-end, a basic
admin panel then can just add/edit posts and delete comments. no user
auth required. how do i go about doing that, i no how to work mysql and
have a good knowledge of php im just not good at actually working out
how to put these scripts together :-P


http://wordpress.org/ - enjoy it :)


--
Exact Meta Search | Major Search Engine
http://exactsearcher.com
Nov 22 '05 #2
u plank. i want to MAKE one. i dont want wordpess! learn to read and
answer the question or dont bother

Nov 22 '05 #3
<fr********@gmail.com> wrote:
u plank. i want to MAKE one. i dont want wordpess! learn to read and
answer the question or dont bother


that is the right answer... "learn to read". php.net etc... few books. I
have made mine first script in month (gallery script with upload) and I
was complite novice. textual part was second script (forum, can be used
as blog engine with some small html design adjustements) and was easy.
and now, not even year later I have (almoast) full cms working (alomst)
as I wont it to work.
I like http://php.resourceindex.com/ and their part with examples and
tutorials. some links are dead, but there is still much to learn. or at
least can be used to see what you have to learn (like learn to read :-P)

--
Ja NE
http://fotozine.org/?omen=janimir
--
Nov 22 '05 #4
Much to the same, I'm using WordPress to solve this issue, as it's a simple
database in mySQL. I learend enough php to get it to pop the five most
recent posts on my front page, with a limit of so many characters. What I
need next though is - the posts sometimes have HTML coding in them. I'd
like that HTML coding (like lists, links, etc) to be useful and still affect
how the post content looks.

Unfortunately, when I'm using css and div containers to put my posts in, on
the first closing of an html tag (like a ul /ul) it seems to drop the CSS
formatting from the page (like padding).

I have yet to figure out how to keep the html inside posts without killing
the containers CSS.

I've posted about this already, but I don't think people are understanding
what I want.

-Khai.

"Berimor" <be*****@berimor.ber> wrote in message
news:opsz8vhvz3r1c5ad@lancer...
On 14 Nov 2005 10:26:23 -0800, <fr********@gmail.com> wrote:
I would like to create a blog script, with a mysql back-end, a basic
admin panel then can just add/edit posts and delete comments. no user
auth required. how do i go about doing that, i no how to work mysql and
have a good knowledge of php im just not good at actually working out
how to put these scripts together :-P


http://wordpress.org/ - enjoy it :)


--
Exact Meta Search | Major Search Engine
http://exactsearcher.com

Nov 22 '05 #5
but it in your php, like:

echo( "i will now break a line<hr>" );
echo( "tee hee. told you so :-P" );

is that wot u mean?

i already have a very very good book on php. all i need is some basic
instructions on how to build it. not the coding iteself. like what
systems do i start with. do i create db before any files, how do i link
a config file in with all other files etc etc

you no wot i mean??? i hope!

Nov 22 '05 #6
If you download and install Wordpress to your host (pretty easy, really, I
think maybe 3 mouse clicks), it'll setup a very simple db via mySQL.

Wordpress implements it's own "blog entry" pages you can use to manage,
post, whatever, your blog. I got creative, and am just using it to Post
entries. On the main page of my site, which is NOT the wordpress page, I
just queried the wp_posts table in the dbWordPress database. It returned
the rows I wanted and I used a loop in PHP to format the html.

I didn't see any reason to re-invent the post wheel, so..use someone elses
hard work. :)

The only code you need to worry about is querying the mySQL Database.

Hope that helps.
-khai
<fr********@gmail.com> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
but it in your php, like:

echo( "i will now break a line<hr>" );
echo( "tee hee. told you so :-P" );

is that wot u mean?

i already have a very very good book on php. all i need is some basic
instructions on how to build it. not the coding iteself. like what
systems do i start with. do i create db before any files, how do i link
a config file in with all other files etc etc

you no wot i mean??? i hope!

Nov 22 '05 #7
On 16 Nov 2005 09:15:06 -0800, <fr********@gmail.com> wrote:
but it in your php, like:

echo( "i will now break a line<hr>" );
echo( "tee hee. told you so :-P" );

is that wot u mean?

i already have a very very good book on php.

To have a book is not enough though...
A pinch of brain stuff would be good to start reading. (not enough for
programming though ).
Are you expecting to find a teacher here? If so you're in wrong place,
kid. Go to kids.basic.school.newsgroup.

Plank!!!
I hate rude bastards.

all i need is some basic
instructions on how to build it. not the coding iteself. like what
systems do i start with. do i create db before any files, how do i link
a config file in with all other files etc etc

you no wot i mean??? i hope!


--
Exact Meta Search | Major Search Engine
http://exactsearcher.com
Nov 22 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3654
by: Eran Kampf | last post by:
I am trying to dynamically create directories in my ASP.NET application (I am using Server.MapPath("/")+"test" as the folder) and I am getting a DirectoryNotFoundException saying "Could not find a...
3
1917
by: Kyle Fitzgerald | last post by:
I've started a web control library project and can build my own controls to add to the toolbox in the .NET environment. The problem I'm having is I want to create a control just like the HTML...
14
2248
by: Raoul Snyman | last post by:
Hi, I need to be able to programatically create excel spreadsheets in ASP.NET (C#), WITHOUT having MS Office on the server. Does anybody have any advice/links/whatever for me? Thanks in...
6
1646
by: Don Wash | last post by:
Hi All! I'm developing ASP.NET pages using VB.NET language. My background is VB6 and ASP3. Right now, I'm evaluating strategies on creating reusable and common functions and methods for ASP.NET....
2
1194
by: ian | last post by:
The default Web access mode for this project is set to file share, but the project folder at 'http://oor-devel/espdev/dictionaryAdmin' cannot be opened with the path...
2
1094
by: Stephen Zachmann | last post by:
Ok, I want to have a directory full of pdf files and a page that creates links to them dynamically so that if I add 10 docs or subtract 7 or whatever, they will be added or removed the next time...
2
1066
by: Will Chamberlain | last post by:
So I'm creating a blog engine for someone and am curious how to go about creating the count (if any) of the comments for a particular post. Underneath each post the user will have name of the...
7
2286
by: Nathan Sokalski | last post by:
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving,...
13
12771
by: jkimbler | last post by:
As part of our QA of hardware and firmware for the company I work for, we need to automate some testing of devices and firmware. Since not everybody here knows C#, I'm looking to create a new...
0
7221
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7109
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7481
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1537
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.