PHP 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 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 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 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 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 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 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 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 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 ArticleMembuat 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 ArticlePHP Report Maker v6.0.0 Incl License Key
PHP Report Maker v6 Full Version - Merupakan software untuk webmaster yang di berguna untuk memudahkan anda dalam membuat report PHP dari MySQL, PostgreSQL, Microsoft Access, Microsoft SQL Server dan...
View ArticleMaking String with random number and alphabets
We can generate a set of random digits by combining a set of alphabets and numbers. After this our random string will have a random combination of alphabets and numbers. You can read how to generate...
View ArticleMembuat Captcha Dengan PHP
Bagaimana Membuat Captcha Dengan PHP ? … atau Cara membuat Captcha Dengan PHP… ? … menjawab dari pertanyaan Tersebut Ebsof, akan menjelaskan dalam tutorial di bawah ini.. Captcha.. Captcha adalah...
View ArticleProtecting forms using a CAPTCHA
The CAPTCHA approach to securing forms is not new – it first appeared in the late 90′s for domain name submissions to search engines and the like – but with the exponential growth of scripted exploits...
View ArticleByteRun Protector for PHP v3.8.2312
Full-featured PHP script encoder that allows developers to distribute PHP projects without revealing source code. The highest level of protection All scripts protected by ByteRun Protector for PHP are...
View ArticleMembuat Nomor Urut Dengan SQL Statement
Tips dan trik pemograman PHP dan Mysql untuk mengurutkan data mysql melalui sql statement. Tips ini saya temukan, ketika mengalami kesulitan untuk memberi nomor urut data pada database mysql, melalui...
View Article