Sessions Value Not Saved
Hi,
Im making a login form and im using this code:
Code: if($login=="true"){
contact form - output to page and email
I have the following in my controller:
$message['name'] = htmlentities(strip_tags(trim($_POST
Checking if variable is 0 as opposed to NULL/Empty...
I'm trying to write some code that will retrieve a user's access level from my database and if it do
need help with php get
i have a option box that gets filled with dates, but how do i get once the option value has been cli
php/mysql problem
Hey all,
Problem: im trying to setup a shop where people can use a drop-down list to select t
Need help making login verification cleaner...
I use the below to verify user login. I first check the cookie for the id, ip and a unique id. If it
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and wh