Goodday ..
I've got a problem, i'm getting sick of this thing called mysql, i just can't learn how to fucking use this stuff, i tried it a 100 times but still i'm stuck ... i'm having this (haha thats alot you guess..WELL HELP ME OUT OF THIS!!!!)
http://gijs.airliner.nl/mysql/connect.php
the only thing what i want "you" to do is showing me how to make it send something to table
i want to make a news system ... well i'm kinda known with php thats not the problem, but i'm hating mysql at the moment, i'm also willing to f**king delete the whole database because of ME not getting to learn the b*tch
please help
please please
[edit]
yeah i know there is www.php.net.. don't say that because i used it before.. and still don't know how too
I've got a problem, i'm getting sick of this thing called mysql, i just can't learn how to fucking use this stuff, i tried it a 100 times but still i'm stuck ... i'm having this (haha thats alot you guess..WELL HELP ME OUT OF THIS!!!!)
code:
1
2
3
4
5
6
7
8
9
| <?
$db_connect = mysql_connect ("localhost", "airliner_gijs", "password") or die ('I cannot connect to the database because:<br><br>' . mysql_error());
$db_select = mysql_select_db("airliner_gijs", $db_connect)or die("Unable to select gijs_airliner");
echo "You have successfully connected to MySQL!";
mysql_close($db_connect);
?> |
http://gijs.airliner.nl/mysql/connect.php
the only thing what i want "you" to do is showing me how to make it send something to table
i want to make a news system ... well i'm kinda known with php thats not the problem, but i'm hating mysql at the moment, i'm also willing to f**king delete the whole database because of ME not getting to learn the b*tch
please help
[edit]
yeah i know there is www.php.net.. don't say that because i used it before.. and still don't know how too
[ Voor 10% gewijzigd door Verwijderd op 29-03-2004 20:59 ]