Posts Tagged ‘My’

ActionScript 3.0 Tutorial – Hit Counter Flash + PHP for full Flash website pages

Source Files – www.developphp.com Hit counter in flash actionscript 3.0 tutorial.

What’s Wrong With My Php Script?

Username:
Password:

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?

Username:
Password:

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?

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

Email: —-
—-

Subject:——-

Message:


but when i test it it says the link is broken, plz help 10 points FTW

Help With My Php Scripts!?

I dont know whats wrong, but its not inserting anything into my database. Please tell me whats wrong!

<?php
echo “

Enter Your First Name:
Enter Your Last Name:
Enter Your Age:

“insert.php”: