Source Files – www.developphp.com Hit counter in flash actionscript 3.0 tutorial.
Posts Tagged ‘My’
ActionScript 3.0 Tutorial – Hit Counter Flash + PHP for full Flash website pages
November 10th, 2009
phpmoz What’s Wrong With My Php Script?
September 9th, 2009
phpmoz mySearch.php
<?php
if (isset($_POST['submit'])) {
if ( ($_POST['username'] == 'myUsername') && ($_POST['password'] == 'myPassword') ) {
header ("Location: http://www.mysite.com/search.html");
}
else {
echo "
The submitted username and password do not match those on file!Go back and try again.
“;
}
}
else {
echo “
Please make sure you enter a username and a password!Go back and try again.
“;
}
}
?>
/*the user logs in, if successful they will go to the search page*/
What’s Wrong With My Php Script?
September 9th, 2009
phpmoz mySearch.php
<?php
if (isset($_POST['submit'])) {
if ( ($_POST['username'] == 'myUsername') && ($_POST['password'] == 'myPassword') ) {
header ("Location: http://www.mysite.com/search.html");
}
else {
echo "
The submitted username and password do not match those on file!Go back and try again.
“;
}
}
else {
echo “
Please make sure you enter a username and a password!Go back and try again.
“;
}
}
?>
/*the user logs in, if successful they will go to the search page*/
Cant Get My Php Mail Form To Work!! Check Out The Script?
August 27th, 2009
phpmoz this is the mail processing script and is a seperate file called “MailProcess.php”
and this is the mail form where people can type in thier query and then click submit, this is also a seperate file, i uploaded both files to my hosting domaing
but when i test it it says the link is broken, plz help 10 points FTW
Help With My Php Scripts!?
August 21st, 2009
phpmoz I dont know whats wrong, but its not inserting anything into my database. Please tell me whats wrong!
<?php
echo “
“insert.php”:

Posted in
Tags:

