You are here: Re: retrieve single field from database without while loop « PHP « IT news, forums, messages
Re: retrieve single field from database without while loop

Posted by pete M on 10/04/83 11:08

Check out abstraction layers

I use adodb
http://adodb.sourceforge.net/

makes coding much much easier ;-))

eg - mysql example
$sql = "insert into table (col, col2)values('$this','$that')";
$db->execute $sql;

// get last id
$new_id = $db->getOne('select last_insert_id()');

have fun
Pete

ross@aztechost.com wrote:
> Is there a way to retrieve and display a single value (customer number) from
> a database and display it without using
>
> while ($row = mysql_fetch_array) ($result)){
>
>
> I have a value I know the query will only ever return a single value. I want
> to get it from the database and convert it to a variable so I can use it on
> my php page.
>
>
> Thanks in advance,
>
> Ross

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация