Sessions Value Not Saved
Hi,
Im making a login form and im using this code:
Code: if($login=="true"){
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
Encrypt php code?
Is it possible to encrypt php code in files,
so that it displays a load of unreadable characters
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is m
Month String to Numeric?
Hi guys,
Given a month as a string, is there a simple way to find the numeric representation
MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.