Chinmayi has let me know about this new application, which she wants to share with the whole class and anybody else who wants to practise CGI/php/MySQL programs but don't want to install Fedora for various reasons.
Refer to this link to know more about XAMPP.
http://www.apachefriends.org/en/xampp-windows.html
After the download - Its quite a simple/basic install procedure.
Ask Chinmayi for any queries about the application which can solve your headaches related to linux :)
With this you save a lot of time of installing Linux, configuring and all, which can be used to study for the lab!
Chinmayi says:
certain tips for php programs
in the mysql_connect sometimes when u use a database enough priveleges would not have been given to user so instead of using "csusr**","csusr**" for user name and password the default changes can be "root",''
note: there is no spaces between the single inverted commas
for xampp users
or executing cgi programs
remove #!/usr/bin/perl
and add #!"C:\xampp\perl\bin\perl.exe" or where ever ur perl.exe is
it works
note:still working on 5 and 6th program
all other work on xampp with suggested changes
Wednesday, 3 December 2008
Subscribe to:
Post Comments (Atom)
3 comments:
certain tips for php programs
in the mysql_connect sometimes when u use a database enough priveleges would not have been given to user so instead of using "csusr**","csusr**" for user name and password the default changes can be "root",''
note: there is no spaces between the single inverted commas
for xampp users
or executing cgi programs
remove #!/usr/bin/perl
and add #!"C:\xampp\perl\bin\perl.exe" or where ever ur perl.exe is
it works
note:still working on 5 and 6th program
all other work on xampp with suggested changes
do u have java notes
Post a Comment