Current location: Hot Scripts Forums » Programming Languages » PHP » Trying to read and write from a table

Trying to read and write from a table

 
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 10-21-08, 12:47 PM
tirengarfio tirengarfio is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Trying to read and write from a table

Hi,

im trying to write a code which writes and reads a string in a field of a table, but i get this error below at the line that starts with "$row = mysql_fet..."

Code:
 "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL 
result resource in /opt/lampp/htdocs/Sites/prueba.php on line 23"

This is the code:

PHP Code:
<?php

$nombre
="Javier";

$nombre2;


if (!(
$link=mysql_connect("localhost","","")))
{
echo 
"Error conectando a la base de datos.";
exit();
}

mysql_db_query("ejemplo""insert into clientes(nombre) values('$nombre')");

$result mysql_db_query("ejemplo""select * from clientes");

$row mysql_fetch_array($result);

echo 
$row["nombre"];


?>

Anyone can help me?

Ciao
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you read and write to files dacksal PHP 5 05-15-08 11:12 PM
simple text read and write script Kevin Raleigh Script Requests 1 08-19-06 05:16 PM
Heres one, mysql statement to load a table with a file from ftp?? 0o0o0 PHP 8 04-28-06 02:32 AM
Can javascript be used to read and write to a text file kept on a webserver? gmb1994 JavaScript 4 11-23-04 11:50 AM
Database file or object file is read only, w_inaim ASP 2 09-21-04 03:18 PM


All times are GMT -5. The time now is 04:18 AM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.