|
|
|
|
Frequently Asked Questions Question: when I run the scripts, I receive the following message: Warning: Undefined index: login in c:\internet\home\localhost\www\tests\php\test.php on line 474 Answer: To get rid of such messages, configure PHP by means of editing the php.ini file that usually resides in the Windows folder:
Question: when I run the scripts, I receive the following message: Warning: session_start() [function.session-start]: open(/tmp\sess_00859c965f7a19e0f70a416407013c60, O_RDWR) failed: No such file or directory (2) in c:\internet\home\localhost\www\tests\php\test.php on line 2 Answer: make sure session.save_path variable in php.ini refer to existing folder. Question: may I use several data bases simultaneously? Answer: yes. You'll need create some data bases and edit connect.php file: <?$db_conn=mysql_pconnect("localhost","root","");
Replace test with other data base title. N.B. You'll need buy additional licenses to use some data bases. |
|
| Prev | Next |
|
Copyright © 2002-2005 SunRav Software. All rights reserved. |
|