Search found 3 matches

by cylleezz
Thu Mar 03, 2005 5:28 am
Forum: PHP - Code
Topic: display data Help
Replies: 2
Views: 323

display data Help

Hi guys, I need some helps from the follow script: <?PHP $Host = "localhost"; $User = "root"; $Passwd = ""; $DBName = "temp_database"; $TableName = "topic"; $Link = mysql_connect($Host, $User, $Passwd) or die("Could not connect: " . mysql_e...
by cylleezz
Wed Mar 02, 2005 8:26 am
Forum: PHP - Code
Topic: pagination problem
Replies: 5
Views: 507

pagination problem

I have problem in displaying the data that have more than one pages. While accessing to the second page to view the data it will display the error : Notice: Undefined index: selectMajor in C:\Program Files\Apache Group\Apache2\htdocs\8_ jan\finding_ groupmate\groupmate_result.php on line 4 Notice: U...
by cylleezz
Wed Feb 16, 2005 1:37 pm
Forum: PHP - Code
Topic: how to store multiple checkbox value into database
Replies: 5
Views: 414

how to store multiple checkbox value into database

I m stucking with the multiple checkbox that want to store these value into the database. In my form , that allow the user to select more than one type of languages their like. There are four checkbox 1.)English 2.)France 3.)Mandarin 4.)Others. In this case, user may select more than one language.So...