Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~5K People Reached
Favorite Tags

30 Posted Topics

Member Avatar for ndeniche

It's only through using dreamweaver that I was able to understand what code was doing. With help from the folks here at daniweb, I was then able to alter it to suit my needs and do the odd bit of hand-coding.

Member Avatar for Ausopenxcell
0
503
Member Avatar for bondito

Have a look at the democracy sections of [url]www.myverdict.net[/url]. Is this the sort of thing you're looking to build. Having built the site from scratch, I can tell you exactly how I went about it. Best Regards Taffd

Member Avatar for yeungn
-1
424
Member Avatar for Taffd

I post this solution to a form validation and redirect as an addition to a comment page written with dreamweaver. Unfortunately Dreamweaver does not provide server-side validation for php. You're expected to purchase an extension. [B]My problem[/B] I have a comments page with a comment form. I wanted the comment …

Member Avatar for Netprof
0
246
Member Avatar for Taffd

I intend to launch a site that displays, among other things, user supplied articles. At present I have validation on all input that rejects links. After perusing other sites that host articles, it is obvious that many users post articles with the intention of inserting a link. I was thinking …

Member Avatar for jeffpaul
0
107
Member Avatar for Taffd

Hi, I have a table with 10,000 names. I'd like to group them into groups of 3 and also display the remaining 1. Can anybody help with a suitable query please. Taffd

Member Avatar for Taffd
0
68
Member Avatar for Taffd

Hi All, I have a table 'names' with a column 'name'. Using a SELECT statement I've got 10,000 randomized names. I'd like to put them into groups of 3 and have the 1 remaining name available to do something with later. Can anybody help with the code for sorting these …

Member Avatar for somedude3488
0
86
Member Avatar for Taffd

Hi All, I run a political site that contains a voting element. It's fine as it stands but would be unacceptable as an 'official' site. I am engaged in a project with a friend, to design a constitution for an imagined Direct Democracy of 10,000 and a way of implementing …

Member Avatar for peter_budo
0
109
Member Avatar for Taffd

I've noticed that the page rank for << url snipped >> varies considerably when using the search query 'direct democracy'. One of my users believes the number of times he visits the site may have an effect. Does anybody know if this is the case.

Member Avatar for Fivq.com
0
142
Member Avatar for Taffd

I've created my own forum and would like to display username - from users table title - form topics table and a count of comments - from replies table I 've got the first bit sorted ok SELECT username, title FROM users, topics WHERE users.userid = topics.userid ORDER BY RAND() …

Member Avatar for nav33n
0
77
Member Avatar for ned69

I think the problem using Nav33n's query is because of the join. You could try this alternative. SELECT members.username, high_schools.high_school FROM members, high_schools WHERE members.high_school_attended = high_schools.id I'm assuming (members.high_school_attended) is the school id in the members table.

Member Avatar for ned69
0
109
Member Avatar for Taffd

Happy New Year everyone. Does anybody know how I can restrict access to a page to those users coming from a specific url. Thanks in advance Taffd

Member Avatar for Fest3er
0
105
Member Avatar for peter_budo

I'd like to add my wish for everybody here to have a Happy and Prosperous New Year and to thank you all for your help so far. Best Regards Taffd

Member Avatar for Jx_Man
0
74
Member Avatar for Taffd
Member Avatar for joshua.tilson
0
133
Member Avatar for Taffd

I've just been reading a solved thread with this same title. The solution was nl2br. I was unaware of this function and have been using str_replace instead. A problem arises however, when converting preformatted text, specifically a table. Either solution leaves a mass of space between text and a table …

Member Avatar for Taffd
0
78
Member Avatar for Taffd

Hi all, A site allows users to post text. I'd like to know how to go about charging a small fee to post additional stuff, say for example an image(I don't actually want to charge for an image, I merely use this as an example). I have a vague idea …

Member Avatar for musicbox
0
92
Member Avatar for Taffd

Good day all, My [URL="http://www.myverdict.net"]site[/URL], is going through a redesign, an example of which can be found [URL="http://www.myverdict.net/HTML/myverdict_home.php"]here[/URL]. The redesign splits up the site into about 250 seperate sites, although they are in fact all one. Anybody viewing the redesign example, will note that the bottom of the page shows …

Member Avatar for MidiMagic
0
182
Member Avatar for Taffd

Hi all, I have a text area, in a form, that only allows basic text and punctuation. I'd like to be able, in certain circumstances, to allow links to be added, in a similar way to the text editors here on daniweb. Can this be done with php, or do …

Member Avatar for MitkOK
0
279
Member Avatar for Taffd

Hello again, Can anyone give me any pointers on how to make a 'teaser' or 'preview' of an article. Thanks Taffd

Member Avatar for Taffd
0
99
Member Avatar for Taffd

Greetings all, I'm in the process of writing my own forums. I'd like to insert a 'teaser', showing a few lines of a post, displayed when a user rolls over a thread link. Much the same as happens here on daniweb. Can somebody please explain how this is done. Thanks, …

Member Avatar for Taffd
0
100
Member Avatar for Taffd

Hi everyone, Can anyone tell me the security issues when passing url parameters for a forum. I'm building my own forums using dreamweaver and as I understand it, using url parameters make the site susceptible to sql injection. Regards Taffd

Member Avatar for nav33n
0
101
Member Avatar for Taffd

Is it possible to include the character < in a regular expression? I don't seem to be able to find a reference to it anywhere and am unable to build a regex with just this one character.

Member Avatar for digital-ether
0
143
Member Avatar for Taffd

Hello everbody, Despite some serious googling, viewing previous posts here and consulting the php manual, I am still unable to validate my user input. If I can get one simple form to validate, I will be able to adapt the script accordingly to any other, so any help you can …

Member Avatar for Taffd
0
194
Member Avatar for Taffd

I'm beginning to believe that nobody actually knows how to validate simple forms and insert that validation code into a dreamweaver page. I there anybody out there who believes they can accomplish this. If so, are you prepared to help me accomplish this, at which time we could post here …

Member Avatar for jbennet
0
81
Member Avatar for dj bill

Oddly enough, I've been pondering on how to add blogging type software to my site. I've realised that I have unwittingly built a forum from scratch, although it is not called a forum and does not use the usual terms, posts, topics, threads etc. It also has around 25,000 categories, …

Member Avatar for PosterManiac
0
824
Member Avatar for Taffd

I am in the process of splitting my site into around 240 sub-domains. The main homepage will have links to each. Does a search engine recognise links in a dynamically generated dropdown menu or will they have to be text based. Thanks in advance.

Member Avatar for stymiee
0
38
Member Avatar for Taffd

Does anybody have any ideas on how it would be possible to validate someone as a real person while maintaining their anonymity. I had the idea of them validating themselves using a debit/credit card(without a sale). Two problems there. People often have more than one card. People might think I'm …

Member Avatar for Lardmeister
0
114
Member Avatar for msmitch

I used tables for for the design of my site which includes a lot of tabular data aswell. If you are going to insist on tables for layout, then nested tables will do what you want. It is however, considered by some, to be very bad form to use tables …

Member Avatar for GreenDay2001
0
173
Member Avatar for Taffd

I have read a couple of articles recently regarding the success of daniweb and I'd like to add my congrats on the popularity of this site. I have a general question regarding traffic and would be interested in comparing stats for relatively new websites. It may give some encouragement to …

0
30
Member Avatar for Taffd

Having recently launched [url]http://www.myverdict.net[/url], I've been advised that I should have built it as a blog, to make use of pingbacks and increased rankings. I installed a Wordpress blog as part of the main site and on comparing the two, I find I have inadvertantly created a sort of blog …

Member Avatar for Taffd
0
181
Member Avatar for Taffd

It's difficult to know how to put this, without appearing to advertise. I'm not even sure if I'm posting in the correct part of the site. I am not after a review. I have built a site which could be considered a political forum. It seemed obvious at the outset, …

Member Avatar for autocrat
0
100

The End.