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
Member Avatar for ndeniche

which web developing software is better? or do you prefer writing your html code by yourself?

Member Avatar for Ausopenxcell
0
502
Member Avatar for bondito

Hi, i am a computer science final year student, i was thinking of creating an online voting/polling system,the system could include surveys as well. I really need some ideas in designing the system and any idea you send to me will be highly appreciated.

Member Avatar for yeungn
-1
408
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
218
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
103
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
66
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
83
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
106
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
130
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
76
Member Avatar for ned69

Hi Guys I have two tables I'm trying to pull information from. In the end I want to be able to display a username and a school name which are contained in 2 separate tables but linked by the school id number. The problem is that the 'members' table which …

Member Avatar for ned69
0
107
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
102
Member Avatar for peter_budo
Member Avatar for Jx_Man
0
74
Member Avatar for Taffd
Member Avatar for joshua.tilson
0
128
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
76
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
91
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
181
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
227
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
95
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
95
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
97
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
141
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
183
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
78
Member Avatar for dj bill

possible? I am starting up a wedding forum. I want to have a place where brides can log in and basically talk about their wedding day prep and planning. Kinda like a blog but a little different I guess. Basically I want a forum area to be like a blog. …

Member Avatar for PosterManiac
0
823
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
37
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
113
Member Avatar for msmitch

This is probably a really dumb question, but I just don't know what to do. Using Dreamweaver Mx I'm trying to create a page using tables. I lay out the page with the needed columns and rows. The top of my page consists of a row with three columns. No …

Member Avatar for GreenDay2001
0
172
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
178
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
97