Re: [PHP] Create unique non-autoincrement key for 700,000 records?

2008-12-15 Thread Steve Edberg
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php update mytable set hash_field = md5(AutoIdField + unix_timestamp()) -- Bastien Cat, the other other white meat -- +--- my people are the people of the dessert, ---+ | Steve Edberg

Re: [PHP] Re: Military Service WAS [PHP] Capitalization of variable

2008-06-19 Thread Steve Edberg
about PHP issues. So I have to agree with Per here. Perhaps a PHP-Personal, PHP-Fun or PHP-OT list could be set up for such discussions; heck, I might even subscribe to it. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg

Re: [PHP] avoid calling php script

2008-03-12 Thread Steve Edberg
, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking up his fork

Re: [PHP] More than one values returned?

2008-02-19 Thread Steve Edberg
); } list($a,$b) = test(); works as above. Works fine with complex arrays as well: function test() { return array(1,array('a','b')); } list($a,$b) = test(); steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg

Re: [PHP] how to display photos of the day?

2008-01-29 Thread Steve Edberg
. The cronjob could be written in any language, but since this is a PHP list you'll have to promise to write it in PHP ;) steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome

Re: [PHP] var_dump() results

2008-01-13 Thread Steve Edberg
of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking

Re: [PHP] XML Data merging

2008-01-12 Thread Steve Edberg
article: http://www.xmlhack.com/read.php?item=1681 Disclaimer: I've never used any of those tools, so YMMV, IANAL, RTFM, LOL, etc... steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp

Re: [PHP] checkbox unchecked

2007-12-02 Thread Steve Edberg
people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said

Re: [PHP] Join question

2007-11-30 Thread Steve Edberg
are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence

Re: [PHP] Rewind foreach loop

2007-11-29 Thread Steve Edberg
]]; if ($value == 5 some_other_test()) { $value = $NotJustNumbers[$Keys[--$i]]; } echo Value: $value . PHP_EOL; } - steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp

Re: [PHP] two small issues with php mail

2007-11-20 Thread Steve Edberg
back and look up the e-mail that the info was in :) *Gets ready to duck* :) -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center

Re: [PHP] Re: Data request

2007-09-25 Thread Steve Edberg
at the kids on my lawn) steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database

Re: [PHP] Not quite OT but maybe close... Help with MySQL

2007-08-08 Thread Steve Edberg
, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking up his fork

Re: [PHP] Rejecting File Upload

2007-08-04 Thread Steve Edberg
-- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127

[PHP] Suggestion re: PHP Brain Teasers

2007-07-05 Thread Steve Edberg
to obfuscation. And one should eschew obfuscation. - steve, eschewing away... -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED

Re: [PHP] Suggestion re: PHP Brain Teasers

2007-07-05 Thread Steve Edberg
At 7:37 PM -0400 7/5/07, Robert Cummings wrote: On Thu, 2007-07-05 at 16:27 -0700, Steve Edberg wrote: Proposal - Perhaps we could separate Brain Teasers, Obfuscated PHP challenges, and what-have-you to a separate mailing list, say php-fun (php-phun? PHPhun?)? Maybe you could also include

Re: [PHP] Swear filter ideas

2007-06-28 Thread Steve Edberg
the need for a separate preg_match_all if ($SwearCount SWEAR_THRESHOLD) { echo 'You %$#%@, who do you [EMAIL PROTECTED] think you [EMAIL PROTECTED] are ??'; } - st[EMAIL PROTECTED] -- +--- my people are the people of the dessert, ---+ | Steve Edberg

RE: [PHP] Re: Swear filter ideas

2007-06-28 Thread Steve Edberg
are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence

Re: [PHP] Single Sign On

2007-06-04 Thread Steve Edberg
/ - useful. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin

Re: [PHP] Array mysteries

2007-03-11 Thread Steve Edberg
/language.variables.scope.php for more information on variable scope. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL

Re: [PHP] Back to security

2007-03-10 Thread Steve Edberg
. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530

Re: [PHP] Holes in mysql primary key and other db issues...

2007-03-05 Thread Steve Edberg
and then re-add the auto_increment column, but that's a bad idea (tm) and don't tell anyone I told you how to do it :) -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center

Re: [PHP] Interchange.

2006-10-15 Thread Steve Edberg
, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking up his fork

Re: [PHP] chown(), chgrp()

2006-09-19 Thread Steve Edberg
://www.informed-sources.com -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database

Re: [PHP] function does not exist

2006-08-25 Thread Steve Edberg
method call' or something like that). steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics

Re: [PHP] recommendations for good breacrumbs script

2006-03-11 Thread Steve Edberg
== $PathCount-1 ? $ThisLevel : 'a href='.$CurrPath.''.$LinkAttrString.''.$ThisLevel.'/a'); } } $Crumbs = implode($Separator, $CrumbBits); } return $Crumbs; } ? -- +--- my people are the people of the dessert, ---+ | Steve Edberg

Re: [PHP] Support between MySQL and PHP

2006-01-29 Thread Steve Edberg
, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database/sysadmin (530)754-9127 | + said t e lawrence, picking up his fork

Re: [PHP] PHP on domain...

2006-01-29 Thread Steve Edberg
on opening reading from sockets; there is an example on this page in the user comments about sending HTTP HEAD requests. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis

Re: [PHP] shortest possible check: field is set, integer or 0

2005-12-01 Thread Steve Edberg
round, ceil, or floor the value. -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED] | | Bioinformatics programming/database

Re: [PHP] shortest possible check: field is set, integer or 0

2005-12-01 Thread Steve Edberg
At 5:30 PM +0100 12/1/05, Jochem Maas wrote: Steve Edberg wrote: Only problem with intval() is that it returns 0 (a valid value) on I knew that. :-) I figured so, but I thought I'd make it explicit for the mailing list... failure, so we need to check for 0 first. Adding more secure checks

Re: [PHP] Help: Get the value of pi up to 200+ digits?

2005-09-01 Thread Steve Edberg
all, I'm trying to do like this but failed: ?php ini_set('precision',16); echo pi(); ? How can I get more digits after . ? Can anyone help? Thx! ++ | Steve Edberg [EMAIL

Re: [PHP] Help: Get the value of pi up to 200+ digits? -- oops

2005-09-01 Thread Steve Edberg
! ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | UC Davis Genome Center http://pgfsun.ucdavis.edu/ | +-- Gort, Klaatu barada nikto

Re: [PHP] word lists

2005-06-20 Thread Steve Edberg
://www.htdig.org/ Googling for the phrase stop word list also may be useful steve -- +--- my people are the people of the dessert, ---+ | Steve Edberghttp://pgfsun.ucdavis.edu/ | | UC Davis Genome Center[EMAIL PROTECTED

Re: [PHP] xml tags interfere with php tags

2004-09-01 Thread Steve Edberg
that in your code, you might have to do a batch edit to change ? to ?php As they say on http://us4.php.net/basic-syntax the use of short-tags is discouraged for this, among other, reasons. -steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg

Re: [PHP] Efficient way to filter this string

2004-07-22 Thread Steve Edberg
/preg_match and ternary operators in http://us2.php.net/language.operators for more info. - steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis

Re: [PHP] Identifying spam text

2004-05-28 Thread Steve Edberg
, if that was really important to you - steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin

Re: [PHP] Playing with globals

2004-05-28 Thread Steve Edberg
' declaration does that. steve -- +--- my people are the people of the dessert, ---+ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin

RE: [PHP] Newbie Question: Variables on the fly

2004-05-28 Thread Steve Edberg
/en/language.variables.external.php for more info on this technique. steve edberg At 01:24 AM 28/05/2004, Dennis Seavers [EMAIL PROTECTED] wrote: Maybe others will catch on to your intention, but I think you need to provide a bit more information. For example, what variables do you want

Re: [PHP] [Q] PHP code embedded in html files - What happens?

2004-03-14 Thread Steve Edberg
, ---+ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu/ | + said t e lawrence, picking up his fork

Re: [PHP] Can you recommend a good PHP includes tutorial?

2004-01-14 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Display syslog file?

2004-01-09 Thread Steve Edberg
. -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Random Character Generator

2003-11-10 Thread Steve Edberg
Williard ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis http://pgfsun.ucdavis.edu

Re: [PHP] String parsing help

2003-08-20 Thread Steve Edberg
, ZIP: $zipbr /; } ? ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- ++ | Steve Edberg [EMAIL PROTECTED

Re: [PHP] chill out

2003-04-04 Thread Steve Edberg
it will help Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- ++ | Steve Edberg

Re: [PHP] Word Count

2003-01-23 Thread Steve Edberg
? Untested, but this should work. $string = Is there a way to count the number of words in a string? $numOfWords = count( explode( , $string )); Chris -- ++ | Steve Edberg [EMAIL PROTECTED

Re: [PHP] Number Sign in String Variables

2003-01-18 Thread Steve Edberg
hp http://www.php.net/manual/en/function.urldecode.php Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- ++ | Steve Edberg

Re: [PHP] get the $email string

2003-01-16 Thread Steve Edberg
of sessions here: http://www.php.net/manual/en/ref.session.php -steve -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127

Re: [PHP] mmmmm SELECT

2003-01-06 Thread Steve Edberg
an error message. -steve ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis

[PHP] Re: Making verification code harder to OCR?

2002-11-26 Thread Steve Edberg
/ - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis

RE: [PHP] PHP and MySQL sorting using COUNT

2002-11-13 Thread Steve Edberg
['company_name'] and agent_name is $row['agent_name']; Thanks, Ed Curtis -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127

[PHP] mysql/php large integer query oddity

2002-11-13 Thread Steve Edberg
mysql client API 3.23.47 MySQL 3.23.47-log Platform: SunOS 5.8 sun4u sparc SUNW,Sun-Fire-280R Thanks in advance, steve -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California

[PHP] NEVERMIND: mysql/php large integer query oddity

2002-11-13 Thread Steve Edberg
Boy do I REALLY need some coffee...one query was on the production database, the other was on the development copy. I suppose I should set the programmer_first_check_database_parameter_you_idiot setting in php.ini... Sorry for consuming unnecessary list space. sound of head meeting door jamb

Re: [PHP] Regular Expression

2002-11-07 Thread Steve Edberg
this: drwxrwxrwx 1 ownergroup 0 Nov 5 23:19 6 fantasy Notice in this case the filename is 6 fantasy however $regs[1] returns only: fantasy Can anyone help me to fix this problem. Thanks a bunch -- ++ | Steve Edberg

Re: [PHP] Need more memory... possible to set?

2002-09-10 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] PHP and Apache

2002-09-06 Thread Steve Edberg
using PHP via a website?? I have already thought of a way but seems a little long winded. Thanks in advance. -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis

Re: [PHP] whitespace...

2002-09-04 Thread Steve Edberg
/pcre.pattern.modifiers.php -steve ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis http

Re: [PHP] request what a user clicked

2002-08-30 Thread Steve Edberg
[EMAIL PROTECTED] ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis http

Re: [PHP] Average Number For Math Functions

2002-08-29 Thread Steve Edberg
version = 4.0.5) you can use array_reduce() in conjunction with the count() function. If these values are coming from a database, most databases have aggregate functions to do sums, averages, etc. -steve ++ | Steve Edberg

RE: [PHP] Open 10 http connections in parallel

2002-08-08 Thread Steve Edberg
to a separated file. But it slow! I wonder if i can open 10 connnect (or more) in parallel? Thanks in advance. NoWhErEMaN -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California

Re: [PHP] Vars passed via URL disappearing

2002-08-02 Thread Steve Edberg
only affected session, cookie and get type variables? Why is PHP ignoring the variables passed via the URL? 'variables passed via the URL' = 'GET variables' -steve -- ++ | Steve Edberg

Re: [PHP] Disturbing parsing problems

2002-07-29 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Check for Associative Array

2002-07-18 Thread Steve Edberg
the array using each() in a loop, and use only every OTHER array entry...but this is really funky and you shouldn't do it this way anymore. -steve ?? Thanks, Henning Sittler www.inscriber.com -- ++ | Steve

Re: [PHP] Odd Request: Image 2 HEX

2002-07-09 Thread Steve Edberg
... -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] GD Lib

2002-07-09 Thread Steve Edberg
Dave -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucd

Re: [PHP] Two cases going to same case?

2002-06-30 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Steve Edberg
['C.CourseName']; } -steve -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http

Re: [PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Steve Edberg
a relatively new (= version 4.0.3) function mysql_fetch_assoc() which does what you want...return ONLY the associated indexes. See: http://www.php.net/manual/en/function.mysql-fetch-assoc.php -steve Steve Edberg [EMAIL PROTECTED] wrote in message news:p05100300b943f2a7feef@[168.150.239.37

RE: [PHP] Re: Automatic user login under NT

2002-06-12 Thread Steve Edberg
times his name appears. In short, PHP sprang from his brain. Now, it springs from many brains. -steve ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin

[PHP] Re:phpinfo

2002-05-23 Thread Steve Edberg
/products/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis

Re: [PHP] Making varibles (more than one) with a function.

2002-05-23 Thread Steve Edberg
s called global. Usage: global $variable_a; global $variable_b; global $variable_c; ... HTH, Dw. -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of Californi

Re: [PHP] viewing get/post variables

2002-04-16 Thread Steve Edberg
, Administrador, DBA | Centro de Telematica Universidad Nacional del Litoral - -- ++ | Steve Edberg

Re: [PHP] running commands as root from a script

2002-03-28 Thread Steve Edberg
point in time. I am wondering what the different approaches to this problem are. Thanks Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ++ | Steve Edberg

Re: [PHP] Using a mysql data base and cookie to log a person in

2002-02-20 Thread Steve Edberg
-- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] Ports

2002-02-04 Thread Steve Edberg
++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of California, Davis http://pgfsun.ucdavis.edu/ | +-- Gort, Klaatu barada nikto! --+

[PHP] Re: Any Ideas

2002-01-26 Thread Steve Edberg
6144012 -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucd

Re: [PHP] string to array??

2002-01-17 Thread Steve Edberg
: +45 3325 0688 Fax: +45 3325 0677 Web: www.explodingnet.com -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127

Re: [PHP] string to array??

2002-01-17 Thread Steve Edberg
... -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] INI file parsing

2002-01-02 Thread Steve Edberg
Killmer NetgainTechnology.com ++ | Steve Edberg [EMAIL PROTECTED] | | Database/Programming/SysAdmin(530)754-9127 | | University of Californi

Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-20 Thread Steve Edberg
) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED] Tel : 91-4546512/4522124 *** -- ++ | Steve Edberg

Re: [PHP] Number Format

2001-12-20 Thread Steve Edberg
to be a fixed width. I want all numbers to be 2 characters in width to the left of the decimal point. 1 should be 01 2 should be 02 3 should be 03 How can I do this? ++ | Steve Edberg

Re: [PHP] $PHP_SELF not working -please help

2001-12-19 Thread Steve Edberg
for some strange reasons it tries to access my web direcorty that does not contain any file, and i get the 404 page not found error. any help would do, Thanks Caleb -- ++ | Steve Edberg

Re: [PHP] phplib???

2001-12-13 Thread Steve Edberg
. -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http://pgfsun.ucdavis.edu

Re: [PHP] last entry in mysql

2001-12-12 Thread Steve Edberg
. Thanks Yoed -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http

Re: [PHP] Reg ex help-Removing extra blank spaces before HTMLoutput

2001-12-04 Thread Steve Edberg
[EMAIL PROTECTED] -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis (530)754-9127 | | Programming/Database/SysAdmin http

Re: [PHP] Image width??

2001-11-29 Thread Steve Edberg
http://php.he.net/manual/en/function.getimagesize.php At 9:46 PM + 11/29/01, cosmin laslau wrote: Hi, Is there any function or command in PHP that will return the width an image (GIF)? Thanks. -- ++ | Steve

Re: [PHP] Access $HTTP_POST_VARS from class member fucntion

2001-11-04 Thread Steve Edberg
, or .htaccess (whatever's appropriate in your setup). Hope that helps - - steve edberg -- +--- my people are the people of the dessert, ---+ | Steve Edberg [EMAIL PROTECTED] | | University of California, Davis

Re: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Steve Edberg
procedures). If you can deal with the 'lowest common denominator' approach, use ODBC. Or, as you mentioned, use one of the db wrapper classes available in PHPLIB, PEAR or Metabase. -steve -- + Open source questions? + | Steve Edberg

Re: [PHP] Problem with regex

2001-09-25 Thread Steve Edberg
You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED

Re: [PHP] ucwords added functionality?

2001-09-24 Thread Steve Edberg
it be possible to add an optional parameter to ucwords which would be an array of words to skip? i would think this would be useful to many. any thoughts? -- + Open source questions? + | Steve Edberg University of California

Re: [PHP] Run or execute a php cript within a php cript.

2001-09-21 Thread Steve Edberg
scripts and need them to execute from a master php script. any help? Thanks all, Yours Hans. -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED

Re: [PHP] fired!

2001-09-21 Thread Steve Edberg
At 1:49 PM +0200 9/21/01, [EMAIL PROTECTED] wrote: lets have a php-beer for all the dot.com unenployed! My PHP 4.0.5 doesn't have php_beer() function :( Is that available in CVS tree? -- + Open source questions? + | Steve Edberg

[PHP] Re: excuting several sql statements in one time

2001-09-20 Thread Steve Edberg
any one know how to run this job? -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] Computer Consultant | | http://aesric.ucd

[PHP] Re: Get the beginning array number

2001-09-18 Thread Steve Edberg
n source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] Computer Consultant | | http://aesric.ucdavis.edu/ http://pgfsun.ucdavis.edu/ | +--- http://pgfsun.ucdavis.

Re: [PHP] header redirection

2001-09-14 Thread Steve Edberg
running apache and php4 poppy -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] Computer Consultant | | http://aesric.ucdavis.edu

Re: [PHP] PHP Redirect in the middle of code?

2001-09-10 Thread Steve Edberg
want this redirection to happen at the server and not the client. -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] Computer Consultant | | http

Re: [PHP] PHP Redirect in the middle of code?

2001-09-10 Thread Steve Edberg
-steve At 1:00 PM -0400 9/10/01, Ken wrote: At 08:11 AM 9/10/01 -0700, Steve Edberg wrote: Right off the top of my head, you have three options that I can see: (3) Use a META REFRESH tag. For example: META HTTP-EQUIV=refresh CONTENT=1;page.php where 1 is the time (in seconds) before you

Re: [PHP] Engine Question

2001-09-04 Thread Steve Edberg
? -- + Open source questions? + | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] Computer Consultant | | http://aesric.ucdavis.edu/ http://pgfsun.ucdavis.edu

Re: [PHP] Quick TXT document stuff

2001-08-30 Thread Steve Edberg
]; or print Some text here .$fp[$i]. more text here; instead. -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 -- + Open source questions? + | Steve Edberg

RE: [PHP] is_numeric for php3

2001-08-28 Thread Steve Edberg
*$Something) == $Something; } should work. -steve ++ | Steve Edberg University of California, Davis | | [EMAIL PROTECTED] (530)754-9127 | | http

  1   2   >