UCP/PHP/MYSQL Tutorials
#1

Hello,
Has anyone got any good tutorials or ******* links for creating a UCP. I'm using MYSQL, so that will make it alot easier.
Reply
#2

Its called learning PHP or buying a UCP from a market or you could contact me and i could make you one.
contact info in sig.

EDIT
Not free.
Reply
#3

You can't read? I said has anyone got any good tutorials.. This means I am wanting to learn.
Reply
#4

"Its called learning PHP", AFAIK if you can't find a video on how to create a SA-MP UCP the chances are no one has created one.
Reply
#5

Give more information. What must the UCP include.
Try finding tutorials for making register/login systems. Then you can make an UCP
Reply
#6

PHP and SQL: http://www.w3schools.com/default.asp

EDIT fail i didn't read properly.
Reply
#7

It's not hard to create one once you got a MySQL DB and shit like that.

[HiC]TheKiller has a MySQL tutorial which also has code on how to create a UCP for that same tutorial. Give it a try!
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)