[PHP-DB] php|cruise - do unto others...

2003-10-20 Thread Becoming Digital
Anyone who's been on these lists for a few days is already familiar with CPT John W. Holmes. He's probably helped each and every one of us more times than we can count, all without asking for a thing. I think it's time we help him with something. php|cruise is coming this March. As of now,

[PHP-DB] Re: [PHP] php|cruise - do unto others...

2003-10-20 Thread Becoming Digital
. :) Edward Dudlik Those who say it cannot be done should not interrupt the person doing it. wishy washy | www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED]; PHP-DB [EMAIL PROTECTED]; php-general [EMAIL

[PHP-DB] Re: [PHP] php|cruise - do unto others...

2003-10-20 Thread Becoming Digital
others... I certain hope no one takes offense to this, John has been a great asset to this community and to this list, its not like its a required donation or anything like that, unlike my sons daycare, pay $200/wk and then fundraise for them. From: Becoming Digital [EMAIL PROTECTED] To: PHP

Re: [PHP-DB] speeing up query and display...

2003-07-19 Thread Becoming Digital
[thread_index] == $threadResults[id]) echo 'checked'.$threadResults[colour].'/option'; } } ? Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Aaron Wolski

[PHP-DB] osCommerce - which merchant service/payment gateway?

2003-07-17 Thread Becoming Digital
, but I'd like to know what others have used. I'm sorry for going slightly off-topic, but I'm sure many of you have experience with this issue. Every shopping cart *does* use a database, after all, and I'm sure someone else will find this useful, too. Thanks a lot. Edward Dudlik Becoming Digital

Re: [PHP-DB] osCommerce - which merchant service/payment gateway?

2003-07-17 Thread Becoming Digital
Thanks, Mike. I should have specified that I'm in the States and accordingly need a US-based gateway. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: mike karthauser

Re: [PHP-DB] SELECT question

2003-07-07 Thread Becoming Digital
The internet is a wonderful resource. http://www.mysql.com/doc/en/SELECT.html Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Artoo [EMAIL PROTECTED] To: [EMAIL

Re: [PHP-DB] hmmm

2003-07-04 Thread Becoming Digital
We have found the only case when banning someone from the list for foul language would be completely undesirable. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: [EMAIL

Re: [PHP-DB] should each php-script clean up it's mysql connections

2003-07-03 Thread Becoming Digital
is limited, at least with regards to error control. There may be memory and/or storage benefits, but I am not aware of any that are significant. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original

Re: [PHP-DB] Re: XML to MySQL

2003-07-03 Thread Becoming Digital
Search, please. http://marc.theaimsgroup.com/?l=php-dbw=2r=1s=XML+MySQLq=b Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Nabil [EMAIL PROTECTED] To: [EMAIL

Re: [PHP-DB] Testing code

2003-07-03 Thread Becoming Digital
an excellent tutorial http://www.ricocheting.com/server and another tutorial http://www.hotscripts.com/PHP/Tips_and_Tutorials/Installing_PHP/ Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message

Re: [PHP-DB] converting function to class and function (object)

2003-07-03 Thread Becoming Digital
; this was a chore to read. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: ed anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 02 July, 2003 08:34 Subject: [PHP-DB

Re: [PHP-DB] non-GPL MySQL licenses PHP5

2003-07-01 Thread Becoming Digital
So, why then not using the GPL for PHP. Soo many people are releasing their software under the GPL. This just begs for the if everyone jumped off a bridge... question we've all heard from our parents on at least one occassion. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help

Re: [PHP-DB] Rand() Emulation

2003-06-24 Thread Becoming Digital
Im trying to figure out a way to emulate mysql's RAND() function to be cross database compatible via php. Has anyone done anything similar to this??? How about PHP's rand() function? http://us2.php.net/manual/en/function.rand.php Edward Dudlik Becoming Digital www.becomingdigital.com Did I

Re: [PHP-DB] Rand() Emulation

2003-06-24 Thread Becoming Digital
there is one. This saves creating what is otherwise unncessary data, but you'll still face gaps if records are deleted. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry/EGDXEBBWTYUU - Original Message - From: Gerard

Re: [PHP-DB] strange query problem

2003-06-23 Thread Becoming Digital
no surprise that things don't work as expected. Those variables are arrays, not strings. You need to use implode on both to get the strings needed by the script above. Edward Dudlik Becoming Digital www.becomingdigital.com Did I help you? Want to show your thanks? www.amazon.com/o/registry

Re: [PHP-DB] Re PHP, MySql

2003-06-22 Thread Becoming Digital
Check out the below: http://us4.php.net/manual/en/features.persistent-connections.php http://us4.php.net/manual/en/function.mysql-pconnect.php Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Peter Goggin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP-DB] Two-column display of data, second method

2003-06-20 Thread Becoming Digital
That was actually my primary point of optimization. Unfortunately, I've been feeling a bit lazy, so I didn't bother going into things. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

Re: [PHP-DB] MySQL editor

2003-06-19 Thread Becoming Digital
mysqlmanager (www.ems-hitech.com) is by far the best I've used. They've changed the name to Navicat now. It really is fantastic software. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Michael Scappa [EMAIL PROTECTED] To: Angelo Zanetti [EMAIL

Re: [PHP-DB] MySQL editor

2003-06-19 Thread Becoming Digital
Sorry, I mistyped. Navicat was previously known as MySQL Studio. Both are very nice packages. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Becoming Digital [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 19 June, 2003 11:02 Subject: Re

Re: [PHP-DB] Fw: php-db Digest 17 Jun 2003 06:02:39 -0000 Issue 1886

2003-06-19 Thread Becoming Digital
Any added spyware or so ? I believe someone sent a few attachments to the list. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 19 June, 2003 12:35 Subject: [PHP-DB] Fw: php-db Digest 17 Jun

Re: [PHP-DB] Re: PLS Advise, Highlighted Text from a Query

2003-06-18 Thread Becoming Digital
' in a stylesheet, obviously. While this is not nearly as eloquent as Cristian's suggested use of regular expressions, it seems better suited to your level of experience. As they say, if you need to ask... Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: nabil [EMAIL

Re: [PHP-DB] Re: PLS Advise, Highlighted Text from a Query

2003-06-18 Thread Becoming Digital
string manipulation, yet I managed to put that script together for you in a few minutes. All it took was a glimpse at the manual... Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: nabil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 18 June, 2003 10

[PHP-DB] MySQL Transaction

2003-06-17 Thread Becoming Digital
, the comments for which are written in Spanish. I've included a link below for those who are interested. http://promoxy.mirrors.phpclasses.org/browse.html/file/3077.html Edward Dudlik Becoming Digital www.becomingdigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP-DB] Best way to pass multiple selections to a DB

2003-06-17 Thread Becoming Digital
individual queries or building your multi-value query string. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Creative Solutions New Media [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 14:52 Subject: [PHP-DB] Best way to pass

Re: [PHP-DB] Select Statement with output in different colors.

2003-06-17 Thread Becoming Digital
.' tdda da da nbsp;/td /tr'; }// end while ? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Peter Lovatt [EMAIL PROTECTED] To: Christopher Lyon [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, 17 June, 2003 17:42 Subject: RE: [PHP-DB] Select

[PHP-DB] setting session variables via a form

2003-06-16 Thread Becoming Digital
. Edward Dudlik Becoming Digital www.becomingdigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] setting session variables via a form

2003-06-16 Thread Becoming Digital
'; else $_SESSION['item_details'] = 'yes'; hope i understood you right and this helps? .ma e: [EMAIL PROTECTED] w: http://www.abendstille.at # life would be easier if i knew the source code Am Montag, 16.06.03 um 17:16 Uhr schrieb Becoming Digital: Despite my best efforts, I can't seem to set

Re: [PHP-DB] setting session variables via a form

2003-06-16 Thread Becoming Digital
string. Again, I'm sure it's something obvious but I just can't seem to figure it out. What stupid mistake am I making this time? Thanks again. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Becoming Digital [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED

Re: [PHP-DB] addslashes, stripslashes, htmlspecialchars

2003-06-13 Thread Becoming Digital
uses. If your webpage broke because a hyperlink in the database included quotes, you need to either manually add slashes to the text in the database or re-write your form processing script to include addslashes() and insert the data again. Edward Dudlik Becoming Digital www.becomingdigital.com

Re: [PHP-DB] Login session - browser/computer? problem

2003-06-12 Thread Becoming Digital
If it works for everyone else but not your boss, guess where the problem is? His security settings probably have something to do with it. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Dewi Wahyuni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

Re: [PHP-DB] PHP Paging

2003-06-12 Thread Becoming Digital
How can I do paging in PHP? Search the list archives or use one of the paginating classes in the repository. This came up just last week. http://marc.theaimsgroup.com/?l=php-dbw=2r=1s=pagingq=b Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: F-A-W

Re: [PHP-DB] How can I get the number of entries retrieved by aSELECT - FROM

2003-06-12 Thread Becoming Digital
variable and retrieve it later. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: ed anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 17:58 Subject: [PHP-DB] How can I get the number of entries retrieved by a SELECT - FROM

Re: [PHP-DB] PHP web templates?

2003-06-11 Thread Becoming Digital
. I won't burn you this time, but try to make sure your future posts to this list are actually related to database stuff. Thanks. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 11 June

Re: [PHP-DB] Printing Issue

2003-06-10 Thread Becoming Digital
This is more of an OS/application program than it is a PHP issue. Besides, we don't even know which program you're using so we couldn't help if we tried. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: birdto [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP-DB] special character in filename

2003-06-10 Thread Becoming Digital
I can't explain why addslashes() didn't work (incorrect placement in the script, perhaps), but take a look at htmlspecialchars() and htmlentities(). They're long shots, but they might help. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ole Hornauer

Re: [PHP-DB] Count database-values

2003-06-10 Thread Becoming Digital
out of your result set. It's a common mistake. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Robert Wanadoo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 11:40 Subject: [PHP-DB] Count database-values Hi everybody, I've got

Re: [PHP-DB] Count database-values

2003-06-10 Thread Becoming Digital
I screwed up my own code. Silly me. It should read: $query = SELECT SUM(bedrag) AS Total FROM finance WHERE posneg = 'af'; $result = mysql_query( $query ); while ( $total = mysql_fetch_array( $result ) ) { $total = $total['Total']; } Edward Dudlik Becoming Digital www.becomingdigital.com

[PHP-DB] Re: What is the maximum number of rows per table ?

2003-06-10 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Martin Waite [EMAIL PROTECTED] To: MySQL List [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 07:30 Subject: What is the maximum number of rows per table ? Hi, I can't find any mention of this in the MySQL manual

Re: [PHP-DB] array fill/sort question

2003-06-10 Thread Becoming Digital
,subnetmask,dnsdomain, location, contact, ccn FROM subnets; $results = mysql_query( $query ); while ( $iptable = mysql_fetch_array( $result ) ) { $iptable['subnetaddr'] = ip2long( $iptable['subnetaddr'] ); } ? You can subsequently sort the array for the desired result. Edward Dudlik Becoming

[PHP-DB] Authentication Classes

2003-06-10 Thread Becoming Digital
on publishing a list of those that are recommended and it is my belief that this information would make the list more useful. Thanks a lot for your time, and if you're on the US East Coast, enjoy the nice weather. We deserve our two days a month! Edward Dudlik Becoming Digital www.becomingdigital.com

Re: [PHP-DB] Count database-values

2003-06-10 Thread Becoming Digital
Unfortunately, I can't, despite my best efforts, get the data to display unless it's put inside a loop. If anyone can tell me how to, I'd just for joy. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ford, Mike [LSS] [EMAIL PROTECTED] To: 'Becoming

Re: [PHP-DB] Count database-values

2003-06-10 Thread Becoming Digital
I love when things go completely over my head for no apparent reason. I have an incredible talent for missing the obvious. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Hutchins, Richard [EMAIL PROTECTED] To: 'Becoming Digital' [EMAIL PROTECTED

Re: [PHP-DB] Re: Authentication Classes

2003-06-10 Thread Becoming Digital
Sorry, Manuel, but you must have missed the first paragraph of my post. I was hoping to narrow down the 40 classes from the repository to those that are top quality. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Manuel Lemos [EMAIL PROTECTED

Re: [PHP-DB] Now, how about Roman Numerals?

2003-06-10 Thread Becoming Digital
With a rather complex class. There is no built-in function for developing roman numerals from their arabic counterparts, nor is there anything in the Classes Repository. Perhaps you can be the first to develop one. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original

Re: [PHP-DB] Re: Authentication Classes

2003-06-10 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Manuel Lemos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 10 June, 2003 20:51 Subject: Re: [PHP-DB] Re: Authentication Classes Hello, On 06/10/2003 09:37 PM, Becoming Digital wrote: Sorry, Manuel, but you

Re: [PHP-DB] Re: Authentication Classes

2003-06-10 Thread Becoming Digital
Thanks to everyone who's tried to help me with this. I think I'm on the right track now. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Manuel Lemos [EMAIL PROTECTED] To: Becoming Digital [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, 10 June

Re: [PHP-DB] Re: Now, how about Roman Numerals?

2003-06-10 Thread Becoming Digital
Very nice work, Hugh. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Hugh Bothwell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 11 June, 2003 00:55 Subject: [PHP-DB] Re: Now, how about Roman Numerals? David Shugarts [EMAIL PROTECTED

Re: [PHP-DB] how to update field without using UPDATE query?

2003-06-09 Thread Becoming Digital
I assume you lack update permissions, which means you probably don't have the other permissions necessary to change data. Assuming you actually do, you could use REPLACE or DELETE followed by INSERT. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From

Re: [PHP-DB] how to update field without using UPDATE query? you arekidding?

2003-06-09 Thread Becoming Digital
attempt to do that, let's see the ASP code you're trying to convert to PHP. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, 09 June, 2003 22:14 Subject: Re: [PHP-DB] how to update field

Re: [PHP-DB] incrementing values

2003-06-07 Thread Becoming Digital
AUTO_INCREMENT http://www.mysql.com/doc/en/example-AUTO_INCREMENT.html Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Merlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 03 June, 2003 17:56 Subject: [PHP-DB] incrementing values Hi

Re: [PHP-DB] problem with insert query

2003-06-07 Thread Becoming Digital
Becoming Digital www.becomingdigital.com - Original Message - From: Ahmed Abdelaliem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 07 June, 2003 08:15 Subject: [PHP-DB] problem with insert query hi i am wrote a script to read e-malis from a file and insert it into the tables

Re: [PHP-DB] Possible to store arrays in mySQL withoutexplode()/implode()

2003-06-07 Thread Becoming Digital
Not that I'm aware of, but why don't you give it a shot. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jakob Mund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, 07 June, 2003 09:04 Subject: [PHP-DB] Possible to store arrays in mySQL without

Re: [PHP-DB] Seccond addition: 'Transfering variables'

2003-06-06 Thread Becoming Digital
Entries from what? Do you have a code example of what you're working with now? Believe it or not, most of us would rather read through it than guess what you're trying to accomplish. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Andr Sannerholt

Re: [PHP-DB] Displaying groups from SELECT

2003-06-06 Thread Becoming Digital
it, the more it seems like I'll just have to use two queries. I just didn't want to do so bcs the second query will run at least four times and it seemed inefficient. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Grhan zen [EMAIL PROTECTED] To: Becoming

Re: [PHP-DB] PHP Problem

2003-06-06 Thread Becoming Digital
Please post the code you are trying to use so that we can try to find the problem. Without data, we can't tell you where things went wrong. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ramesh PAtel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread Becoming Digital
. input type=\Submit\ name=\submit\ value=\Enter information\ . /p . /form .; } else // no records to display echo Sorry, no records were found!; ? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Fulco of Scarborough [EMAIL

Re: [PHP-DB] forms with php/mysql

2003-06-05 Thread Becoming Digital
if you don't understand the code, though. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Peter Beckman [EMAIL PROTECTED] To: Philippe Rousselot [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 00:15 Subject: Re: [PHP-DB] forms

Re: [PHP-DB] Cookie issue

2003-06-05 Thread Becoming Digital
It's probably an issue with security settings in IE6, not your code. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Marie Osypian [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 11:30 Subject: RE: [PHP-DB] Cookie issue

Re: [PHP-DB] problem

2003-06-05 Thread Becoming Digital
Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ahmed Abdel-Aliem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 04 May, 2003 20:06 Subject: [PHP-DB] problem hi again, i use php/mysql and i have a form to enter data into tables insiede the database

Re: [PHP-DB] runing local programs with php

2003-06-05 Thread Becoming Digital
What's the purpose of your script? You can take a look at the command line functions in the manual, though I don't know if they work in a Windows environment. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: carol [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP-DB] while - if problem

2003-06-05 Thread Becoming Digital
'; } else $r_away['sport']='4'; $r_home['sport']='4'; $s_lt='ML'; $t_lt='TM'; } Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Earl [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Wednesday, 04 June, 2003 15:44 Subject: [PHP-DB] while

Re: [PHP-DB] Printing date as 04-06-03

2003-06-05 Thread Becoming Digital
print date(m-d-y); http://us3.php.net/manual/en/function.date.php Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, 04 June, 2003 17:58 Subject: [PHP-DB] Printing date as 04-06-03 Hi all

Re: [PHP-DB] Reserve Username while Confirming Signup

2003-06-03 Thread Becoming Digital
to remove all entries in the temp table more than 7 days old. I think that's a fair time for someone to confirm their information and it allows easily a scheduled operation. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Boa Constructor [EMAIL PROTECTED

Re: [PHP-DB] Dealing with ENUM fields

2003-06-03 Thread Becoming Digital
from the regular menu item categories. Because there are only four specials categories and they are static, I thought ENUM would work best. Your opinions? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Lisi [EMAIL PROTECTED] To: Becoming Digital [EMAIL

Re: [PHP-DB] remote commands thought www

2003-06-02 Thread Becoming Digital
Link is bad. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Jim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 01 June, 2003 23:24 Subject: [PHP-DB] remote commands thought www Hey, Where are some actual examples on url commands, ect

Re: [PHP-DB] query string

2003-06-02 Thread Becoming Digital
Check out http://www.php.net/manual/en/ref.url.php Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ian Fingold [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, 01 June, 2003 23:20 Subject: Re: [PHP-DB] query string Sorry I don't think I explained

[PHP-DB] Dealing with ENUM fields

2003-06-02 Thread Becoming Digital
complex? I'm simply trying to avoid using another table since it will contain only four elements. Thanks. Edward Dudlik Becoming Digital www.becomingdigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Dealing with ENUM fields

2003-06-02 Thread Becoming Digital
Thanks to both Heilo and Lisi. These scripts should make things easier. Is it safe to assume that we are in agreement about the use of an ENUM field for this application? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: heilo [EMAIL PROTECTED] To: PHP

Re: [PHP-DB] functions IN the database.

2003-05-31 Thread Becoming Digital
Forgive me if I'm overlooking something, but why not just use a class? Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Rolf Brusletto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 30 May, 2003 17:10 Subject: [PHP-DB] functions IN the database

Re: [PHP-DB] Multiple inserts revisited

2003-05-30 Thread Becoming Digital
Yes, it does what I want, but perhaps not what I described. My goal was to find a way to add values to the actual query, which this does nicely. Yours, thank you very much, is even nicer. :) Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Ford, Mike

Re: [PHP-DB] - Shopping cart software

2003-05-30 Thread Becoming Digital
osCommerce http://www.oscommerce.com Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Mignon Hunter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 29 May, 2003 16:47 Subject: [PHP-DB] - Shopping cart software Can anyone recommend shopping

Re: [PHP-DB] User auth system

2003-05-30 Thread Becoming Digital
Searching is good for you, just like exercise. :) If you check the archives, you'll see a lot of posts recommending you visit the PHP Classes Repository or the PEAR site. If you're not sure where they are, refer back to the first line. Edward Dudlik Becoming Digital www.becomingdigital.com

Re: [PHP-DB] hotornot functionality

2003-05-29 Thread Becoming Digital
altered) would work well at storing that information for future use. Storing this information is *very* important. If users keep seeing the same images, they won't return. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Peter Beckman [EMAIL PROTECTED

[PHP-DB] Multiple inserts revisited

2003-05-29 Thread Becoming Digital
this will prove helpful to those who asked. If not, than perhaps some of you can point out flaws in my design, should there be any. Thanks for your time. Edward Dudlik Becoming Digital www.becomingdigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http