June 14, 2013
The difference between cookies and sessions is that cookies are stored in the user’s browser, and sessions are not. This difference determines what each is best used for.A cookie can keep information in the user’s browser until deleted. If a person has a login and password, this can be set as a cookie in their […]
June 14, 2013
I jst got this trick lst nytNOW LETS STARTin your logout link put it lyk dz
|
|
<?php <br /> echo"<a href='logout.php?url=".$_SERVER[PHP_SELF]." '>Logout</a>"; <br /> ?> <br /> |
NOW IN UR logout.php
|
|
<?php <br /> //assigning $_GET to variable <br /> $url = $_GET[url]; <br /> //checkin if $_GET comes wit a link <br /> if(isset($url)) <br /> { <br /> session_destroy(); <br /> //afta destroyin d session, it redirects back to d link coming with $_GET <br /> header('location: '.$url.''); <br /> die(); <br /> } <br /> //if $_GET does not cum wit a link <br /> if(!$url) <br /> { <br /> session_destroy(); <br /> header('location: index.php'); <br /> die(); <br /> } <br /> ?> <br /> |
June 13, 2013
HI ALL, WE ALL KNOW WE CAN CREATE HORIZONTAL LINES IN HTML WITH <HR>, NOW WITH THIS TRICK WE CAN CREATE VERTICAL LINES USING CSS THESE ARE THE STEPS CREATE A CSS CLASS:
|
|
.verticalLine { <br /> border-left:thick solid #ff0000; <br /> } <br /> |
NOW APPLY THE CLASS IN YOUR OBJECT:
|
|
<div class="verticalLine"> <br /> your text <br /> </div> <br /> |
THAT’S ALL
June 13, 2013
The Nigeria LNG Limited Undergraduate Scholarship Award is open to only First Year undergraduate students in Nigerian Universities. By filling out this application, you certify that you are an undergraduate student in a Nigerian university and currently in your first year in your institution. The purpose of Nigeria LNG Scholarship Award Scheme is to promote […]
June 13, 2013
PLEASE SORRY I HAVE NOW GONE TRU EVERY WAPKA SITE AND FOUND OUT THAT THEIR SITE CANNOT BE DISPLAYED IN YAHOO SEARCH WHY? THE REASON IS FROM DEFAULT WAPKA ROBOT.TXTEVERY CRAWLER/SPIDER, BEFORE IT CRAWS A SITE IT MUST FIRST OF ALL GOTO TO THE ROBOT.TXT AND CHECK THE AREA IT MUST AND MUST NOT CRAWL […]
June 13, 2013
THIS TUTORIAL WILL GUIDE YOU ON HOW TO GET A DOMAIN IN WAPKA AND SOME OTHER SITES THAT HOSTS FIRSTLY YOU HAVE TO KNOW WHAT IS DNS The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various […]
June 13, 2013
MANY WAPKA SITE OWNERS HAVE BEEN ASKING ME THIS QUESTION AND 2NETLODGE HAVE PROVIDED AN ANSWER… NOW GOOGLE CRAWS EVERY SITE BUT CRAWS ONLY THE INDEX (THE HOMEPAGE) FASTER AND YOU MAY POST A TOPIC AND IT WILL TAKE ALMOST A MONTH OR TWO TO APPEAR ON GOOGLE 2NETLODGE SOLUTION:1. SUBMITTING YOUR SITE TO GOOGLE […]
June 13, 2013
Wapka login tag for displaying login form use this
the 1 there represents the site id it will redirect you after login, for it to remain in the same site use
Now for registration use a wapka tag embeded in a html code
|
|
<a href='/registration_site.xhtml?do_id=1'>register here</a> <br /> |
the represent site id to redirect after registration. How to customize your registration pagegoto edit […]
June 13, 2013
Here’s the instruction on how to format or reset the Nokia C5-03 to factory fresh default settings.Note: This may only advisable if the phone experiencing frozen or hang problems, burned out by excessive use or installing 3rd party applications. You may need to back up all important data stored on the phone before you proceed, […]
June 13, 2013
HOW TO CONFIGURE A PHONE WELL MANY PEOPLE HAVE ASKED ME THIS BUT I FELT ITS TOO COMPLICATED FIRST YOU MUST KNOW THE MEANING OF THESE: NETWORK NAME: THIS IS THE NAME OF THE SETTINGS YOU WANT IT TO ANSWER AND IT CAN BE CHANGED AND DOES NOT AFFECT THE SETTINGS IP: INTERNET PROTOCOL, USED […]