I have a Windows XP PC configured as follow:
1. Apache 2.0.46
2. PHP 4.3.2
3. Microsoft Visual Foxpro ODBC Driver
The PC is connected to a Netware 3.2 server. The database
are implemented as Foxpro 2.6 free tables on the Netware server.
The PC is connected to the server via Netware client
version
Jason, thank you so much...it works!! ... I love this community.
Andrés
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> On Sunday 13 July 2003 06:17, Andres wrote:
>
> > I have a MySQL database full with authors and titles. I made a script
that
> > searchs a specif
hi all,
i am going to setup apache 1.3.23 with php4.1.2-7 on redhat 7.3 (intel x86
machine), the apache will connect to oracle 9i in another Solaris mahcine at
the same network.
when i run this command:
./configure --prefix=/usr/local/php4 --with-oracle --with-oci8
error occured:
configure: erro
i've correct the problem
the script was right
thx
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have correct case sensitive error but it still don't work:
RESULT CODE:
$keys = explode (" ", $_POST ["chiave"]);
$query = "";
foreach ($keys as $parola){
$parola = trim($parola);
if ($parola != "")
$query .= "titolo LIKE '%$parola%' OR testo LIKE '%$parola%' OR autore LIKE
'%$parola%' OR ";
Marco you have made a typing mistake in $key or $Keys... :-D
Remoevd all non essential lines...
On Sun, 13 Jul 2003 17:13:03 +0200
"Marco Mastrorilli" <[EMAIL PROTECTED]> wrote:
>
> $keys = explode (" ", $_POST ["chiave"]);
>
> foreach ($Keys as $single_word)
A form passes variable "$chiave" to result.php
RESULT.PHP CODE:
" . date("j/n/y", $row[data]) . " -
$row[titolo]"; }
foot();
?>
Ev
hi
there are many tutorials out there how to compile PHP under linux. to
use these extensions you first have to install them on your computer.
eg you have to install the gdlib for gd-support, the zlib for
tlib-support, oracle-drivers for oci8-support and so on. just take a
look at
http://at.p