RE: [PHP] Speed of loding PHP pages

2001-07-11 Thread Brian S. Dunworth
Are IE and Netscape both set the same as far as caching? - Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[EMAIL PROTEC

RE: [PHP] email templates and str_replace

2001-06-20 Thread Brian S. Dunworth
> Richard, > The problem is with the str_replace()s. Consider the following: > > $myvar = 'this is a var.'; > $mytext = str_replace('is', 'is not', $myvar); > ?> > > At this point $myvar still equals 'this is a var.' but $mytext is 'this is > not a var.' $myvar hasn't been modfified by

Re: [PHP] Accesing Oracle

2001-05-21 Thread Brian S. Dunworth
in the environment for your apache user) so that the Net8 client software can connect to the database when executed as the 'nobody' user... Next, compile PHP again, including the OCI8 functions, and restart apache. - Brian S. Dunworth

RE: [PHP] Netscape 6, What a piece of s$#@ , anyone else had problems with php and Netscape 6?

2001-05-18 Thread Brian S. Dunworth
ever *see* the PHP code... so there's no way > that a browser could ever have problems *just* with PHP. Agreed... - Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (8

Re: [PHP] How to let PHP cgi find oracle TNS?

2001-05-15 Thread Brian S. Dunworth
apache/php) ? How, exactly, are you calling the OCI8 functions? --------- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[EMAIL PROTECTED]> -

Re: [PHP] Wierd error messages

2001-04-25 Thread Brian S. Dunworth
ike a memory leak in WindowsNT... especially if the problem cleared up after rebooting. - Brian ----- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[

Re: [PHP] link variables space problem in netscape

2001-04-24 Thread Brian S. Dunworth
etscape, which follows (at least that part of) the HTML specification, disallows embedded spaces in links." Meanwhile, try the urlencode() and urldecode() functions. :) >Thank you Welcome. - Brian S. Dunworth Sr. Software Development E

Re: [PHP] MySql / sql help plz!

2001-04-23 Thread Brian S. Dunworth
it's easy...but i'm not really good at SQL. ..and you probably won't get better at it here. Try an SQL list or any number of online tutorials or books on SQL. - Brian --------- Brian S. Dunworth Sr. Software Development Engineer

Re: [PHP] Handling Macintosh filenames in PHP

2001-04-20 Thread Brian S. Dunworth
H: Files by Apple Computer, Inc. ISBN: 0-201-63244-6 $29.95 USA $38.95 CANADA - Brian - Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[EMAIL PROTE

Re: [PHP] "show tables" in oracle 8-i

2001-04-12 Thread Brian S. Dunworth
CT TABLE_NAME FROM ALL_TABLES; - Brian --------- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[EMAIL PROTECTED]> -

Re: [PHP] Oracle Connection

2001-04-10 Thread Brian S. Dunworth
o our Sun box with Oracle 8i installed. Works with PHP with no hitches. >Brian D. yeah, me too. :) >Running PHP 4 yeah, me too. :) - Brian ----- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The P

Re: [PHP] PHP/MySQL Code

2001-04-06 Thread Brian S. Dunworth
o the result is "true" and the braced statements run. Try: if ($num == 0) { print "blah blah blah, etc.\n" exit; } - Brian ----- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Admin

Re: [PHP] header() vs. no cache, it doesn't work.

2001-03-30 Thread Brian S. Dunworth
gt;or something. So, what is the other way around to fix this >problem? Or how can I fix it - Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225

Re: [PHP] .htaccess question

2001-03-22 Thread Brian S. Dunworth
by reading the REMOTE_USER http environment variable: $user = getenv("REMOTE_USER"); - Brian --------- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x

RE: [PHP] RE: Oracle ODBC sql [ORA-00972: identifier is too long]

2001-03-22 Thread Brian S. Dunworth
ou can "see" along with their schema (owners) can be obtained by running the following SQL query: SELECT OWNER,TABLE_NAME FROM ALL_TABLES; >Whee! Indeed. :) ..or, try: SELECT OWNER||'.'||TABLE_NAME FROM ALL TABLES; - Brian --

RE: [PHP] RE: Oracle ODBC sql [ORA-00972: identifier is too long]

2001-03-22 Thread Brian S. Dunworth
he current date and time. - Brian --------- Brian S. Dunworth Sr. Software Development Engineer Oracle Database Administrator The Printing House, Ltd. (850) 875-1500 x225 <[EMAIL PROTECTED]> - -- PH