XAMPP 1.7.3 Final is very easy to install distribution of Apache on Linux and Windows. The package includes Apache Web Server, MySQL, PHP, Perl, and FTP server and phpMyAdmin.
With this program you can easily and quickly simulate server on your home computer without having to install multiple applications. Also not having to make complicated configurations and settings of this application will do it for you.
read more Read Full Story
XAMPP is an integrated server package of Apache, mySQL, PHP and Perl (the AMPP in XAMPP) that all run from a removable drive. Everything is pre-configured and ready to go just by unzipping or installing it
Features
XAMPP is a complete web, database and FTP server package for Windows that's ready to go in minutes and completely portable. The full XAMPP package includes:
Apache
MySQL
PHP + PEAR
MiniPerl
OpenSSL
phpMyAdmin
XAMPP Control Panel
Webalizer
Mercury Mail Transport System... Read Full Story
S o far we have talked much about Web-Development. But one thing we were missing is how to make a LAMP ( Linux Apache MySQL PHP ) environment in our Windows PC. If you are a Linux user, then you should be able to host your PHP scripts and MySQL Databases easily as mostly all Linux Distros come with LAMP preinstalled on it! But installing Apache, PHP and MySQL manually on your Windows Environment can be really hectic. Also you can not test your PHP files if you don’t have them installed... Read Full Story
Very very simple. I have have a swf that connects to Zend AMF. The bootstrap is fine. However, I cannot get the results from a database using postgresql. I can fine with mysql but I don't want to use...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Read Full Story
Sourcebits Technologies Pvt. Ltd. - PHP 5 and MySQL PHP frameworks ( Oscommerce, Magento, Joomla, Wordpress, Moodle, Drupal) XML, CSS & XHTML AJAX & JavaScript Web 2.0 standardsRush your profiles to shreeya@sourcebits.com Read Full Story
Requirements
- 5 years of OOP experience (Java, C#, C++, Python, etc)
- 3 years full time PHP experience
- 1 year full time Zend Framework experience
- dojo, extjs or jquery
- Bachelor degree in CS...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Read Full Story
Torrentflux-b4rt the best software program to turn a old server you have laying around into a torrent server. Torrentflux-b4rt is like other torrent programs you may have used in the past, but this program is meant for linux and can be accessed using a web gui.
Since torrentflux-b4rt runs as a web gui, the greatest thing about torrentflux is that it can be accessed from other computers on your local area network and while you are on the road away from home. The following directions will... Read Full Story
Hi. I'm hoping a mod_rewrite genius out there can help me.
I need to rewrite this:
localhost/jobs/category/testers/
to this:
localhost/jobs/testers/
The catch is that there a jobberBase installation in the /jobs/ directory. jobberBase automatically adds that "category" part of the URL.
Here is the existing .htaccess file within /jobs/:
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule... Read Full Story
I put a post on here a couple of days ago, to see if anyone could help me get unstuck in chapter 7 of BYO database driven website using php & mysql. by Kevin Yank,
Well long story short, I had to finally cheat, and copy the code from online verbatim, And walla...it worked! But I still wanted to know what was causing the error, so I could avoid it in the future.
I finally find it ...but could someone please explain to me what is up with this error.
If I write $where = 'WHERE TRUE... Read Full Story
Hi all,
I have made it about halfway through Build your own database driven website using php and mysql by Kevin Yank, and am stuck. Basically everything works, except for I cant seem to get it to pull out the jokes using the code provided. I have copied from the book, and downloaded the sorce code from this site, but when I run the code it gives me the error that it failed to fetch the jokes.
Below is the code, it is found on page 223 of the book. In the code, the word category is... Read Full Story