[PHP-DB] executing cgi

2002-04-08 Thread Alex Behrens
hey guys, kinda OT for the db list, but since most ppl know a lot about php can somehow tell me how to execute a cgi script within a php page? Thanks! -Alex "Big Al" Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief!

Re: [PHP-DB] Error creating new table

2002-04-08 Thread Alex Behrens
you sure, I use NOT NULL on text fields all the time and it works fine. Thanks! -Alex "Big Al" Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief!) Phone: 651-482-8779 Cell: 651-329-4187 Fax: 651-482-1391 ICQ: 3969599 O

[PHP-DB] grouping by category

2002-04-03 Thread Alex Behrens
Hey Guys, I'm trying to get my script to group all my reviews by category now but now it just displays them all in a row a bunch of times and doesn't group them how I want it to group them. I want it too look like this: Processor Reviews - Review - Review Motherboard Reviews - Review -Review H

[PHP-DB] Re: help sorting by a column name

2002-04-03 Thread Alex Behrens
ED] (Please be brief!) Phone: 651-482-8779 Cell: 651-329-4187 Fax: 651-482-1391 ICQ: 3969599 Owner of the 3D-Unlimited Network: http://www.3d-unlimited.com Send News: [EMAIL PROTECTED] - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "'Alex Behrens'

[PHP-DB] sorting by colum name with nested loops

2002-04-03 Thread Alex Behrens
Hey Guys, I need to reorganize the list of reviews on my site so they are displayed by category. However, I want it to display all the reviews from all categories at once. How do I do this? Here is my syntax now for display all reviews at once, but not sorted by category: Hardware Reviews - %s A

Re: [PHP-DB] need some help...

2002-04-02 Thread Alex Behrens
Awesome, thanks a ton! Thanks! -Alex "Big Al" Behrens E-mail: [EMAIL PROTECTED] Urgent E-mail: [EMAIL PROTECTED] (Please be brief!) Phone: 651-482-8779 Cell: 651-329-4187 Fax: 651-482-1391 ICQ: 3969599 Owner of the 3D-Unlimited Network: http://www.3d-u

[PHP-DB] need some help...

2002-04-02 Thread Alex Behrens
Hey Guys, I'm new to this list and I need some help outputing some code to a .shtml file instead of using a dynamic php file. Can someoneh elp me get this working? I have a script that outputs headlines for reviews and I need to output it to a file for inserting into my page, because I can't us