Assalamualaikum....

Hello everybody.....................

in database, we often create command-command function maybe with function we will be understand hoho. this is it,,, all example and basic command for sintaks sql.
this is juts to remember for anything was I do with writing I remember it :)

change name Table:
RENAME TABLE `campus`.`value` TO `campus`.`new_value` ;

change content field (name)
UPDATE `campus`.`colleger` SET `name` = 'kashif khan' WHERE `colleger`.`idcolleger` = 'c010';

delete data field (id=c001)
DELETE FROM `colleger`.`colleger` WHERE `colleger`.`idcolleger` = 'c001


show content table (table colleger)
Select * from colleger

show a few of data field (table student field id_student and field name)
Select id_student, name, from student;

show content field/record (table lesson with code l001)
SELECT * FROM `lesson` WHERE lesson.code_ls = 'l001'

counting data for table (table student) [menghitung jumlah data pada tabel]
select count(*) from student;    => (count(*) without spasi)

Add content a field (table tbl_value field value)
SELECT sum( value ) FROM tbl_value;  =>type of data should number

show content data between value (table tbl_value field value)
select * from tbl_value where value between 80 and 90;

sort content of data a field (table student field name)
SELECT * FROM `student` order by name asc;(asc => AZ, desc =>ZA)

show bebased character which you want (data character “JO”)
SELECT * FROM `student` WHERE name like '%jo%'; (mark % character in front of or in rear)

show bebased character what you want (side left)
SELECT * FROM `student` WHERE left(name,1)=’a’; (abdul, aan, ani dll)

show bebased character what you want (side right)
SELECT * FROM `student` WHERE right(name,1)=’i’; (ani, joni,kiki, dll)

show bebased character what you want (middle)
SELECT * FROM `student` WHERE mid(name,2,1)=’d’; (ade, ida, edo, dll)

for type data numeric(double, integer, dll)
show max value for table
Select max(value) from tbl_value;  (table tbl_value field value)

show min value for table
Select min(value) from tbl_value;  (table tbl_value field value)

show value average
Select avg(value) from tbl_value;  (table tbl_value field value)

show one group with one field
select * from student group by majority;

show one of data more 1 table
Select nametable.field, namatabel.field from tabel1, tabel2 where namatabel.field=namatabel.field;
SELECT siswa.nis, siswa.nama, tbl_nilai.nilai FROM siswa, tbl_nilai where siswa.nis=tbl_nilai.nis;

know about count data in a table with source of toher data
select count(*), siswa.nis, tbl_nilai.nis from siswa,tbl_nilai where siswa.nis=tbl_nilai.nis;  =>Jumlah yang muncul adalah sesuai record di table tbl_nilai

create new table for table in already use
create view RELASI_NILAI as select siswa.nis, siswa.nama, tbl_nilai.kode_mp, tbl_nilai.nilai from siswa,tbl_nilai where siswa.nis=tbl_nilai.nis;

show record of the end of table
select * from report order by id desc limit 1
assalamualaikum ribs ...


for men whose names are written in lawh Mahfudz ...
many men who came in my life, and try to fool me by pretending to be you ..
take it easy, I'm not fooled anyway.
if I felt was in the ribs were not mine, I can feel it very quickly ...
I immediately slowly away from him, until you come to me, yes actually came just for me ...

for you my priest candidates ...
I sometimes annoyed, sad, disappointed, worried ....
annoyed why it took me so long to wait?
sad why I'm still thinking about who are you? your steps to see why running slow?
disappointed why I can not recognize you, until I was often in the wrong broken bones :(
worried, yes, I'm afraid you misunderstand me, so time slows our meeting ....

for someone who would always I aamiinkan prayer ....
I'm sorry that you could not wait any longer ....
frankly, I do not need you smart drive. could bring me to heaven alone is enough.
you did not bother to collect money for our wedding, whether for home, car or other.
I prefer to get married with a simple and well-established with you. to raise our children together into a pious and shalehah.
hmmm not be ALLAH SWT Almighty sustenance double fold after marriage? so why should be established before marriage?
you did not need to learn to play the guitar and sing a romantic song for me, honestly I ga need it!
enough to read the Quran beautifully in our modest house in front of me and our children, that's enough!

for a life partner who will lead me to heaven ...
thank ALLAH SWT has prepared a beautiful gift from heaven ....
whoever you? Where do you live? born of the family how?
how good your shapes? how the nature and attitude?
I will always pray in every solatku, always call you at any my prayers,
always miss you in every Sujudku, always waiting for you at every step ...
I really feel close to you in all my prayers,
that's why I always pray for you ...
I'm sure the match was a reflection of themselves,
for that I personally always improve and I look .....
I believe it must promise ALLAH SWT Almighty,
for that I'm very patient if there are people who pretend to be you came in my life ....
I will keep my heart, keep it for you ....

for someone whose name is written in lawh Mahfudz ....
love me because ALLAH SWT Almighty ....

of the world your best berlian


Source: http://sugestiku.blogspot.com/2015/07/surat-untuk-seseorang-yang-tertulis-di.html
Assalamualaikum

Hello everybody..... Now I am want to tell you something about anything about keyboard on your komputer..... check this out, remember this orrrrr remember my site crackcoder.blogspot.com

Function Keyboard On Windows is...............

1. Key Function f1 till f12 in your keyboard is....
F1= running function help whose provided by word
F2= Rename teks in folder whose choose
F3= running command AutoText
F4= previous Repeat command 
F5= Running command for  Find and Replace or Goto
F6= Running command for other pane
F7= check wrong typing and spelling teks
F8= first command projection/shortir teks or object
F9= forupdate Field (Mail Merge)
F10= Active Menu
F11= Include next field (Mail Merge)
F12= Actived dialog Save As

2. Key Navigation
Esc= cancel dialog anything who running in windows
Enter= execution anything what you want to execute
Tab= transfer teks bebased mark tab which ruler horizontal
Windows= actived Menu Start
Shortcut= actived shortcut on kursor
Delete= delete 1 character in the right kursor
Backspace= delete 1 character in the left kursor
Insert= insert character on kursor
Home = Moving kurosr position to the beginning of the line
End = Move kurosr position to end of line
Page Up = Backscrolling
Page Down = Backscrolling
Up = Move the cursor one line upwards
Down = Move the cursor one line down
Left = Move cursor one character to the left
Right = Move cursor one character to the right

3. The Num Lock key
Is a button that has a dual function, namely:
1. Num Lock on, the function of typing numbers and mathematical operators active
2. Num Lock off, function navigation key active
These buttons can be integrated across functions so that a formation which can create commands quickly and very good if mastered. Here are some functions of the keyboard keys:
CTRL + C (Copy)
CTRL + X (Cut) CTRL + X (Cut)
CTRL + V (Paste) CTRL + V (Paste)
CTRL + Z (Undo) CTRL + Z (Undo)
DELETE (Delete)
SHIFT + DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
CTRL while dragging (drag) an item (Copy the selected item)
CTRL + SHIFT while dragging an item (Create a shortcut to the selected item)
F2 key (Rename the selected item)
CTRL + RIGHT ARROW (Move the insertion point (cursor) to the beginning of the next word)
CTRL + LEFT ARROW (Move the insertion point (cursor) to the beginning of the previous word)
CTRL + DOWN ARROW (Move the insertion point (cursor) to the beginning of the next paragraph)
CTRL + UP ARROW (Move the insertion point (cursor) to the beginning of the previous paragraph)
CTRL + SHIFT with any of the ARROW KEY (Highlight a block of text)
SHIFT with any of the ARROW KEY (Select more than one item in a window or on the desktop, or select text in the document)
CTRL + A (select all)
F3 key (Search for a file or folder)
ALT + ENTER (View the properties for the selected item)
ALT + F4 (Close the active item, or quit the active program)
ALT + ENTER (Display the properties of the selected object)
ALT + SPACEBAR (Open the shortcut menu for the active window)
CTRL + F4 (Close the active document in programs that allow you to have multiple documents open simultaneously)
ALT + TAB (Switch between the open items)
ALT + ESC (Cycle through items in the order that they had been opened)
F6 key (Cycle through the screen elements in a window or on the desktop)
F4 key (Display the Address bar list in My Computer or Windows Explorer)
SHIFT + F10 (Display the shortcut menu for the selected item)
ALT + SPACEBAR (Display the System menu for the active window)
CTRL + ESC (Display the Start menu)
ALT + underlined letter in the menu name (Display the corresponding menu)
Underlined letter in a command name on an open menu (Perform the corresponding command)
F10 key (Activate the menu bar in the active program)
ARROW (Open the next menu to the right, or open a submenu)
LEFT ARROW (Open the menu to the left, or close a submenu)
F5 key (Update the active window or refresh)
BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
ESC (Cancel the current task)
SHIFT when you insert the CD-ROM into the CD-ROM drive (Prevent the CD-ROM automatically play / autoplay)
Keyboard Shortcuts Dialog Box
CTRL + TAB (Move forward through the tabs)
CTRL + SHIFT + TAB (Move backward through the tabs)
TAB (Move forward through the options)
SHIFT + TAB (Move backward through the options)
ALT + Underlined letter (Perform the corresponding command or select the appropriate option)
ENTER (Perform the command for the active option or button)
SPACEBAR (Select or clear the check box if the active option is a check box)
Tombols Arrow Arrow (Select a button if the active option is a group of option buttons)
F1 key (Display Help)
F4 key (Display the items in the active list)
BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)
Microsoft Natural Microsoft Natural Tombolboard Tombolboard Shortcuts Shortcuts
Windows Logo (Display or hide the Start menu)
Windows Logo + BREAK (Display the System Properties dialog box)
Windows Logo + D (Display the desktop)
Windows Logo + M (Minimize all windows)

Windows Logo + SHIFT + M (Restore the minimized windows)
Windows Logo + E (Open the My Computer)
Windows Logo + F (Search for a file or folder)
CTRL + Windows Logo + F (Search for computers)
Windows Logo + F1 (Display Windows Help)
Windows Logo + L (Lock the keyboard)
Windows Logo + R (Open the Run dialog box)
Windows Logo + U (Open Utility Manager)
Accessibility Tombolboard Shortcuts
Right SHIFT for eight seconds (Switch FilterTombols on or off)

LEFT ALT + LEFT SHIFT + PRINT SCREEN (Switch High Contrast on or off)
LEFT ALT + LEFT SHIFT + NUM LOCK (Switch the MouseTombols on or off)
SHIFT five times (Switch the StickyTombols on or off)
NUM LOCK for five seconds (Switch the ToggleTombols on or off)
Windows Logo + U (Open Utility Manager)
Windows Explorer Shortcuts Windows Explorer Tombolboard Tombolboard Shortcuts
END (Display the bottom of the active window)
HOME (Display the top of the active window)
NUM LOCK + Asterisk sign (*) (Display all subfolders under the selected folder)
NUM LOCK + Plus sign (+) (Display the contents of the selected folder)
NUM LOCK + Minus sign (-) (Collapse the selected folder)
LEFT ARROW (Collapse the current selection if it is expanded, or select the main folder)
RIGHT ARROW (Display the current selection, or select first subfolder)
Shortcut Tombols for Character Map Shortcut keys for Character Map
Once you double-click on the grid of characters, you can move through the grid by using the shortcut tombolboard:
RIGHT ARROW (Move to the right or to the beginning of the next line)
LEFT ARROW (Move to the left or to the end of the previous line)
UP ARROW (Move up one row)
DOWN ARROW (Move down one row)
PAGE UP (Move up one screen at a time)
DOWN (Move down one screen at a time)
HOME (Move to the beginning of the line)
END (Move to end of line)
CTRL + HOME (Move to the first character)
CTRL + END (Move to the last character)
SPACEBAR (Switch between larger and Normal when a character is selected)
Microsoft Management Console (MMC) Main Window Tombolboard Shortcuts
CTRL + O (Open the saved console)
CTRL + N (Open a new console)
CTRL + S (Save the open console)
CTRL + M (Add or remove a console item)
CTRL + W (Open new window)
F5 key (Update the content of all console windows)
ALT + SPACEBAR (Display the MMC window menu)
ALT + F4 (Close the console)
ALT + A (Display the Action menu)
ALT + V (Display the View menu)
ALT + F (Display the File menu)
ALT + O (Display the Favorites menu)
MMC Console Window Tombolboard Shortcuts
CTRL + P (Print the current page or active pane)
ALT + Minus sign (-) (Display the window menu active console window)
SHIFT + F10 (Display the Action shortcut menu for the selected item)
F1 key (Open the Help topic, if any, for the selected item)
F5 key (Update the content of all console windows)
CTRL + F10 (Maximize the active console window)
CTRL + F5 (Restore the active console window)
ALT + ENTER (Display the Properties dialog box, if any, for the selected item)
F2 key (Rename the selected item)
CTRL + F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
CTRL + ALT + END (Open the m * cro $ oft Windows NT Security dialog box
ALT + PAGE UP (Switch between programs from left to right)
ALT + PAGE DOWN (Switch between programs from right to left)
ALT + INSERT (Cycle through the programs most recently used)
ALT + HOME (Display the Start menu)
CTRL + ALT + BREAK (Switch the client computer between a window and full screen)
ALT + DELETE (Display the Windows menu) ALT + DELETE (Display the Windows menu)
CTRL + ALT + Minus sign (-) (Make a snapshot of the active window client in Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
CTRL + ALT + Plus sign (+) (Make a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT + PRINT SCREEN on a local computer.)
Internet Explorer navigation Internet Explorer navigation
CTRL + B (Open the Organize Favorites dialog box)
CTRL + E (Open the Search bar)
CTRL + F (Start the Find utility)
CTRL + H (Open the History bar)
CTRL + I (Open the Favorites bar)
CTRL + L (Open the Open dialog box)
CTRL + N (Start another instance of the browser with the same Web address)
CTRL + O (Open the Open dialog box, the same as CTRL + L)
CTRL + P (Open the Print dialog box)
CTRL + R (Update the current Web page)
CTRL + W (Close the active window)
Assalamualaikum....

Hello everybody. confused again with code programming? dont wory, because I have solution for you. taraaaa read this blog crackcoder.blogspot.com hohoho

before that, you should create file connection. save with name sqlconnection.php
if you was create file connection, we are now just call that file with...... include.....

dont worry, copy and paste code in the bellow.....

  <? include "sqlconnection.php";

$dsn="nama_database_sql"; //atau bebased name your DSN
$username="nama_user"; //atau bebased your username
$password="password"; //atau bebased your password
$koneksi= odbc_connect($dsn,$username,$password);
$sql="select * from nama_tabel"; //  basically sintaks sql and mysql is not different :)
$exec=odbc_exec($koneksi,$sql);
while(odbc_fetch_row($exec))
{
$id=odbc_result($exec,"id");
$employer=odbc_result($exec,"employer");
$majority=odbc_result($exec,"majority");
$gpa=odbc_result($exec,"gpa");
?>
design output, example I want design like this bellow, design as you wish... and this is just example :)
<table width="351" border="0">
   <tr>
    <td width="113">ID Calon Karyawan</td>
    <td width="21">:</td>
    <td width="203"><? echo $id_pelamar; ?></td>
  </tr>
  <tr>
    <td width="113">Nama Calon Karyawan</td>
    <td width="21">:</td>
    <td width="203"><? echo $calon_kar; ?></td>
  </tr>
   <tr>
    <td width="113">Jurusan Pelamar</td>
    <td width="21">:</td>
    <td width="203"><? echo $jurusan; ?></td>
  </tr>
   <tr>
    <td width="113">Lulusan Pelamar</td>
    <td width="21">:</td>
    <td width="203"><? echo $lulusan; ?></td>
  </tr>
   <tr>
    <td width="113">Ipk Pelamar</td>
    <td width="21">:</td>
    <td width="203"><? echo $ipk; ?></td>
  </tr>
</table><?
}
odbc_close($koneksi); ?>
save file with name, like "show.php then running that page in your browser localhost thennnnnnn yappp yapp yappp congratulation your sql now running. enjoy ngoding :)

Grettings crackcoder.blogspot.com

Assalamualaikum

Hello everybody.... I am come back to writing about blog. you was create blog right? then you want, in your blog has icon your messanger id right? its sooooooooo easy guys, just copy and paste code bellow in your html script in blogger.

<a href="ymsgr:sendIM?sugesti_ku"> <img src="http://opi.yahoo.com/online?u=sugesti_ku&amp;m=g&amp;t=14&amp;l=us"/> </a>

in there, font with red color is your id. Write that with name your id oke.. :)

if you online, then online... if you offline then online hoho. its a simple blog. and enjoy blogging guys.

I love blogging and blogging is my life :)
Assalamualaikum

Hello everybody... may this is can help you. how to create frame on php. 

after search and I got it. yeahh... I am very exited to share this beacuse I am often forget anything heheh so with writing I can remember all :)

Lets go, this is example script or example code in php to create frame on php
first, create file, example the name of file is index.php
then save bellow code this in your text editor.
<form action="coba" method="post" target="iframetest">
<h2>Registrasi Online Pasien Lama</h2> <br> Cari Kode barcode <input type="text" name="search"> <input type="submit" name="submit" value="submit"></form> <!-- di bagian ini atur panjang x lebar dengan width dan height, atur perataan dengan align.... jangan lupa baca tulisan lainnya ya di www.crackcoder.blogspot.com --> <iframe id="iframetest" name="iframetest" width="1000" height="600" align="middle"></iframe> <frameset rows="35%" cols="*" frameborder="NO" border="0" framespacing="0"> <frameset cols="1380" frameborder="NO" border="0" framespacing="0"> <frame src="UntitledFrame-2"> <frame src="Untitled-3" name="mainFrame"> </frameset> <frame src="UntitledFrame-3"> </frameset> <noframes><body> </body></noframes>

second, create frame what we want to show in the page what we want hoho. copy and paste also content in your page what you want. 
<table border="1" cellpadding="5" cellspacing="0">
<thead> <tr> <table width="735" height="692" border="1" align="center"> <tr> <td><div align="center"><h1><blink>this is description for data what you want</h1></blink> </div><br> <table width="724" height="637" border="0"> <tr> <?
include "config.php"; $sql="select * from barang"; $exec=odbc_exec($koneksi,$sql); ?> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF">Nama Barang</h2></td> </tr> <tr><!-- $nama_barang ini adalah nama field yang ada pada tabel barang. dont forget to show me next artikel www.crackcoder.blogspot.com" --> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF"><? echo $nama_barang; ?></h2></td> </tr> <tr> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF">Harga Barang</h2></td> </tr> <tr> <td height="45" bgcolor="#3399FF"><h2><font color="#FFFFFF"><input type="text" name="harga_barang"/></h2></td> </tr> </table>

------------------------------------------------OR---------------------------------


this is the main on frame , Copy and paste this code. this is main frame for 3 part. enjoy trying and good luck. ^_^


<HTML>
<HEAD><TITLE>RS MH Thamrin Salemba</TITLE></HEAD><link href="logo1.png" rel="shortcut icon">
<? // include "index_header.php"; ?>
<FRAMESET ROWS="50,*">
  <FRAME NAME="judul" SCROLLING="No" NORESIZE src='index_header.php'>
  <FRAMESET COLS="1200,*">
    <FRAME NAME="menu" SRC="index_main.php">
    <FRAME NAME="main" SRC="index_side.php" scrolling="no">
</FRAMESET></FRAMESET><noframes></noframes>
</FRAMESET>
</FRAMESET>
</HTML>

this is your referensi to choose frame what you want
http://designscrazed.org/free-responsive-html5-css3-templates/


grettings crackcoder :) 
1. Log in to the website www.blogger.com
 
2. Log only, only with Gmail accounts. If you do not already have a gmail account. Read here, How To Create a gmail account

 
3. After you type a username and password click submit

 
4. It will be directed here, as shown below




 

5. Select the new blog, in the upper left of the screen, it will appear like the picture


 

6. And finally click on the bottom of the form, ie create a blog ...

 

7. Finish,,,, survived write and play your suggestion now !!!

Greetings suggestion ^ _ ^





*******************
1. Войдите в веб-сайте www.blogger.com
Только 
2. Войти, только с Gmail счета. Если вы не уже есть Gmail аккаунт. Читайте здесь, Как Создать учетную запись Gmail
3. После ввода имени пользователя и пароля нажмите на кнопку отправить
4. Это будет направлен здесь, как показано ниже

5. Выберите новый блог, в левом верхнем углу экрана, он будет выглядеть, как на картинке


6. И, наконец, нажмите на дно формы, то есть создать блог ...

7. Отделка,,,, выжил писать и играть ваши предложения теперь !!!

Приветствую предложение ^ _ ^
Assalamualaikum...
Hello everybody... this is a code to connection your sql server 2008 r2. upss dont worries to copy and paste this code, because I am free give it for you to learning :)


<?php
$server="name_server";
$username="name_username";
$password="password";
$database="name_database";
$conn = new COM("ADODB.CONNECTION")
or die("Sory its problem in your connection, please check ");
$connect = "PROVIDER=SQLOLEDB; SERVER=".$server."; UID=".$username."; PWD=".$password.";
DATABASE=".$database;
$conn->open($connect);
?>

after you copy and paste that code then save file name example the name file is 'config.php' then open in your browser with name file you create. and if the script was running be perfect so congratulation and enjoy to coding but if eror so check in your server name, user name, password and database name.

Salam Sugesti ^_^
Assalamualaikum

hello guys, how are today?

are u confused with ur language programming?
confused.... why my apache phpmyadmin cant running or cannt start?
I am thing annything what happend in here, so what solution? the solution is?
1. you must change 2 folder, yeay 2 folder just 2 folder
2. first folder is, u must find this folder
xampp/apache/conf/httpd.conf
3. if u was open that folder, next you must search keyword anything about 80. if u was found that and change that keyword then "80" became "81".
4. second file is you should open your file in
xampp/apache/conf/extra/httpd-ssl.conf and you should anything like before.
5. change keyword all about "443 became 444' if completed check ur site local
6 . dont forget to included numerik like this in ur browser, "localhost:81/nama_folder" <- htdocs folder
7. finishing and congratulation your website hasbeen already to use.

you know what this 81 or 82? what that number in your website? the number is numerik for port, if u not change your folder then ur apache cant start :)
enjoy ur blog and i hope this article this important for you. are you understand now?

grettings sugesti ^_^

-----------------------------------------------------------------------------------------------------------------


привет, ребята, как сегодня?Есть у путать с ур языка программирования?путать .... почему мой Apache PHPMyAdmin могу бег или cannt начать?Я вещь annything, что случилось здесь, так, что решение? Решение?1. Вы должны изменить папку 2, 2 Йеай папка с 2 папки2. первая папка есть, и должно найти эту папкуXAMPP / Apache / конференции / httpd.conf3. если у была открыта, что папка, в следующем вы должны искать ключевое слово ничего о 80. если у было установлено, что и изменить это ключевое слово, то "80" стал "81".4. Второй файл необходимо открыть файл вXAMPP / Apache / конференции / дополнительная / HTTPD-ssl.conf, и вы должны что-нибудь подобное раньше.5. Изменение ключевое слово все о "443 стал 444 ', если завершено проверить ур-сайт местного6. не забывайте включены Numerik, как это в ур браузера, "локальный: 81 / nama_folder" <- папки HTDOCS7. отделки и поздравления веб-сайт hasbeen уже в использовании.Вы знаете, что это 81 или 82? что это число в вашем сайте? число Numerik для порта, если ты не изменить папку, то ур Apache не могу начать :)наслаждайтесь ур блог и я надеюсь, что эта статья это важное для вас. Теперь вы понимаете?grettings sugesti ^ _ ^
Assalamualaikum....

Hello everybody.....

How to refresh automatic page on PHP (page self)?

after searching on google and finally I am got it hoho... lets reading guys.......

You just copy and paste this code in your text editor. 25 is timer in second. So, if you want to refresh automatic in your browser for a few minute, just 1 X 60 = for one minute. 2 X 60 = 120 for two minute and then after what you want.
<meta http-equiv="refresh" content="25" url="<?php $_SERVER['PHP_SELF'] ?>"/>

And then how to refresh automatic on PHP (other page)?
its so easy, just copy paste again this script in your text editor. And dont forget to typing which page what u want to refresh and go to the that page.


<meta HTTP-EQUIV="Refresh" CONTENT="10;URL="link.php">

about number, its same with refresh automatic on page self also on page other. if u want to refresh for a minute just X with how much u want to refresh in second :)
Assalamualaikum....

Hello everybody. this is a first post about my blog. Enjoy coding and lets we will crack because we are crack coder yippyyyy #wuzzz #wuzzz