06.12.2011, 17:50
[Tutorial] Creating dynamic signatures using PHP and MySQL.
06.12.2011, 19:02
06.12.2011, 21:52
06.12.2011, 21:53
Question : Could i make something like this with SQLite ?
07.12.2011, 08:22
Nodroz, could you fix this?
This is an error many users get:
PHP Notice: Undefined variable: i in C:/Users/blabla on line (the line which stores the MYSQL data)
The error is at a line that stores the MYSQL data in a variable
You have to define "$i".
(I can't do that because I am not really good with PHP)
This is an error many users get:
PHP Notice: Undefined variable: i in C:/Users/blabla on line (the line which stores the MYSQL data)
The error is at a line that stores the MYSQL data in a variable
PHP Code:
$Kills=mysql_result($result,$i,"Kills");
$Deaths=mysql_result($result,$i,"Deaths");
(I can't do that because I am not really good with PHP)
07.12.2011, 11:37
Guys, sorry, but I don't have time right now to answer your questions. My exams are started and I'm kind of short in time.
I'll take a break sooner or laater, then I'll look at your problems. Sorry for the delay!
Regards,
Nodroz
I'll take a break sooner or laater, then I'll look at your problems. Sorry for the delay!
Regards,
Nodroz
07.12.2011, 13:42
Tutorial is great, helped me alot!
Keep up the good work!
Keep up the good work!
09.12.2011, 17:55
Sorry for the delay, but I have updated my tutorial.
I've implented that if a type in a username that doesn't exist, it'll give an error.
I've implented that if a type in a username that doesn't exist, it'll give an error.
10.12.2011, 09:15
Hmm, how you mean? The signature provided with the php code is converted to a .png image, which can be used everywhere using the [IMG]mypicture[/IMG] tags.
I'll try to search some information about the .ini system, once I'm experienced enough with that, I will make another tutorial.
I'll try to search some information about the .ini system, once I'm experienced enough with that, I will make another tutorial.
10.12.2011, 09:22
no i mean sites i can use PHP with lolz i haven't found any yet and WAMP crashes on me D:
10.12.2011, 09:23
There are plenty of free webhosting services which suppport php.
10.12.2011, 09:32
I've got a question about some of your code:
What does the '@' symbol do?
PHP код:
mysql_connect($host,$username,$password); // Connection to the database.
@mysql_select_db($database) or die( "Unable to select database. Be sure the databasename exists and online is.");
10.12.2011, 10:57
can u point me to any Nod
10.12.2011, 16:49
Quote:
I've got a question about some of your code:
PHP код:
|
The @ doesn't do anythign actually, so it's unnecesarily. Sorry, I guess I was somewhere else with my thoughs.
10.12.2011, 18:25
Im still after a site with PHP anyone help me?
11.12.2011, 07:56
never mind i found one xD
11.12.2011, 08:17
11.12.2011, 08:31
12.12.2011, 09:57
This is a hard way, but a good way to learn it
The community is now giving you feedback which makes you learn new things again,
btw i never used/knew that "@" supresses errors lol
The community is now giving you feedback which makes you learn new things again,
btw i never used/knew that "@" supresses errors lol
12.12.2011, 15:26
Beatiful, i'm gonna check this out.
Edit: What "@" is used for?
Edit: What "@" is used for?
« Next Oldest | Next Newest »
Users browsing this thread: 2 Guest(s)