Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~493 People Reached
About Me

85% loading....

Favorite Tags
php x 1
Member Avatar for hira.syed

I am buying new phone for myself. but i am confuse . Lumia got good sepecifications , its graphics, camera and speakers. on other hand Ios is best. and SIII is no.1. what to buy?

Member Avatar for Ejim Kingsley
0
227
Member Avatar for cakka

Hello, I am learning PHP. Now, I am creating login page. This is my index.php codes <?php require "../config.php"; session_start(); $username = $_SESSION['username']; $password = $_SESSION['password']; if(!$username && !$password){ header('Location: login.php'); } else { echo $hello.$username; } ?> And this is my login.php <?php require "../config.php"; session_start(); function loginForm(){ echo …

Member Avatar for Ejim Kingsley
0
266