Search found 7 matches

by RoMeRz
Tue Dec 02, 2003 8:51 am
Forum: PHP - Code
Topic: login script *rips hair out*
Replies: 17
Views: 1886

ah right, cheers m8 :D
by RoMeRz
Tue Dec 02, 2003 5:25 am
Forum: PHP - Code
Topic: login script *rips hair out*
Replies: 17
Views: 1886

can i ask,

$db_password = $db_password['password'];

could someone explain this for me please. I just quite understand what the ['password'] bit at the end is for.

ta
by RoMeRz
Tue Dec 02, 2003 5:07 am
Forum: PHP - Code
Topic: [SOLVED] allowing html
Replies: 6
Views: 1060

:P
by RoMeRz
Mon Dec 01, 2003 4:56 pm
Forum: PHP - Code
Topic: [SOLVED] allowing html
Replies: 6
Views: 1060

hehe cheers for the help tho :)
by RoMeRz
Mon Dec 01, 2003 4:51 pm
Forum: PHP - Code
Topic: [SOLVED] allowing html
Replies: 6
Views: 1060

yeah, i just relised this. See i never actually tested this - instead i went searchin on the web - and like nowadays its hard to find much info sinse everything is trying to sell you something. but yeah it already works rofl, sorry for time waste
by RoMeRz
Mon Dec 01, 2003 4:03 pm
Forum: PHP - Code
Topic: Functions.
Replies: 5
Views: 881

i think the first one, inside the brackets. But i guess it depends on what your doing really.
by RoMeRz
Mon Dec 01, 2003 3:19 pm
Forum: PHP - Code
Topic: [SOLVED] allowing html
Replies: 6
Views: 1060

[SOLVED] allowing html

postnews.php (just takes info from standard forms and puts them into the mysql database) <?PHP $db = mysql_connect("localhost","******","******"); mysql_select_db ("******") or die ("Cannot connect to database"); $query = "INSERT INTO news(title...