Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

19 Posted Topics

Member Avatar for DennisP

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 it's usage. The example given below will return something …

Member Avatar for Wolf_2
2
3K
Member Avatar for php_coder
Member Avatar for morecambe
0
324
Member Avatar for irotsenmar

O_o For blogging, I recommend [url=http://wordpress.org]WordPress[/url]. A quick [url=http://www.google.com/search?q=php+classified+ad+script&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a]Google Search[/url] turns up some results, notably [url=http://php.resourceindex.com/Complete_Scripts/Classified_Ads/]this[/url].

Member Avatar for jacksan
0
123
Member Avatar for DennisP
Member Avatar for DennisP

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: site.com/instance_one site.com/instance_two and so on. That part's easy, but I'm wondering if there's a way to append PHP GET data to the …

Member Avatar for shovels
0
108
Member Avatar for DennisP

I'm having a problem with my rewrite rules. [CODE]RewriteRule blogs/$ /alpha/index.php?m=blog RewriteRule blogs$ /alpha/blogs/ [R] RewriteRule blogs/(.*)/$ /alpha/index.php?m=blog&p=name&name=$1 RewriteRule blogs/(.*)$ /alpha/blogs/$1/ [R] RewriteRule blogs/(.*)/(.*)/$ /alpha/index.php?m=blog&p=post&user=$1&post=$2 RewriteRule blogs/(.*)/(.*)$ /alpha/blogs/$1/$2/ [R] [/CODE] Some URLs would be: /alpha/blogs/dennis/Test_Blog_Post/ /alpha/blogs/dennis/ Now, with the Rules I posted, when I visit the latter page (the blog …

Member Avatar for MattEvans
0
117
Member Avatar for DennisP

[url]http://joost.com/[/url] 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 you've been able to find an invite. And if you have a spare, I'd love to get one.

0
45
Member Avatar for Timra

I've heard a lot of good things about [url=http://modxcms.com/]MODx CMS[/url] and [url=http://www.symfony-project.com/]Symfony[/url]. I haven't personally used either, but I know several people who have who swear by them - especially Symfony.

Member Avatar for luemob
0
236
Member Avatar for cty

.... 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 application myself and it would work. Only post the code that is broken. …

Member Avatar for php_daemon
0
108
Member Avatar for cty

Type the following after you declare the $query variable: [code=php]echo $query;[/code] You should then be able to debug your query. If not, post what you get here.

Member Avatar for remcov
0
207
Member Avatar for egboy

I posted a snippet [url=http://www.daniweb.com/code/snippet612.html]here[/url] which explains how to do that. ;)

Member Avatar for DennisP
0
87
Member Avatar for Znojmic
Member Avatar for remcov
0
126
Member Avatar for dss

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 trying to install anyways?

Member Avatar for DennisP
0
73
Member Avatar for sgriffiths

Might I direct you to the [url=http://www.daniweb.com/techtalkforums/forum19.html]Coldfusion[/url] forum, valianthero? :)

Member Avatar for Member #117553
0
376
Member Avatar for cty

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. [code=php]<?php function AddItem($itemId, $qty){ $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select count(*) from cart where cookieId = '" . GetCartId() . "' and …

Member Avatar for DennisP
0
127
Member Avatar for msndrstd

If you're looking for a decent Content Management System, I would recommend [url=http://drupal.org/]Drupal[/url]. I find it's a pretty good one. If you don't like that, I'd say take a look in the [url=http://hotscripts.com/PHP/Scripts_and_Programs/index.html]HotScripts[/url] directory.

Member Avatar for Puckdropper
0
166
Member Avatar for nugget93

uhh... Open the file and edit the code. Or am I missing something?

Member Avatar for nugget93
0
311
Member Avatar for DennisP

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 dabble in XML, JavaScript, Perl and whatever I feel like looking into. I'm working …

Member Avatar for happygeek
0
53
Member Avatar for cancer10

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.

Member Avatar for MCP
0
116

The End.