Mango_Lier
Posts: 110
|
| Posted: 10/10/2006, 11:06 PM |
|
Is there an application note available on how to install a PHP and mySQL project on Linux?
Any help is appriciated
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/10/2006, 11:51 PM |
|
Thousands of articles on the Internet. You may want to try LAMP: http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Mango_Lier
Posts: 110
|
| Posted: 10/11/2006, 6:16 AM |
|
Thanks. I was looking for info on what to change in the CCS generated php/mysql project to install on linux.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/12/2006, 12:56 AM |
|
Well, PHP should work the same way whether on Windows or Linux, and the same with MySQL. I am not aware of any PHP applications that may work differently on Windows than Linux, maybe except the way of connecting to the database: ODBC on Windows, vs direct MySQL connection on Linux. You can specify those database connection settings in CCS Connection -> Server. See http://docs.codecharge.com/studio3/html/UserGuide/Worki...Connection.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
wkempees
Posts: 1679
|
| Posted: 10/12/2006, 2:31 AM |
|
And of course this:
http://docs.codecharge.com/studio3/html/UserGuide/Deplo...HPApps.html?toc
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|