How would I protect......
I have a from, actually, a good amount of forms. How can I make it so you can't type the characters:
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know
MySQL query problem
When I try to run the following piece of code, I get this error:
QuoteWarning: mysql_query(): sup
blank page.... nothing is happening.
I'm new to a lot of this but in the last 24hrs have learned a lot.
Installed latest version of my
Retrieving Data from Two Different Databases
Hello All,
Ran into another problem and would appreciate some help! I have two datab
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complca
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
restricting another login once you logout
Hello,
how can I restrict a page from login authenticating against info in a MySQL DB for a s
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------