Posts Tagged ‘Php Help’
php programming help changing background based on location in a game?
Ok heres what i got, a script that keeps track of a city that the player is located in, now i want to know what i need to make the variable change the background according to what number the database brings back. It has to be completely php based, that will change the background if i can make the variable something like $variable and how to make the php/css reflect the background according to what number that variable is, im using dreamweaver if that helps answering this.
Kansieo.com
PHP programming help! How to make this code work (details inside)?
The following code doesn’t work in Dreamweaver 8. Can someone please explain why and/or how to fix it.
Untitled.php
Process.php
$name = $_POST["name"];
$age = $_POST["age"];
$emotion = $_POST["emotion";
echo "
” . $name . ” is ” . $age . “years old” . “
“;
echo “you are” . $emotion;
?>
Result
is years old
you are
(I need the result to be ” “name” is “age” years old….”)
Caffeinated Content – Members-Only Content for WordPress
PHP Programming Help?
Hi,
I’m working on a project for my company. The guy who started on this project created a file called master.php which is the main file for the project.
In master.php, I see something like following within tags:
eval(gzinflate(str_rot13(base64_decode(“[ CODE ]“))));
Can someone please help me find out what “[ CODE ]” is? I want to convert “[ CODE ]” to actual PHP code so I can make changes.
The guy who created this file is no longer with company (fired).
I really appreciate your help.
Thank you,
eval(gzinflate(str_rot13(base64_decode( ” [ CODE ] ” ))));
Kansieo.com
PHP Tutorials: Name Splitter (Part 1)
Splits a full name into two seperate variables. Useful for signup forms where you just want to ask the user their full name, and not have two seperate boxes for first and last names. … php programming tutorial tutorials help name names split splitter seperate
Create a video blog
PHP Tutorials: Sending email (Part 1)
Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily! … php programming tutorial tutorials help me learn learning lesson lessons teach teaching video videos send email mail sending with using function smtp pop3 pop
Kansieo.com
PHP Tutorials: SQL Injection (Part 1)
Learn what SQL injection is and how to get access to an account without a password. … php programming tutorial tutorials help me learn learning lesson lessons teach teaching video videos sql inject injection hack hacking mysql prevent stop protect
Caffeinated Content

