urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
in php, link returns to the line
When I add a link in a php page, the link word returns to the line (as a
would do)
Examp
Display certain image depending on time of year
Hi, I am new to these forums and would really appreciate some advice on a piece of coding I have don
fopen() security
As i understood the usage of fopen() for it to function correctly the Dir you write to has to be rw
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
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