[PHP-DB] Function that outputs at line xxx

2002-10-23 Thread Peter Beckman
keeps track of what line in which scripts each execution is at? Thanks, Peter --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] mysql_affected_cols() ??? or equivalent?

2002-10-23 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

RE: [PHP-DB] Credit Card Info Cryptography

2002-10-23 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] TOO MANY CONNECTIONS!!

2002-10-25 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

Re: [PHP-DB] URGET HELP : Logic Help - for first record do_this foreach record after do_that

2002-10-25 Thread Peter Beckman
if stomach.add Pint MsgBox I've had stomach.count Pints MsgBox VERY DRUNK End Sub -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter

Re: [PHP-DB] localhost versus remote

2002-10-27 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] localhost versus remote

2002-10-27 Thread Peter Beckman
Catching Peter Beckman [EMAIL PROTECTED] wrote in message news:20021027151406.T64513-10;thermonuclear.org... That's some nasty code Two things: 1. What is $ton in your query? 2. Change your mysql_query row to this: $result = mysql_query($query) or die(MySQL Error

Re: [PHP-DB] localhost versus remote

2002-10-27 Thread Peter Beckman
-- http://seabird.jmtech.ca Attitude is Everything! But Remember, Attitudes are Contagious! Is Yours worth Catching Peter Beckman [EMAIL PROTECTED] wrote in message news:20021027172628.I64513-10;thermonuclear.org... It seems to me you have no idea what you are doing. You really need

Re: [PHP-DB] localhost versus remote

2002-10-27 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-27 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

RE: [PHP-DB] PHP/MySQL and passing url params

2002-10-28 Thread Peter Beckman
to populate the array dynamically? $my_array[0] = something; $my_array[1] = something else; I've probably missed something in the docs but I don't seem to find any hard fast rules on defining arrays or rediminsioning them. alex -Original Message- From: Peter Beckman

Re: [PHP-DB] data_seek and fetch_row

2002-10-28 Thread Peter Beckman
); return $this-record; } But if I load the page,I get this error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in What is wrong??? --- Peter BeckmanSystems

Re: [PHP-DB] Interbase BLOB problem

2002-10-29 Thread Peter Beckman
of the 200k file) What should I be looking for? Thanks David Russell IT Support Manager Barloworld Optimus (Pty) Ltd Tel: +2711 444-7250 Fax: +2711 444-7256 e-mail: [EMAIL PROTECTED] web: www.BarloworldOptimus.com --- Peter

RE: [PHP-DB] Column Defualts

2002-10-29 Thread Peter Beckman
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

Re: [PHP-DB] Session variables and arrays

2002-10-29 Thread Peter Beckman
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] losing my session variables

2002-10-29 Thread Peter Beckman
worth Catching -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] Re: losing my session variables

2002-10-29 Thread Peter Beckman
/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Decimal places.

2002-10-29 Thread Peter Beckman
for your comments. Andrew Wilson Technical Support Netway Networks 8920-8877 Netway Networks Pty Ltd (T) 8920 8877 (F) 8920 8866 --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation

RE: [PHP-DB] Session variables and arrays

2002-10-30 Thread Peter Beckman
-Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: Wednesday, October 30, 2002 8:57 AM To: Ryan Neudorf Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Session variables and arrays On Wed, 30 Oct 2002, Ryan Neudorf wrote: Ok. The categories are coming from

Re: [PHP-DB] SESSIONS

2002-11-01 Thread Peter Beckman
: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] killing cookie

2002-11-01 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

Re: [PHP-DB] LIKE statement

2002-11-03 Thread Peter Beckman
. $query = select count(distinct itemid) from business where name or description like' . $search_string . '; Any help or suggestions greatly appreciated. --- Peter BeckmanSystems Engineer, Fairfax Cable Access

Re: [PHP-DB] Generating readio buttons

2002-11-03 Thread Peter Beckman
($header)); } else {print Sorry, no records were found!;} ? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

Re: [PHP-DB] Generating readio buttons

2002-11-03 Thread Peter Beckman
if you used this input and it was checked: input type='checkbox' name='acct[]' value='Yes' Peter On Sun, 3 Nov 2002, David Jackson wrote: Peter Beckman wrote: Peter, Thanks for your prompt reply. Gonna need some additional information, such as: 1. The first three rows your query

Re: [PHP-DB] Locking for data integrity

2002-11-04 Thread Peter Beckman
help. -- Josh -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] Re: Generating readio buttons

2002-11-04 Thread Peter Beckman
prettier to me. Peter --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Date and time issues

2002-11-04 Thread Peter Beckman
PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] sort by date

2002-11-06 Thread Peter Beckman
-- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmer Come visit us at http://www.phparch.com! --- Peter BeckmanSystems Engineer

RE: [PHP-DB] sort by date

2002-11-06 Thread Peter Beckman
being able to get help from some of the seasoned pros on this list right away. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

Re: [PHP-DB] sort by date

2002-11-06 Thread Peter Beckman
Peter On Wed, 6 Nov 2002, dwalker wrote: What archive and how do I access it? --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http

RE: [PHP-DB] Imploding an array?

2002-11-06 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] MySQL password protection?

2002-11-06 Thread Peter Beckman
: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Record IDs: Numeric or String??

2002-11-06 Thread Peter Beckman
, but, not sure if this means the DB has to work harder or not. Thanks! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

RE: [PHP-DB] Warning - newby question -- $_GET

2002-11-06 Thread Peter Beckman
Ph: +61 2 9413 2944 Fax: +61 2 9413 9901 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable

Re: [PHP-DB] Archiving A Database

2002-11-06 Thread Peter Beckman
anything. Please flame in private if I missed something! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable

Re: [PHP-DB] FW: php J2EE .NET

2002-11-06 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] addition to uploading

2002-11-07 Thread Peter Beckman
thoughts Thanks [Ryan Holowaychuk] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation

Re: [PHP-DB] [Newbie Q] csv file upload via php to mysql tutorialrequest

2002-11-07 Thread Peter Beckman
. ;o) -- tia as always bfn .kristina [EMAIL PROTECTED] kfxdesign.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

Re: [PHP-DB] ROugh idea of speed

2002-11-08 Thread Peter Beckman
experience with holding a lot in MySQL? Any idea of speed would be great. Thanks, Steve -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

Re: [PHP-DB] Polls?

2002-11-08 Thread Peter Beckman
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Polls?

2002-11-09 Thread Peter Beckman
on the web server. Peter On Fri, 8 Nov 2002, Leif K-Brooks wrote: The problem is, I need to make a page that shows all of the polls, and one query per poll would kill the server. Peter Beckman wrote: Use the dual table questions and answers suggestion before. Then just use a loop

Re: [PHP-DB] problem with postgres

2002-11-09 Thread Peter Beckman
for pgsql and I've confirm that pqsql.so is loaded. Pls help Regards -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems

Re: [PHP-DB] Winamp-Like Search

2002-11-10 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP-DB] Having more than one id in the same field

2002-11-10 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] retrieving data from mysql table

2002-11-10 Thread Peter Beckman
; while ( $row = mysql_fetch_assoc ($result)) { ? TD ? echo $row[$table_headers[$x]] ; ? /TD ? $x++ ; } ? /TABLE --- Peter BeckmanSystems

Re: [PHP-DB] Performance for how many columns to update?

2002-11-10 Thread Peter Beckman
Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http

Re: [PHP-DB] Performance for how many columns to update?

2002-11-10 Thread Peter Beckman
to make it only update the changed rows or be lazy and make it update them all if only 1 has changed. Peter Beckman wrote: Straight from the MySQL Documentation, which is where you should look first always: http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Optimisation.html

Re: [PHP-DB] Optimizing

2002-11-10 Thread Peter Beckman
so I thought i'd ask you all here :-) Peter RTFM --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Are there any Oracle vs Postgresql official benchmarks

2002-11-11 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] Are there any Oracle vs Postgresql official benchmarks

2002-11-11 Thread Peter Beckman
performance fell by two-thirds. ---John Holmes... -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: Monday, November 11, 2002 12:29 PM To: Maxim Maletsky Cc: Manos Papagelis; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Are there any Oracle vs Postgresql

Re: [PHP-DB] payperiods

2002-11-12 Thread Peter Beckman
://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] payperiods

2002-11-12 Thread Peter Beckman
Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] OT... distribution under the GPL

2002-11-12 Thread Peter Beckman
, whatever) under the GPL? Thank you for any help you may give in pointing me in the right direction. M.Cortes Fort LeBoeuf School District --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation

Re: [PHP-DB] Variable from PHP to HTML...

2002-11-12 Thread Peter Beckman
== 1) { $cnt = 2; echo tr; ? td width=161input name=$sys type=checkbox value=name ?php echo $sys; ?/td --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] can i create an Access table or mdb with PHP?

2002-11-12 Thread Peter Beckman
are you trying to use PHP instead of just linking to the Access.mdb file via the web server? Peter --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] Multiple Inserts with mySQL

2002-11-13 Thread Peter Beckman
. Thanks. - Anthony -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] Arrays again again

2002-11-13 Thread Peter Beckman
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Shopping Cart Sessions - Think this is a simple prolem- hopefully

2002-11-14 Thread Peter Beckman
as to why this doesn't work. G :) --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Move PDFs

2002-11-14 Thread Peter Beckman
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED

Re: [PHP-DB] phpmysqladmin

2002-11-15 Thread Peter Beckman
--- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http://www.php.net

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
. Aaron -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: November 15, 2002 12:35 PM To: Aaron Wolski Cc: 'Jason Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Why not encrypt the password in the DB? If they lose their password

Re: [PHP-DB] Query Executes in MySQL Command Line, Not From PHP.

2002-11-15 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] database update question

2002-11-15 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] Passing by reference

2002-11-16 Thread Peter Beckman
might pass by reference correctly? I've tested both pieces of code, but can't determine if there is a speed/memory difference, and I don't actually have 125K in data handy! Thanks, Peter --- Peter BeckmanSystems

Re: [PHP-DB] Need Help

2002-11-16 Thread Peter Beckman
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http

[PHP-DB] Inserting things into the DB

2002-11-16 Thread Peter Beckman
to prove the md5 hashes generated by DCC is accurate, and adding slashes in the wrong place will screw that up). What's the answer? addslashes then remove the single-quoted-slashes? Thanks for the help. Peter --- Peter Beckman

Re: [PHP-DB] Automatic Refresh Page

2002-11-16 Thread Peter Beckman
pls share with me? highly appreciate for yr help -- Warm regards, Afif mailto:[EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

Re: [PHP-DB] Sorting in numerical order, and then randomly

2002-11-17 Thread Peter Beckman
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] php sessions using mysql (or any db)

2002-11-18 Thread Peter Beckman
: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable Access Corporation [EMAIL PROTECTED] http://www.purplecow.com

RE: [PHP-DB] php sessions using mysql (or any db)

2002-11-18 Thread Peter Beckman
] was legacy code for the site I was using. Ignore it. Sorry! Your SessionTableName is set in php.ini -- if $sessiontablename is empty, there is an issue that will prevent sessions from being written/read from! Peter -Original Message- From: Peter Beckman [mailto:[EMAIL PROTECTED

Re: [PHP-DB] Insert path string into Mysql

2002-11-18 Thread Peter Beckman
'); $result=mysql_query($query); mysql_close(); ? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter BeckmanSystems Engineer, Fairfax Cable

Re: [PHP-DB] Sessions Vs DB Access

2002-11-24 Thread Peter Beckman
it speed it up because of less DB access? Thanks for your help Regards Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

Re: [PHP-DB] PHP4, Apache 1.3.x, and mod ssl install document?

2002-11-27 Thread Peter Beckman
://www.php.net/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] imap_search problems

2002-11-27 Thread Peter Beckman
the search strings and continue to fail. Argh. I know the word fat is in the body of more than 50 messages, as well as in the headers, as there are 10,051 pieces of spam I'm trying to parse. Peter --- Peter Beckman

Re: [PHP-DB] imap_search problems

2002-11-27 Thread Peter Beckman
the debugging tools the nice people at PHP gave you for Christmas. Beckman On Wed, 27 Nov 2002, Peter Beckman wrote: I'm writing a command line script to go through a mailbox on the file system. PHP the binary is compiled with imap, I've confirmed by using imap_headers to get the array

[PHP-DB] Fulltext matching

2002-12-02 Thread Peter Beckman
--- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] Processing HTML forms

2002-12-03 Thread Peter Beckman
\; } print /; } How would I write this to support multiple brackets? Basically it is the preg_match line that does the magic. Peter --- Peter Beckman

Re: [PHP-DB] anchors

2002-12-04 Thread Peter Beckman
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED

Re: [PHP-DB] Index on email or ID?

2002-12-05 Thread Peter Beckman
--- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

Re: [PHP-DB] calling function on submit instead of going to a newscript

2002-12-05 Thread Peter Beckman
2057 Ph: +61 2 9413 2944 Fax: +61 2 9413 9901 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

Re: [PHP-DB] newbie - last_insert_id() with mysql

2002-12-12 Thread Peter Beckman
--- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] limiting field extraction to 40 characters

2002-12-12 Thread Peter Beckman
); printf(select name=\coursecode\\n); while ($myrow = mysql_fetch_array($result)) { $l=$myrow['coursecode']; ?option value=?=$l;??=($_POST['coursecode']==$l)?' selected=selected':;??=$myrow['left(title,40)'];?/option? } printf(/select\n); ? on 11/12/02 5:26 pm, Peter Beckman at [EMAIL

Re: [PHP-DB] How to return records in _random_ order ???

2002-12-16 Thread Peter Beckman
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] Re: Listing A Certain # Range

2002-12-16 Thread Peter Beckman
) break; if ($i=$offset) continue; print stuff here; } Terrible code, I know, but you should be able to get the idea. Why wouldn't you use limit? That seems silly. I know Holmes would agree. :-) Peter --- Peter

Re: [PHP-DB] Users on line

2003-01-03 Thread Peter Beckman
and conditions expressed in the governing KPMG client engagement letter. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

RE: [PHP-DB] Users on line

2003-01-03 Thread Peter Beckman
). I'm not slagging Peter's recommendation. I was thinking this solution through as well, but was a bit stuck when it came to users just closing their browsers without logging out. -Original Message- From: Peter Beckman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2

RE: [PHP-DB] Users on line

2003-01-03 Thread Peter Beckman
] -Original Message- From: Peter Beckman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:49 PM To: Hutchins, Richard Cc: Bernain, Fernando G.; '[EMAIL PROTECTED]' Subject: RE: [PHP-DB] Users on line I agree; it'd be nice if there was some sort of code that'd be executed when someone

Re: [PHP-DB] Users on line

2003-01-03 Thread Peter Beckman
that hops ip addresses (like AOL). Would the session id remain constant, over the ip hops?? Thanks Peter Beckman wrote: Create a new table named online: id time (int unix timestamp) uid (int probably, user ID of user in question, relating to a user info table?) sessid (char 32 I think

Re: [PHP-DB] Array help please

2003-01-19 Thread Peter Beckman
: 6.0.443 / Virus Database: 248 - Release Date: 10/01/2003 --- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] Re: testing the validity of a link

2003-02-21 Thread Peter Beckman
like with 4.3+ you can use the internal functions of PHP to do what you are asking. You could alternatively install curl and get the resulting HTTP code. http://www.php.net/manual/en/ref.curl.php Peter --- Peter Beckman

Re: [PHP-DB] One more date question (NOOOOOOO) :-)

2003-02-26 Thread Peter Beckman
could do this? Thanks for everything, you are all life savers. Oh and after thinking about it I realized how dumb storing Credit Card details in a DB were :-) Chris --- Peter Beckman

Re: [PHP-DB] Subtraction of two units of time.

2003-03-06 Thread Peter Beckman
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED] http

Re: [PHP-DB] Real Killer App!

2003-03-12 Thread Peter Beckman
entries in the database. Any ideas out there as to what would cause this kind of problem? Nick -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

Re: [PHP-DB] Server Error

2003-03-17 Thread Peter Beckman
--- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com/ --- -- PHP Database Mailing List (http

Re: [PHP-DB] Re: Really easy question

2003-03-18 Thread Peter Beckman
/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

[PHP-DB] phpMsAdmin ?

2003-03-31 Thread Peter Beckman
. Peter --- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com

Re: [PHP-DB] hotornot functionality

2003-05-29 Thread Peter Beckman
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman Internet Guy [EMAIL PROTECTED

[PHP-DB] Stuck on table design

2003-06-03 Thread Peter Beckman
so I know for each application, a person is assigned a role. There can be multiple reviewers, so there is no unique key on these columns. Any other suggestions? --- Peter Beckman

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

2003-06-03 Thread Peter Beckman
/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Peter Beckman

  1   2   >