Search found 4 matches

by prib
Mon Sep 16, 2002 8:30 am
Forum: PHP - Code
Topic: need help with a Simple news driven sites
Replies: 6
Views: 944

Thx alot for your help
by prib
Mon Sep 16, 2002 8:13 am
Forum: PHP - Code
Topic: need help with a Simple news driven sites
Replies: 6
Views: 944

the below error msg is still occuring when i veiw the page Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/www/dataEPHE/news.php on line 17 i have changed what u have suggest and the code that i am now using looks like this <html> <title>test</title> </head> <body> <?php...
by prib
Mon Sep 16, 2002 7:28 am
Forum: PHP - Code
Topic: need help with a Simple news driven sites
Replies: 6
Views: 944

code

<html> <title>test</title> </head> <body> <?php $db=mysql_connect("localhost","username","password") or die ("cant connect"); mysql_select_db("database",$db) or die ("cant change"); $news=mysql_query("select * from news ORDER BY date D...
by prib
Mon Sep 16, 2002 7:21 am
Forum: PHP - Code
Topic: need help with a Simple news driven sites
Replies: 6
Views: 944

need help with a Simple news driven sites

I am new to PHP/MYSQL so decieded to follow 1 of the tuorials. i worked through the tutorial and uploaded the files but unfortunatly it didnt work and just delivered the below error msg Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/www/dataEPHE/news.php on line 17 so i...