What is the difference between $message and $$message
How can we create a database using PHP and mysql?
What are the differences between require and include, include_once?
What is meant by nl2br()?
What is the difference between ereg_replace() and eregi_replace()?
What is the difference between GROUP BY and ORDER BY in Sql?
Thanks
my questions about PHP
Moderator: General Moderators
Re: my questions about PHP
explained at http://www.php.net/language.variablesitsmani1 wrote:What is the difference between $message and $$message
sending a CREATE TABLE statement like any other sql statement. http://dev.mysql.com/doc/refman/5.0/en/ ... table.htmlitsmani1 wrote:How can we create a database using PHP and mysql?
explained at http://de2.php.net/includeitsmani1 wrote:What are the differences between require and include, include_once?
see: online documentation of this function.itsmani1 wrote:What is meant by nl2br()?
see: online documentation of this function. Please note the hints to use pcre instead of posic regexs at http://de2.php.net/manual/en/ref.regex.phpitsmani1 wrote:What is the difference between ereg_replace() and eregi_replace()?
Both explained at http://www.w3schools.com/sql/default.aspitsmani1 wrote:What is the difference between GROUP BY and ORDER BY in Sql?