sendmail code suddenly not working
Hi Guys, I maintain 3 sites (including my own) I use the following code from a french webmaster that
Onclick problem in Firefox
Hi,
I am using a . It doesn't seem to
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
How to add advertisment on top of videos
Hello,
I was told that i should find the answer for this problem in this forums.
I searched a
getting rid of quotes in strings
sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, ec
Default TimeZone
The server I'm working with is hosted in America so all times inserted into the database are coming
OPINIONS WANTED
This is my login page code, and I want your opinion on it please!
Code: // Login ~ CHECKS
Add a sign-up feature to a flat file login script
I'm working on a flat file login script and I would like to add a sign-up feature to it with a email
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<