Hi,
I got PHP4 working finally, and downloaded mySQL 3.23:36 for windows. The
installation worked fine. The book on php I have (from WROX) is actually
for php3 and does not mention details related to windows. So, Do I have
to do anything to integrate mySQL with PHP4? PHP document says that mySQL
s
Honestly, it is hard to understand the question but if you are asking how to
obtain more than 1 result set out of a mysql_query I suggest
mysql_fetch_row.
example:
$query = mysql_query("SELECT * FROM TableName", $conn);
while($query_data = mysql_fetch_row($query))
{
echo("Value1:" . $query_
TECTED]]
>Sent: Tuesday, April 03, 2001 1:12 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] About mysql
>
>
>There're two result sets of the same structure created by mysql_query(),
>How can I combine them into one?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscrib
uh, what?
On Tue, 3 Apr 2001, yanshuldg wrote:
> There're two result sets of the same structure created by mysql_query(),
> How can I combine them into one?
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [E
There're two result sets of the same structure created by mysql_query(),
How can I combine them into one?
--
PHP Windows 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: [E