Search found 25 matches

by bling
Thu Oct 07, 2004 2:40 pm
Forum: Installation and Configuration
Topic: Who uses IIS?
Replies: 3
Views: 2614

Who uses IIS?

Who else here uses IIS and PHP for local testing and debugging?
by bling
Thu Oct 07, 2004 2:38 pm
Forum: Databases
Topic: Complex Ansi SQL Statements
Replies: 0
Views: 277

Complex Ansi SQL Statements

Anybody know of a site that has a great doea of complex (Ansi Compliant) SQL Statement Examples?
by bling
Thu Oct 07, 2004 2:37 pm
Forum: PHPDN Suggestions
Topic: New Forum
Replies: 3
Views: 4369

Ok, what is GTK?
by bling
Thu Oct 07, 2004 2:35 pm
Forum: General Discussion
Topic: Your internet connection speed ?
Replies: 23
Views: 4544

Has anybody heard anything about that new Wireless Internet service from Verizon?
by bling
Thu Oct 07, 2004 2:32 pm
Forum: Databases
Topic: mysql won't start on Win2Ksp4
Replies: 15
Views: 949

This may only complicate the issue but mySQL 4.1 is almost production ready.
by bling
Thu Oct 07, 2004 7:30 am
Forum: General Discussion
Topic: The Tandy Model 100 Webserver
Replies: 11
Views: 2662

This is "Nerds Gone Wild" at the very best!
by bling
Thu Oct 07, 2004 7:22 am
Forum: Graphics
Topic: My newest design!!!
Replies: 21
Views: 20759

It is too small and slightly too busy for my likes.
by bling
Tue Oct 05, 2004 8:34 pm
Forum: Miscellaneous
Topic: IE can't help but to cache my dynamic images, aaarg!
Replies: 7
Views: 1441

You may get chastised for using IE on a Mac.
by bling
Tue Oct 05, 2004 8:32 pm
Forum: General Discussion
Topic: CMS Guidance needed
Replies: 7
Views: 1024

I defintely wouldn't go reinventing the wheel. There are are a ton of free CMS'es out there.

The two that I like the most are Mambo and Etomite.
by bling
Mon Oct 04, 2004 9:14 am
Forum: Databases
Topic: Query Help
Replies: 2
Views: 502

Yeah, just group by all the fields you select. As long as they are all "unique" you shouldn't have a problem, however this group by might slow down your query a good deal.

If your rows aren't unique then you will also have to group by some unique identifier.
by bling
Mon Oct 04, 2004 9:12 am
Forum: Databases
Topic: [Solved]Complex Query Help
Replies: 5
Views: 745

Try this...

Code: Select all

SELECT
 SUM(m.Amount),
 c.Webmaster
FROM
 Customers c,
 Monthly_Billing m
WHERE
 m.Customer = c.Customer 
GROUP BY
 c.Webmaster
by bling
Mon Oct 04, 2004 9:08 am
Forum: PHP - Code
Topic: Using PHP to retrieve information through ISA Proxy Server
Replies: 3
Views: 671

Most of the difficulty from this was due to installations difficulties. I have posted my resolution in detail here...
http://forums.thinkbling.com/viewtopic.php?t=204
by bling
Sat Oct 02, 2004 12:46 am
Forum: General Discussion
Topic: Searching for Task Manager\Bug tracking system
Replies: 3
Views: 662

I tried that bug tracker also. I still choose Mantis.
by bling
Fri Oct 01, 2004 10:26 am
Forum: PHP - Code
Topic: [SOLVED] Desperately Seeking Assistance (cURL on Win 2000)
Replies: 7
Views: 1118

I'm not sure that I catch your meaning?
by bling
Thu Sep 30, 2004 2:04 pm
Forum: Miscellaneous
Topic: Can anyone recommend good SEOs?
Replies: 1
Views: 798