Jump to content

Question about mysql_query and function


kevin7

Recommended Posts

Hi!

 

I have a question, I saw from a tutorial, but i couldnt understand this,

what's the difference with the following:

 

mysql_query(some_query_string)

@mysql_query(some_query_string)

 

what does the alias mean?

 

and, i saw some of the functions in a class have something like this

 

function getPageNav($queryvars = '')

 

why do they assign $queryvars to nothing? in what situation we need to do this?

 

thanks!

Link to comment
https://forums.phpfreaks.com/topic/107741-question-about-mysql_query-and-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.