Jump to content

Newbie PHP advice


182x

Recommended Posts

Hey guys,

 

I am trying to setup PHP, mysql, phpmyadmin and apache for a project I am working on however I am having a really difficult time getting these to work properly in Vista. I was just wondering would you recommend I use a package such as WAMP or XAMPP or is it best trying to get all these to work on their own?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/55487-newbie-php-advice/
Share on other sites

Yup, a package containing PHP, MySQL and Apache is definitely the way to go. I use XAMPP my self on XP and it works great and has all the features I need.

 

When you decide you wanna invest time in learning how to setup a database / web server do it on a linux/unix/*bsd machine :)

Link to comment
https://forums.phpfreaks.com/topic/55487-newbie-php-advice/#findComment-274216
Share on other sites

I prefer the individual approach - once you know how to do it then maintenance is considerably simpler.  Upgrading is straight forward - downgrading (for what ever reaosn) is just as simple plus you get a feel for how things are installed generally which can help you solve issue that may seem unrelated.

Link to comment
https://forums.phpfreaks.com/topic/55487-newbie-php-advice/#findComment-274232
Share on other sites

Thanks for the replaies guys. I downloaded Xampp to give it a try and so far it work great until a tested a script that involved uploading a file where i get the following error message...

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\test\processUpload.php:4)

 

anyidea what it means or how to fix it?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/55487-newbie-php-advice/#findComment-274269
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.