[PHP] nimda, etc.

2001-09-21 Thread Bill Rausch
ot; ); echo "404 File Not Found: "; echo $HTTP_SERVER_VARS["REDIRECT_URL"]; ?> I felt that if nothing else I could slow the worm down a little by wasting its time before it races off to the next potential target. Does what I'm doing make any sense or am I all confused

[PHP] run processes from php as authenticated user

2001-09-22 Thread Bill Pitz
s as well. Any ideas? Thanks, -Bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] floating point format

2001-10-02 Thread Bill Rausch
I've notice that I can read floating point format like: 1.932E+12 Is there any way to output such a number. The %f format string in printf just prints 19320.00. Then I tried %e and got very strange results. The 1.932 was printed with nothing after it. -- Bill R

[PHP] fprintf

2001-10-02 Thread Bill Rausch
There doesn't appear to be an fprintf function. I'm using: fputs( $fp, sprintf( $format, ... ) ); Is this the recommended workaround? I was wondering why fprintf was left out since so many other standard C library routines are present? -- Bill Rausch, Software Development,

[PHP] printf scientific notation?

2001-10-03 Thread Bill Rausch
(RH 7.1), Apache (1.3.20), PHP (4.0.6) Thanks. -- Bill Rausch, Software Development, Unix, Mac, Windows Numerical Applications, Inc. 509-943-0861 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP] Re: printf scientific notation?

2001-10-05 Thread Bill Rausch
gt;O_a_time[$i], printe($this->O_a_height[$i]), printe($this->O_a_cooling[$i]) ) ); It works well enough for now. Eventually I hope to have time to play and then I'll come back and figure out a real patch for PHP's printf to support %e directly. Bill At

Re: [PHP] Chrome 1.0 released

2008-12-24 Thread Bill Guion
, tedd Tedd, You should apologize to all pigs for that comparison. -= Bill =- -- A conclusion is the place where you get tired of thinking. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] openssl extension problems: error:0E06D06C:configuration file routines:NCONF_get_string:no value

2009-03-24 Thread Bill Moran
f is not being used? 2) Is there anything I can do to get more verbose debugging? 3) Anyone on-list familiar with PHP's implementation? However, any helpful advice on this is appreciated! -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ --

[PHP] How can I detect an exception without using try/catch?

2009-04-23 Thread Bill Moran
;s called while an exception is in progress than if it's called simply because the object is unset. Searches of the docs has yet to turn up anything and Google isn't helping. Anyone have any pointers? -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/

Re: [PHP] How can I detect an exception without using try/catch?

2009-04-24 Thread Bill Moran
get_current_exception()) in the __destruct() method, I could detect that an exception was already in progress and avoid throwing another one. -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How can I detect an exception without using try/catch?

2009-04-24 Thread Bill Moran
if it's > > called while an exception is in progress than if it's called > > simply because the object is unset. > > > > Searches of the docs has yet to turn up anything and Google isn't > > helping. Anyone have any pointers? > > > > -- &

[PHP] Confused on the status of a "bogus" bug report

2007-01-08 Thread Bill Moran
thing before it coredumps? Or is the design philosophy for PHP different than that? If anyone can point me to a online explanation for this or other resource, I'd be happy to read up a bit. More than happy to understand why I'm wrong, but right now I feel as if this problem is getting the b

Re: [PHP] Extracting XMP text from Jpeg

2007-01-13 Thread Bill Guion
At 8:05 PM +0200 1/13/07, Dotan Cohen wrote: Hehehe... Good thing that I didn't post a picture of Gush: http://dotancohen.com/gallery/img-122.html I presume Gush is an advanced computer mouse? -= Bill =- -- Jury: a panel of 12 men and women selected to decide wh

Re: [PHP] Getting mysql_query results into an array

2007-02-14 Thread Bill Guion
, put in array, and output the rows from the array? Keep in mind, the number of data points might be variable, the constraints being n columns with approximately the same number of data point in each column. -= Bill =- -- The secret of life is...I can't tell you. It

[PHP] RE: [PHP-WIN] Re: Question on virus/worms

2007-03-02 Thread Bill Bolte
Turn off all error reporting (in php.ini) so that the error isn't pushed to the screen. -Original Message- From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 12:16 PM To: php-windows@lists.php.net; php-general@lists.php.net Subject: [PHP-WIN] Re: Question on vir

[PHP] basic authentication and redirection

2010-03-03 Thread Bill Rausch
(or even know the username/password) on the remote site? This isn't intended to stop serious hackers, just enough security to stop casual passers-by. Thanks, Bill -- Bill Rausch We first make our habits and then our habits make us. --John Dryden -- PHP General Mailing List (http://w

Re: [PHP] "åÐ-¡¨-¼·" å"|»®-åÉ|ó“-ñ@

2010-05-07 Thread Bill Guion
reply on-list to this spam message! :| Cheers, Rob. :) -- http://www.interjinn.com Application and Templating Framework for PHP Boy, its a good thing no one on this list would fall for something like that. -= Bill =- -- Don't find fault. Find a remedy. -

[PHP] Re: html analyzer

2010-05-19 Thread Bill Guion
also get more sophisticated and verify that you do not encounter a single, double, single sequence, or a double, single, double sequence. That gets more involved by remembering which quote was first, second, and third - third should be same as second, for example. -= Bill =

Re: [PHP] [site is acting strange] - blank pages, download index.php, or works fine

2010-07-30 Thread Bill Guion
com subdomain if that > helps. Do you have php-mysql installed? -- Blessings, David M. Does the page validate at http://jigsaw.w3.org/css-validator/? -= Bill =- -- Don't find fault. Find a remedy. - Henry Ford -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Quotes vs. Single Quote

2010-08-06 Thread Bill Guion
ago I would have forgotten it), a professor said to handle this sort of thing thusly: neither A, nor B, nor C A little more wordy, but completely unambiguous. -= Bill =- -- Don't find fault. Find a remedy. - Henry Ford -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with Include

2010-12-19 Thread Bill Guion
I would really like to understand why the include construct doesn't give the same results as the original? -= Bill =- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with Include

2010-12-19 Thread Bill Guion
Many, many thanks to Tamara, Govinda, and Ashley. Adding the php tags to the include file solved the problem. -= Bill =- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Developer needed, right place for it?

2010-12-30 Thread Bill Marcy
Looking to get a bit of PHP work done, is this the right place for it, or is there a better place to ask? Bill

[PHP] Re: Seeking a scheduling algorithm

2012-07-14 Thread Bill Guion
e times a week. The two hour requests should be scheduled next: three times a week and twice a week can be scheduled at the same time. Then fill in the rest with the one hour requests. Hope that makes sense. -= Bill =- -- A closed mouth gathers no feet.

[PHP] Re: php-general Digest 20 Sep 2013 17:33:26 -0000 Issue 8369

2013-09-20 Thread Bill Guion
l, Preparation-H > 60Toothpaste, Deodorant, Aftershave, Minoxidil, Preparation-H, Bag Bomb > 70Toothpaste, Deodorant, Aftershave, Minoxidil, Preparation-H, Bag Bomb, > Fixodent > > So, you could indicate age by stating "Bag Bomb" like me. > > ___ &

Re: [PHP] Newbie Question

2011-01-06 Thread Bill Guion
ot it wrong, o' wise one -- that's a picture of my son's senior class. I'm the one on the left fogging a smart-ass who refused to get out of my Fogging must be a REAL OLD Fashioned term. Please clarify. -= Bill =- chariot's way. Boy, those were

Re: Re: [PHP] Round with money_format

2011-09-17 Thread Bill Guion
ng class, 4 rounds down, 6 rounds up, and 5 rounds to the even number. This means 65 rounds to 6, while 75 rounds to 8. Your example seems to follow that rule. -= Bill =- -- Virtuous action will never go unpunished. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fedora-Apache2-PHP exec() failure

2005-03-23 Thread Bill Rausch
t doesn't change though. No error message, no output. Just the 127 (-1?) So, what do I have to change in my setup to get the exec functions to work in the web server? Thanks, Bill Rausch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fedora-Apache2-PHP exec() failure

2005-03-23 Thread Bill Rausch
At 13:22 -0800 3/23/05, Rasmus Lerdorf wrote: Bill Rausch wrote: Hi all, I'm having the same problem as Jim Poserina. Richard pointed out some things to try. Here's my story. We installed Fedora 3 on a new box. Then we installed Apache 2 and PHP 4.3.9 from the RPMs that came

[PHP] libxml_set_streams_context

2005-05-17 Thread Bill Hoffman
27;); echo $doc->saveXML(); using the same $context resource, this also produces the same result, when I expect it should work. file_get_contents('http://www.somewhere.com/somefile.xml', false, $context); I have php 5.0.4 compiled with libxml2 (2.6.16) on Mac OS X 10.4. I imagine I

Re: [PHP] libxml_set_streams_context

2005-05-18 Thread Bill Hoffman
On May 17, 2005, at 10:24 PM, Richard Lynch wrote: I don't know much about that fancy new stream stuff, or the XML crap, but you've got zero (0) lines of code in there to do anything useful when the functions fail. no functions fail. what I'm expecting is that with libxml_set_streams_context()

Re: [PHP] libxml_set_streams_context

2005-05-18 Thread Bill Hoffman
On May 18, 2005, at 1:20 PM, Richard Lynch wrote: *YOU* have check their return value to see if it's 'false' or -1 or 0 and, if so, *YOU* have to call another function to get the error message and error code. This is what I am suggesting is missing big-time in your code. Yes, you made your poi

Re: [PHP] libxml_set_streams_context

2005-05-18 Thread Bill Hoffman
On May 18, 2005, at 4:10 PM, Jared Williams wrote: Sure the server is checking if modified since headers? I'm capturing the response headers from the remote server, so I can see that. Just tried a bit of code here and it seems to be working as expected (5.0.4 Win32) 1) I made an initial mistak

Re: [PHP] libxml_set_streams_context

2005-05-18 Thread Bill Hoffman
On May 18, 2005, at 7:07 PM, Jared Williams wrote: Heh, yes indeed most baffling... Libxml must be performing some sort of cacheing, I guess. Doesn't appear to be requesting twice (once with the if-modified-since header, and again without atleast) well, thanks for the confirm on that. I thought o

[PHP] mysql went away

2004-05-12 Thread Bill Green
annot view databases or tables, and though I haven't tried I doubt I'll be able to create, delete, or backup databases or tables. Does anyone have a clue about what the problems may be or where I should start? --- Bill Green [EMAIL PROTECTED] -- PHP General Mailing List (htt

[PHP] concatenating strings

2004-05-22 Thread Bill Freeburg
text is on two lines, My name is BILL My favorite color is RED Thanks, Bill Freeburg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] thanks

2004-05-22 Thread Bill Freeburg
Thanks. Those solutions work. Bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] email address Bill%40domain.com, "hello+world"

2004-05-22 Thread Bill Freeburg
A previous program is passing an email address to my code via method=post. When I print it, it looks like "bill%40Domain.com" instead of [EMAIL PROTECTED] Also, text comes in as "Hello+World" instead of "Hello World". What's going on? I'm obviously mi

[PHP] [Stats] PHP Net List: May 2004

2004-06-02 Thread Bill Doerrfeld
1 row 1 -- ----- Bill Doerrfeld[EMAIL PROTECTED] Blue World Communications, Inc. http://www.blueworld.com/ -

[PHP] [Stats] PHP Net List: June 2004

2004-07-01 Thread Bill Doerrfeld
1 contains 1 -- - Bill Doerrfeld[EMAIL PROTECTED] Blue World Communications, Inc. http://www.blueworld.com/ ---

[PHP] Re: determine which string is longer and then what is different in that string

2007-08-26 Thread Bill Guion
gth of the string. For example: $string1 = "1,2,3,4,5,6,9"; $string2 = "1,2,3,10,11,12"; number of entries in $string1 is 7, number of entries in $string2 is 6, but length($string1) = 13, while length($string2) = 14. Is this the problem you are seeing? -= Bil

[PHP] RE: determine which string is longer and then what is different in that string

2007-08-26 Thread Bill Guion
trings could be different but have the same number of elements? If so, then the lenght of the strings is not particularly relevant, and you might just want to compare the specific elements of both strings with each other. -= Bill =- -- If you're living on the edge,

Re: [PHP] Pragmatically changing a "Record Number"

2007-09-01 Thread Bill Guion
P variable, say $row_number, which starts at 1, and increments by one for each row you display. -= Bill =- At 3:09 PM -0400 8/29/07, Jason Pruim wrote: And what I'm looking for is away to take rows 4 and 5 and move them to rows 2 and 3 so the next record inserted

Re: [PHP] IF command

2007-10-19 Thread Bill Allaire
On Oct 18, 2007, at 9:50 PM, Bastien Koert wrote: Are you sure that the value is a string? If its numeric, then try the check without the quotes around the value http://www.php.net/manual/en/language.operators.comparison.php "If you compare an integer with a string, the string is convert

[PHP] socket_bind function

2007-10-19 Thread Bill Rausch
s there to putting a socket_bind in between? Bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MPEG Properties

2007-10-25 Thread Bill Medley
Hello, all. Thanks for your help in advance. I'm trying to figure out how to get PHP to retrieve MPEG File Properties, specifically the length of the video file in seconds. Thanks, -B -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ZVAL reference counter code execution

2007-11-21 Thread Bill Rausch
this one application. Thanks, Bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: quicktime new window php

2007-11-24 Thread Bill Guion
. That choice is dependent on the local browser configuration. -= Bill =- -- Do not confuse liberty with license. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pass Variable Names to a Function

2008-02-01 Thread Bill Guion
#x27;$var']; } else { return ""; } } And I would call the function with set_var($name) or set_var($phone). The problem is getting the function to use $var as a variable name, rather than a value. What am I missing, please? -= Bill =- --

[PHP] Re: Date math

2008-03-24 Thread Bill Guion
factor = 86400; $difference = (($date1 - $date2) / $factor); 94 - 93.958333 = .04167 .04167 * 86400 = 3600 = 1 hour. Didn't you pass throught daylight savings time prior to 21 March? -= Bill =- -- You can't tell which way the train went b

[PHP] Re: Quick email address check

2008-03-27 Thread Bill Guion
to the right of the @, etc.), if it passes the syntax check, I then set $rhs to everything to the right of the @. Then I test: if (!checkdnsrr($rhs, 'MX')) { invalid } else { valid } -= Bill =- -- You can't tell which way the train went by looking

Re: [PHP] dynamic boxes problem... JS and PHP

2008-04-09 Thread Bill Guion
see your tags inside thetags, but not inside any ... tags. 4. Learn to use the W3C Markup Validation service - http://validator.w3.org/. It will point out many problems that you can solve quickly. -= Bill =- -- Murphy's Law Cardinal Conundrum - The optimist bel

[PHP] Re: Quarters

2008-04-11 Thread Bill Guion
Maybe you guys should get a Mac. Works just fine for me on a Mac, OS X, Firefox. -= Bill =- At 9:49 AM -0400 4/11/08, tedd wrote: Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? Cheers, tedd PS: I originally wrote the game for the

[PHP] Writing MySQL Update Query with NULL value

2008-04-13 Thread Bill Guion
index' = 323; I think, for this to properly update the record, it should be: UPDATE 'phones' SET 'last_name' = Doe, 'first_name' = John, 'suffix' = NULL, 'phone' = 123-456-7890 WHERE 'phone_index' = 323; What am I doing wrong? -= Bill =- -- Nothing is so bad that it can't get worse. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Discussion of bug #39062

2007-05-02 Thread Bill Moran
ditionally, the suggested workaround doesn't even work. dechex() reliably returns 64 hex bits for 64-bit numbers and 32 hex bits for 32-bit numbers, which still results in incorrect comparisons, for example f34c690a != f34c690a. -- Bill Moran Collaborative F

Re: [PHP] Discussion of bug #39062

2007-05-03 Thread Bill Moran
In response to Crayon <[EMAIL PROTECTED]>: > On Thursday 03 May 2007 03:18, Richard Lynch wrote: > > On Wed, May 2, 2007 1:14 pm, Bill Moran wrote: > > > http://bugs.php.net/bug.php?id=39062 > > > This discussion may be better placed on "Internals" wh

[PHP] Form to form variables

2006-04-03 Thread Bill Whitacre
s to be happening that you can see? Or am I approaching this all wrong? I'm using a similar approach to an umpire scheduling database and it works just fine. Thanks for any hints! bw --- Bill Whitacre [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: comparing a string

2006-06-23 Thread Bill Guion
0 if the first string is greater than the second." Sounds like values other than -1, 0, and +1 are possible. -= Bill =- -- You never know who's right, but you always know who's in charge. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] The Data Literacy Test

2008-09-25 Thread Bill Guion
o no. We all know the answer is 42. ? How come 42? The answer to the question of Life, The Universe, and Everything, is 42. -= Bill =- -- With best regards, Shelley Shyan http://phparch.cn -- A libertarian, immoral society is enticing you to excesses. Enjoy. -- PH

Re: [PHP] Mailing lists

2008-11-03 Thread Bill Guion
at the two most abundant elements in the universe are hydrogen and stupidity. -= Bill =- -- "Half this game is ninety percent mental." -Philadelphia Phillies manager Danny Ozark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Stats] PHP Net List: January 2004

2004-02-02 Thread Bill Doerrfeld
2 lasso1 session 1 -- - Bill Doerrfeld[EMAIL PROTECTED] Blue World Communications, Inc. http://www.

[PHP] [Stats] PHP Net List: February 2004

2004-03-02 Thread Bill Doerrfeld
1 filemaker1 PHP 1 -- - Bill Doerrfeld[EMAIL PROTECTED] Blue World Communication

[PHP] [Stats] PHP Net List: March 2004

2004-04-02 Thread Bill Doerrfeld
1 .sit 1 -- ----- Bill Doerrfeld[EMAIL PROTECTED] Blue World Communications, Inc. http://w

[PHP] [php 5] static class variable question

2004-04-06 Thread Bill Zeller
iables in class Audio (because you can't do myProject::Audio()::someVarInAudio because "Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM") Thanks, Best Regards, Bill Zeller -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [php 5] static class variable question

2004-04-06 Thread Bill Zeller
A note: > by creating a class called myProject and having Audio and System be static > variables, referring to the classes Audio and System. The Audio and System This should be constant, not static. Sorry. -bill "Bill Zeller" <[EMAIL PROTECTED]> wrote in message news:[EM

[PHP] Re: simplexml question.

2004-10-27 Thread Bill McCuistion
[EMAIL PROTECTED] wrote: > > Hello, > > I looking to get the data out of this test.xml file but dont > know how to get the data out because of the "bo:" namespaces. > If I remove all "bo:" from the xml then it works fine... > Is anyone can tell me how to do it? > > > $file = "test.xml"; > $xm

[PHP] Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy (copy)

2004-10-27 Thread Bill McCuistion
Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy Hello all. Hoping for some direction with the above step. Have PHP-5.0.2 and can configure the soap and openssl options, but when I add the tidy option, the operation stops with the following message. --> checking for TIDY sup

Re: [PHP] PHP & XML

2004-10-27 Thread Bill McCuistion
Dan Joseph wrote: >> how is the xml being sent to you from the other place on the internet? is >> it being posted in a form, etc.? > > It won't be thru a form. I guess it'll be a direct send, he'll format > something like... > > >Jack >239048098324 > > > ... in a string and send it o

[PHP] Re: https://...

2004-10-27 Thread Bill McCuistion
Afan Pasalic wrote: > hi, > how can I check using php that I use SSL? > tried with > REQUEST_URI > HTTP_HOST > PATH_INFO > but any of these does show http:// > > Thanks! > > -afan from the command line... php -m should list openssl if ./configure --with-openssl option specified. -- PHP Genera

[PHP] PHP Compiler?

2004-10-27 Thread Bill McCuistion
Sorry if this is an old question: Where can I find information on any plans to create a compiler for PHP, especially v5.x? Barring that, is there a PHP syntax checker that would enforce some of the types of things that a compiler would find? I remember from back in my MS-DOS days the very go

Re: [PHP] Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy (copy)

2004-10-28 Thread Bill McCuistion
Curt Zirzow wrote: > * Thus wrote Bill McCuistion: >> Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy >> >> Hello all. Hoping for some direction with the above step. >> >> Have PHP-5.0.2 and can configure the soap and openssl options, but w

[PHP] Re: SimpleXML: DOM, SAX or Other?

2004-10-29 Thread Bill McCuistion
Phpdiscuss - Php Newsgroups And Mailing Lists wrote: > Hi, > > Does anybody have any depthful knowledge of the SimpleXML extension in > PHP5?.. > > More accurately, do you know if the simpleXml->xpath() method uses DOM, > SAX or some other method of parsing a loaded XML document? > > I ask beca

[PHP] Learning PHP ... online courses?

2005-05-23 Thread Bill McEachran
I'm just learning PHP. If anyone knows of any affordable quality on-line based PHP courses please pass on the details. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] cybercash as a shared object

2005-05-24 Thread Bill Shupp
l comments. Any guidance would be greatly appreciated! Regards, Bill Shupp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cybercash as a shared object

2005-05-25 Thread Bill Shupp
run as a shared module. Regards, Bill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cybercash as a shared object

2005-05-28 Thread Bill Shupp
Bill Shupp wrote: I need to install the cybercash module on a Debian Sarge system. I really want to keep Debian's PHP packages, and just build this as a shared module. At least one post in the archives indicates that this is possible, as does one changelog entry. However, no specifics

[PHP] IBM's Learning PHP Part 1 tutorial.

2005-07-06 Thread Bill McEachran
Newbie question. I'm working my way through IBM's PHP tutorial. Generally good ... but I'm stuck at an error point and have no idea what's going wrong. Before adding a new row to the mysql database (already opened) we do a query to see if a particular record already exists. (see $resultT). W

[PHP] ibm-db2 support

2001-01-29 Thread Bill Sneed
l/php-4.0.4pl1/ext/odbc/php_odbc.h:60:sqlcli.h: no such file or directory . . . make ends. Anyone have an idea what's going on and how to fix it?? TIA. bill sneed, prospect, maine. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

[PHP] Re: PHP as Scripting Language

2001-02-08 Thread Bill Rausch
arning: Cannot send session cache limiter - headers already sent in Unknown on line 0 hello world Any ideas on what I've got configured wrong? Thanks. --- Bill Rausch, Software Development, Unix, Mac, Windows Numerical Applications, Inc. 509-943-0861 [EMAIL PROTECTED] -- PHP G

[PHP] ibm-db2 connect failure

2001-02-10 Thread Bill Sneed
rbage" characters for a message! Any ideas as to what's going on & how to fix it would be most appreciated. tnx. bill sneed, prospect, maine ~~~ The level which science has reached is determined by how far it is capable of a crisis in its

[PHP] ftp_login problem

2001-02-19 Thread Bill . Hoffman
I wanted to check with all of you before I report a bug. Here is the problem: I am attempting to access a OS2 server via ftp. When I login on the command line as anonymous to this server it does not require a password. When I try to login via PHP (ftp_login) it requires that I use a password.

[PHP] How Do I Return Values Across Servers

2003-01-08 Thread Bill Arbuckle, Jr.
to call these functions to get the result without reinventing the wheel so to speak. So my question is ... How can I call a function that returns a text string from Server A in a script requiring that text during the processing of a web page on Server B ... all in php? Thanks in advance. Bill

RE: [PHP] read javascript variable php?????

2003-01-08 Thread Bill Arbuckle, Jr.
location.href="" should work ... hth ... Bill -Original Message- From: Ysrael Guzmán [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: [PHP] read javascript variable php? example: location.href="$destination"

RE: [PHP] How Do I Return Values Across Servers

2003-01-08 Thread Bill Arbuckle, Jr.
rvera.com/qotd.php' for inclusion (include_path='.;c:\php4\pear') in c:\webdev\kids\homebody.inc on line 27 Any ideas? I know that I am missing something here. Thanks, Bill -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 0

[PHP] Page Rendering

2003-01-21 Thread Bill Arbuckle, Jr.
output correctly in IE ... http://www.xyz.com/pics.php?page=2 ... but in Netscape I get ... http://www.xyz.com/?page=2 I had this problem once before and inadvertently fixed it with something else that I was doing. Any hints are appreciated. TIA, Bill

RE: [PHP] Page Rendering

2003-01-21 Thread Bill Arbuckle, Jr.
trying to understand. :o) Bill -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Page Rendering On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote: > This code is at the top of

<    1   2   3