Membuat aplikasi data mahasiswa dengan PHP (Part1)
Pada artikel ini saya akan menjelaskan langkah-langkah secara lengkap membuat aplikasi data mahasiswa dengan php. Bahasan akan saya bagi menjadi beberapa bagian yaitu Langkah Membuat database, Membuat...
View ArticleImporting Excel files into MySQL with PHP
If you have Excel files that need to be imported into MySQL, you can import them easily with PHP. First, you will need to download some prerequisites: PHPExcelReader –...
View ArticleHow to alter all tables in MYSQL with only one command
<?php // your connection mysql_connect("localhost","root","***"); mysql_select_db("db1"); // convert code $res = mysql_query("SHOW TABLES"); while ($row = mysql_fetch_array($res)) { foreach ($row...
View ArticleDownload PHPMaker 9.0.1 (with extensions)
PHPMaker is a powerful automation tool that can generate a full set of PHP quickly from MySQL, PostgreSQL, Microsoft Access, Microsoft SQL Server and Oracle databases. Using PHPMaker, you can...
View ArticlePHPMaker 9.2 Remove Left Menu Link
by gazza » Tue Apr 23, 2013 5:13 am Hi, How do I remove the Link in the Left Column? I don’t want to show the link, can that Column be deleted? Many Thanks ——— by Masino Sinaga » Tue Apr 23, 2013 9:08...
View ArticleCOPY row that contains FILE
my xxxadd.php file work properly when i execute COPY row that contains text only, but it does not work when i execute COPY row that contains FILE or IMAGE. my browser (Mozilla Firefox) just say: “The...
View Articleproblem with arabic text
i have wrote arabic text الله اكبر in my form (xxxadd.php), but the output is like this : ???? ???? how to solve this? —– Make sure your database and your project use proper charset, e.g. utf-8. —– i...
View ArticleFacebook Style Messaging System Database Design.
This post explains you how to design the Facebook Style message conversation system using PHP and MySQL. I have been working with messaging system at labs.9lessons.info, take a quick look at this post,...
View ArticleCentOS 6.3 Step by Step Installation Guide with Screenshots
This post will guide you a step-by-step installation of Community ENTerprise Operating System 6.3 (CentOS) with screenshots. Less than three weeks after the release of Red Hat Enterprise Linux (RHEL)...
View ArticlePHP Maker 10.0.1
PHP Maker 10.0.1 40 Mb Download links: http://rapidgator.net/file/ffcdf4914a1ee220a2825ccaf8616f83/PHP.Maker.v10.0.1.Cracked.by.yoza%5BUpK%5D.rar.html Mirror:...
View Article