Hello all,
I have been struggling for some time now to develop or find some product
that will allow me to scan documents (I have that part down no problem,
using OMNIPAGE 14.0) and put then into a searchable database with a copy of
it in some form that is readable like a formatted txt file.
I am
Hi
I am very new to dynamic web site (I am using GoLive6 on Mac together
with php & mySQL) and I am very confused about "variables". I would
appreciate your feedback on my first dynamic site
http://www.vergelegen.co.za (Media section - login test - password
test).
1/ There are quite a few th
On Wed, 4 Apr 2001 11:23, Peter Houchin wrote:
> >
> >
> > $rs = "UPDATE main SET system='$system',";
> > $rs .= "part='$part',";
> > $rs .= "monthly='$monthly'";
> > $rs .= "WHERE id='$id'";
> >
> >
> > $result = mysql_query($rs,$db);
> > ?>
> >
> > > $foo = "SELECT * FR
>
>
> $rs = "UPDATE main SET system='$system',";
> $rs .= "part='$part',";
> $rs .= "monthly='$monthly'";
> $rs .= "WHERE id='$id'";
>
>
> $result = mysql_query($rs,$db);
> ?>
>
> $foo = "SELECT * FROM main";
>
> $result = mysql_query($foo);
> while ( ($myrow = mysql
On Wed, 4 Apr 2001 09:27, Peter Houchin wrote:
> Hiya i've got a script that basically draws values from a db and will
> display them, as i have multiple records in there and want to display
> them all i'm using a
while ( ($myrow = mysql_fetch_array($result) ) )
> statement this is all good as
Hiya i've got a script that basically draws values from a db and will display them, as
i have multiple records in there and want to display them all i'm using a
while ( ($myrow = mysql_fetch_array($result) ) )
statement this is all good as far as it will display them all how ever when i go to
6 matches
Mail list logo