how to handle 1 value returned from sql in php -


$ query = "तालिका WHERE id = 1 से चुनें मान"; Mysql_query ($ query);

यह डेटाबेस से डेटा का एक टुकड़ा देता है सभी तरीके मुझे पता है कि इस डेटा के साथ कैसे निपटना है mysql_fetch_array () और mysql_fetch_assoc () वहाँ 1 पेस डेटा से निपटने का एक तरीका है जिसमें इसे एक सरणी में खींचना शामिल नहीं है?

< P>

ऐसा ही होता है जो आपको करना चाहता है।

  mysql_fetch_field (0,0);  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -