Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - query mysql problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Lockedquery mysql problem

 Post Reply Post Reply
Author
foxy View Drop Down
Newbie
Newbie


Joined: 30 June 2007
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote foxy Quote  Post ReplyReply Direct Link To This Post Topic: query mysql problem
    Posted: 18 August 2007 at 11:41am
Hi,
 
i'm a total noob in asp, but because i wanted to use the RTE I need a couple of lines for it. The only thing i 'm looking for is the script to connect with a db and query it.
Is there someone who can translate this script form php to asp? it would help me a lot. thx
 

@ $db = mysql_pconnect('localhost', 'username' , 'password');

if (!$db)

{

echo 'Error: Can not connect.';

exit;

}

mysql_select_db('dbname');

$query = 'select * from table '

."where id='$id' ";

$result = mysql_query($query);

$row = mysql_fetch_array($result);

echo'The ID is: '.$row[id].'';
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.