Forum: DaniWeb Community Feedback Dec 8th, 2007 |
| Replies: 2 Views: 922 Well, it's an old snippet I wrote and I don't like it, so could it be removed? :P
http://www.daniweb.com/code/snippet612.html |
Forum: DaniWeb Community Feedback Dec 8th, 2007 |
| Replies: 2 Views: 922 Hi,
How can I edit or delete an old code snippet? |
Forum: IT Professionals' Lounge Sep 10th, 2007 |
| Replies: 2 Views: 944 I'm modifying an existing program to allow multiple users to run off one instance of it. I'm using mod_rewrite to distinguish between instances of the software.
For instance:
... |
Forum: Web Development Job Offers Jun 20th, 2007 |
| Replies: 1 Views: 1,060 Hi guys,
I'm the lead developer of an upcoming political website. While we haven't launched yet, there is a lot of activity behind the scenes. We are expecting a very large user base.
Anyways,... |
Forum: IT Professionals' Lounge Jun 20th, 2007 |
| Replies: 1 Views: 1,289 I'm having a problem with my rewrite rules.
RewriteRule blogs/$ /alpha/index.php?m=blog
RewriteRule blogs$ /alpha/blogs/ [R]
RewriteRule blogs/(.*)/$ /alpha/index.php?m=blog&p=name&name=$1... |
Forum: Geeks' Lounge May 18th, 2007 |
| Replies: 0 Views: 666 http://joost.com/
Basically what it is is a program that lets you watch on-demand streaming video. It's from the people who made Skype. :)
Anyways,
I was wondering your thoughts on it, if... |
Forum: PHP Dec 20th, 2006 |
| Replies: 2 Views: 1,328 I posted a snippet here (http://www.daniweb.com/code/snippet612.html) which explains how to do that. ;) |
Forum: PHP Dec 19th, 2006 |
| Replies: 2 Views: 1,305 Post the content of the file, please. Enclose it in the [code] tags. :) |
Forum: PHP Dec 19th, 2006 |
| Replies: 4 Views: 1,611 ....
You're serious?
1. Don't just post 200 lines of code and expect us to wade through it every single time. I have a feeling if I collected all the code you've posted, I could run your... |
Forum: PHP Dec 19th, 2006 |
| Replies: 3 Views: 1,168 Type the following after you declare the $query variable:
echo $query;
You should then be able to debug your query. If not, post what you get here. |
Forum: PHP Dec 16th, 2006 |
| Replies: 6 Views: 2,763 http://codewalkers.com/seecode/585.html
If you're lazy like me. |
Forum: PHP Dec 16th, 2006 |
| Replies: 1 Views: 801 Umm... That's not nearly enough info for us to help you.
Is your script written in PHP? If not, you're in the wrong forum. If so, it doesn't do in cgi-bin.
What exactly is the script you're... |
Forum: PHP Dec 16th, 2006 |
| Replies: 4 Views: 2,133 I've heard a lot of good things about MODx CMS (http://modxcms.com/) and Symfony (http://www.symfony-project.com/). I haven't personally used either, but I know several people who have who swear by... |
Forum: PHP Dec 15th, 2006 |
| Replies: 2 Views: 1,026 Either you didn't give us the entire script or something is very wrong...
Either way, I changed a few things with what you did post and here's what I've got.
<?php
function AddItem($itemId,... |
Forum: PHP Dec 15th, 2006 |
| Replies: 3 Views: 1,430 O_o
For blogging, I recommend WordPress (http://wordpress.org).
A quick Google Search... |
Forum: PHP Dec 15th, 2006 |
| Replies: 11 Views: 7,616 I doubt that you could... I'm as unfamiliar with ColdFusion as you are with PHP, however unless ColdFusion has built in functions which function in a similar fashion as their PHP counterparts, or you... |
Forum: PHP Dec 14th, 2006 |
| Replies: 2 Views: 17,018 The following snippet is a simple PHP Pagination Script which I wrote. As far as I know it works fine. It is meant to be used within a class, and I have wrapped in in a class in order to demonstrate... |
Forum: PHP Dec 14th, 2006 |
| Replies: 11 Views: 7,616 Might I direct you to the Coldfusion (http://www.daniweb.com/techtalkforums/forum19.html) forum, valianthero? :) |
Forum: PHP Dec 13th, 2006 |
| Replies: 7 Views: 1,637 If you're looking for a decent Content Management System, I would recommend Drupal (http://drupal.org/). I find it's a pretty good one. If you don't like that, I'd say take a look in the HotScripts... |
Forum: PHP Oct 1st, 2006 |
| Replies: 4 Views: 1,567 http://www.hotscripts.com/Detailed/17622.html |
Forum: Community Introductions Sep 30th, 2006 |
| Replies: 2 Views: 900 Hi. My name is Dennis. I'm 16, a senior in High School, and I like programming.
I've got over Two and 1/2 years of experience with HTML/CSS, and over Two years of PHP/MYSQL experience. I also... |
Forum: PHP Sep 30th, 2006 |
| Replies: 2 Views: 1,738 The only thing you can really do is to either change the extension to something the browser won't read and will just download, or tell them to click File>Save As. |
Forum: PHP Sep 30th, 2006 |
| Replies: 4 Views: 1,567 uhh... Open the file and edit the code.
Or am I missing something? |