SunQuest
           Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old January 15th, 2003, 02:49 AM
alternative alternative is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: kuantan, pahang, malaysia
Posts: 1 alternative User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to alternative Send a message via Yahoo to alternative
MYSQL and query

i have this codes,

<?

function db_connect()
{
$result = @mysql_pconnect("localhost", "khai", "password");
if (!$result)
return false;
if (!@mysql_select_db("khai"))
return false;

return $result;
}

function get_story_record($name1)
{
$conn = db_connect();
$nameID = $_GET['nameID'];
$sql = "select * from writers WHERE nameID='$nameID'";
$result = mysql_query($sql);
return(mysql_fetch_array($result));
}

if (isset($writers))
$s = get_story_record($name1);

echo "<tr>";
echo "<td>";
echo $s[name1];
echo "</td>";
echo "<td>";
echo $s[address];
echo "</td>";
echo "<td>";
echo $s[phone];
echo "</td>";
?>


i try to query from database..but there is nothing come out with this pages.

Reply With Quote
  #2  
Old January 15th, 2003, 03:50 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: MYSQL and query

Are you sure $writers is set? Is the query correct? Can you run the query directory against the data base?

Try changing:

$result = mysql_query($sql);

to:

$result = mysql_query($sql)
or die (mysql_error());

see what that shows, if anything...

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > MYSQL and query


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway