Susan Gao
Your question is my problem,before.
"Sybase_connect()" is a function connecting to server,so you must know 'user_name' and 'password' of the server,if the server is yourself,you must build 'user_name' and 'password' in your computer,
Exp:
$connect=Sybase_connect('202.114.98.14','user_name','password')
or,the server is your computer
$connect=('your_computer_name')
bye.