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 #27.9K
Ranked #4K
~2K People Reached
About Me

I Wanna be Perfect

Interests
Learning new things, Enjouning with friends,
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for RazorRamon

For setting mail setting in your wamp server First you should have existence of company mail server otherwise you can use google mail server. For Company server search 'mail function' in your php.ini file make the following changes.. [mail function] ; For Win32 only. SMTP = mail.[company_name].com smtp_port = 25 …

Member Avatar for sharathg.satya
0
234
Member Avatar for sim_pack
Member Avatar for asimshahiddIT
0
710
Member Avatar for prince87

In my point of view, In Form you had declared. <input name="Password" type="password" class="control" id="Password" size="21"> <input name="Password2" type="PASSWORD" class="control" id="Password2" size="21"> but in registernow.php your calling $passwordHash = strip_tags($_POST["password"]); $repeatpassword= strip_tags($_POST['rpass']); its should be $passwordHash = strip_tags($_POST["Password"]); $repeatpassword= strip_tags($_POST['Password2']); please let me know if there is still error.

Member Avatar for prince87
0
261
Member Avatar for umesh daiya

The better way is , create a anchor tag, <a href="next.php?id=3{id value}"><input type="button" value="view"></a> in that pass the id value In the next page get the id through $_GET['id']

Member Avatar for asimshahiddIT
0
149
Member Avatar for levsha
Member Avatar for Grantism
0
203
Member Avatar for justM

Yes you can do it by using session , save the protection code in session with expiry limit of 24 hour and when user enter the url with the protection code. using the get method match the protection code with the session . if match fail redirect it to parking …

Member Avatar for rajarajan2017
0
139
Member Avatar for MitkOK

<?php $0 $new_date=date("Y-m-d",strtotime($old_date)); ?> please the format to any format

Member Avatar for asimshahiddIT
0
196

The End.