Wednesday 3 December 2008

Why Fedora 9 when you have XAMPP??

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

3 comments:

Anonymous said...

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

Anonymous said...

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

Anonymous said...

do u have java notes

 

NIE CSE 09


THINK - CREATE - HELP - SHARE