[PHP] FormatDateTime in PHP

2003-02-25 Thread Skyhawk
Please, How do I make to format my date in the my format? For Example: ## I filter $filter = SELECT DTVECTO FROM CLIENTS; $result = mysql_query($filter); $rows = mysql_num_rows($result); while($rows = mysql_fetch_array($result)) { ## I get date to the data base $my_date =

Re: [PHP] FormatDateTime in PHP

2003-02-25 Thread Skyhawk
thanks to all Adrian Portsmouth [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] No don't use the PHP date function, MySQL has an inbuilt function exactly for this. See DATE_FORMAT http://www.mysql.com/doc/en/Date_and_time_functions.html HTH Adrian www.phpscriptsearch.com

[PHP] Send mail with hidden copy.

2003-02-25 Thread Skyhawk
How do I make to I send mail with hidden copy? What the correct sintax?? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP with Sql Server

2002-08-27 Thread Skyhawk
Please, How do I make to access a database Sql Server 2000? Thaks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Function Upload? Função Upload ?

2002-07-18 Thread Skyhawk
Alguém sabe o que esse erro significa? Which the mistake in this function? Warning: HTTP request failed! HTTP/1.1 404 Objeto não encontrado in D:\Projetos\Websites\Portal_Origem\adm\incprodutos.php on line 64 Warning: copy(http://doiscliques/origem-novo/web/upload/alias.bmp;) - No error in

[PHP] Geting PHP Version

2002-07-10 Thread Skyhawk
Please, How do I make to get version information of MySql in runtime ? I would like to show the version of MySql in my website. For example: Version PHP : ? echo phpversion(); ? Version MySql : ?? Thanks Skyhawk

[PHP] Re: Geting PHP Version

2002-07-10 Thread Skyhawk
Thanks, bye Skyhawk Mark McCulligh [EMAIL PROTECTED] escreveu na mensagem 009801c22813$bd5a5a20$[EMAIL PROTECTED]">news:009801c22813$bd5a5a20$[EMAIL PROTECTED]... You a use the command mysql_get_server_info(). Example: ?php mysql_connect(localhost, user, password) or

[PHP] Thanks

2002-07-06 Thread Skyhawk
) . GMT); // always modified header(Cache-Control: no-store, no-cache, must-revalidate); // HTTP/1.1 header(Cache-Control: post-check=0, pre-check=0, false); header(Pragma: no-cache); // HTTP/1.0 -- Sincerely, val petruchek Skyhawk [EMAIL PROTECTED]

[PHP] I'm sorry, Test

2002-07-05 Thread Skyhawk
Test __ Skyhawk ICQ#: 46195280 Current ICQ status: + More ways to contact me __ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] [OFF] Expiration Page

2002-07-05 Thread Skyhawk
Please, How do I make for my webpage expires before time? Thanks I'm sorry my english, I'm brazilian. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySql_Error();

2002-07-04 Thread Skyhawk
Please, How do I make to get all errors of MySql ? I'm making a function for translate all errors. Example: function TranslateErrors($err) { global $result; global $text; Switch ($err) { case 1045 : $text = User or Password invalid; Break; case 2005 :