Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
News script
Hi ...
I am not sure if this is the rite place to post this but if its not sorry
i am
Hyperlink in PHP to MySQL record
Hello,
I am having trouble as i am new to php. I have connected to the database and I have di
The page should be expire when cilck back button
hi,
i'm new to php world.
i create user registration page.
when i submit it,data goes to my
search query in mysql in php problem
my search query wont work, i know, that my codes are correct.please help
Code: [Select]&l
FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get