UCP/PHP/MYSQL Tutorials
#8

use too

http://php.net/ < "Wiki" php.
http://dev.mysql.com/doc/refman/4.1/pt/index.html "Wiki" MySQL.


the logic on php is equal PAWN

Exemple:

Pawn
pawn Код:
if(!fexist("cat.txt"))
{
         new File: g = fopen("gato.txt", write);
         fwrite(g, "I'm is cat");
         fclose(g);
}
PHP
PHP код:
if(!file_exists("gato.txt"))
{
         
$g fopen("gato.txt""x+"); 
         
fwrite($g"I'm is cat");
         
fclose($g);

simple.
Reply


Messages In This Thread
UCP/PHP/MYSQL Tutorials - by acade - 02.05.2011, 21:00
Re: UCP/PHP/MYSQL Tutorials - by [WF]Demon - 02.05.2011, 21:01
Re: UCP/PHP/MYSQL Tutorials - by acade - 02.05.2011, 21:04
Re: UCP/PHP/MYSQL Tutorials - by [WF]Demon - 02.05.2011, 21:09
Re: UCP/PHP/MYSQL Tutorials - by Kwarde - 02.05.2011, 21:21
Re: UCP/PHP/MYSQL Tutorials - by iggy1 - 02.05.2011, 21:27
Re: UCP/PHP/MYSQL Tutorials - by [L3th4l] - 02.05.2011, 21:42
Re: UCP/PHP/MYSQL Tutorials - by TheGarfield - 02.05.2011, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)