Rabu, 21 Agustus 2013

Make PHP using Variable

In this thread i want to share about make Biodata with collaboration PHP and HTML script with using Variable technique. i'm ever share before about using Variable on PHP. so, if you ever read more easy for make it: This slice of screenshot for the Script: On the top of script we will found the PHP script, on there i take the Defini tion for the Variable. Under the PHP script it's HTML script for outputing, and inside table tag we include PHP...

PHP Variable String and Number

PHP has 8 type data of Variable: Boolean (True - False), Integer, Floating point(decimal), String, Array, Object, Resource, and Null. In this page i want to explain about using Variable with String in PHP: There some rule for writing Variable in PHP: - Writing PHP variable begins with '$' (dollar) character. - When it included with 2 words, dont input between both, you can use '_' (underscore) or combine that 2 words. - The Character must letter...

Jumat, 02 Agustus 2013

Open file in internal browser at phpDesigner8

Tutorial PHP at phpDesigner8 In this page i'll share how to open .php file in internal browser from phpDesigner8 software. 1. Open your phpDesigner and Project --> Project Manager 2. And then will approach 'Project Manager' click 'New' fill your 'Project Title:' and click 'Next' 3. After that we need to fill our 'Project Root Folder' fill the destination of folder and click 'Next' 4. we done about 'Project folder setting' and then we go...

Kamis, 01 Agustus 2013

Open File with 'Shift+F6' to External Browser at NetBeansIDE

Tutorial PHP at NetBeansIDE In this page i'll share how to open .php file with software NetBeansIDE and use 'Shift+F6' open files to External browser(im using Firefox) 1. Open your NetBeansIDE and 'New Project...'. On tab steps '1. Choose Project' categories 'PHP' select Project and hit 'Next' 2. Now tab 'Name and Location' fill the Sources Folder with file directory and hit 'Finish' 3. File directory opened, and Properties 4. On tab Categories...

Tutorial Change Apache Port

How to change Apache Port If it can't to running we must change our Apache Port to 24(for my example, whatever you want to change the port) for one reason, for example because it clashed with IIS(Internet Information Service) 1. go to your xampp directory: (C:\xampp\apache\conf) 2. search file named: "httpd.conf" and open to edit 3. search "Listen 80" (default) 4. and change only Listen 80 what ever you want for my example i change it to Listen...