Import sql files to mysql db in mac
For some projects, i use my local machine. It's a mac and trust me it's not a good idea to use your mac for apache and mysql servers (even for php, i got lots of problems). I tried to import an sql file through phpmyadmin, but i had too many problems so i decided to import it using shell. What you need to do is:
/usr/local/mysql/bin/mysql -u root -p
than enter your password, you are in mysql now.
A "Hello World!" Genetic Algorithm Example in PHP
This is a hello world example genetic algorithm example written in php. You can use the same algorithm to build useful applications.
The output is something like this:
php igc patch
There is a realy powerfull tool to convert igc files into gmap polygons or whatever you want, called PHP IGC ( official site here: https://sourceforge.net/projects/php-igc/)
But there is just a little problem with the setDetails method which has a statement like:
Php Page Rank Simulator
If you wonder how does google's page rank work, this software can give you an idea, live. For the detailed information about page rank theory click here .
Google paging php script
Here is the php function which returns the html code of paging. I assumed that the paging information send by get method like ?page=11. if you like to make a search query, all you need is to edit the query line.
Dreamweaver ile dinamik uygulamalar geliştirmek
Merhaba. Bu yazıda sizlere Dreamweaver kullanarak nasıl dinamik web uygulamaları geliştirebileceğinizi anlatacağım. Bunun için makinanızda kurulu olması gerekenler ise şunlar:
*PHP
*MySQL
*Apache Server
ya da
*Wamp Server
