Remind password    Register

Frequently Asked Questions -> Unix -> Database

How to send requests to MySQL?

This type of request will work: $rc = mysql($db, "select 1"); although it isn`t quite right:

Better way is to use $rc = mysql_query("select 1");

You can get a result as usual, for example

echo mysql_result($result,0);
 
Home page | Services | Tech support | For users | About us


Copyright © Best-Hosting.net 2001-2023, All Rights Reserved.
"Company Best Hosting" LLC.
  Agreement Offer

Phone/fax: +7 495 788-94-84
E-mail: support@best-hosting.ru