Hiya!
I'm learning php and mySQL.
I already know basics about how to connect a DB, how to fetch the result and have a quite "nice" page.
($result = connect_db($db,$query)😉
Now, my problem is that I want to use a result several times to built my page. But I can't fetch twice the result (maybe because of a pointer system or...).
Does anyone know how I could avoid connecting twice my db to get exactly the same data? maybe a kind of function like "cursor_move_first()"... I saw nowhere anything about that :-(
I would be very glad to hear that someone do :-).
Thank you very much,
Fred.
fred_espi@hotmail.com