User Tools

Site Tools


kurs:mysql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:mysql [2014/09/10 21:22] (current)
Line 1: Line 1:
 +//to print the wanted part of the resultset//​ 
 +<​code>​ 
 +$result=mysql_query($query,​$result);​ 
 +echo mysql_result($result,​1);​ 
 +</​code>​
kurs/mysql.txt · Last modified: 2014/09/10 21:22 (external edit)