- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
19 Posted Topics
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 …
[url]http://codewalkers.com/seecode/585.html[/url] If you're lazy like me.
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].
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 …
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 …
[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.
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.
.... 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. …
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.
I posted a snippet [url=http://www.daniweb.com/code/snippet612.html]here[/url] which explains how to do that. ;)
Post the content of the file, please. Enclose it in the code tags. :)
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?
Might I direct you to the [url=http://www.daniweb.com/techtalkforums/forum19.html]Coldfusion[/url] forum, valianthero? :)
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 …
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.
uhh... Open the file and edit the code. Or am I missing something?
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 …
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.
The End.
DennisP