Author |
Message |
jessepit
Joined: 18 Oct 2013 Posts: 2
|
Posted: Fri Oct 18, 2013 5:25 pm Post subject: How to make links in php? |
|
|
I just want to know how to make links in php while fetching from sql db. |
|
Back to top |
|
 |
darleneday
Joined: 25 Jan 2014 Posts: 1 Location: 597 Brown Avenue Greenville, SC 29601
|
Posted: Sat Jan 25, 2014 1:13 pm Post subject: |
|
|
Use array mysqli_fetch_assoc ( mysqli_result $result ) to fetch object from database.If you want to do this multiple times use above code within while loop. |
|
Back to top |
|
 |
|