Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-15-2006, 12:56 PM   PM User | #1
Dooq
New Coder

 
Join Date: May 2006
Posts: 29
Thanks: 10
Thanked 0 Times in 0 Posts
Dooq is an unknown quantity at this point
Question Question About mysql_free_result

Question About mysql_free_result ?!
Hello every one,
The MySQL result saved in the PHP OR SQL Engine ?
If it was in the PHP I think I don't need any mysql_free_result() to free the result,As I know when the function returned all data will be destroyed(if it was not global)
But if it was saved in the SQL Engine I think that I must use mysql_free_result.
Can any one answer my question?

Regards,
Dooq is offline   Reply With Quote
Old 06-15-2006, 05:57 PM   PM User | #2
lavinpj1
Regular Coder

 
Join Date: Sep 2005
Posts: 394
Thanks: 1
Thanked 0 Times in 0 Posts
lavinpj1 is an unknown quantity at this point
It is stored in the PHP engine as a variable, normally a resource or array.

~Phil~
lavinpj1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:56 PM.


Advertisement
Log in to turn off these ads.