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
> 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
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
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
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]>
-
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
<[
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
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
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
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]>
-
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
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
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
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
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
--
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
16 matches
Mail list logo