clothes store     


I need a web host that will ..

Looking for a free web host ..

Script convert PHP to HTML?

Free PHP hosting that accept..

Anyone know a FREE php hosti..

Does anyone know any free ph..

I need Free PhP hosting?

I get freee php hosting in b..

Looking for free php hosting..

Which is the best PHP Hostin..

Can anyone tell me a site wh..

Web Hosting, PHP and Pearl Q..

Hosting PHP?

Anybody know have any FREE h..

Is anyone offering free host..

Help choosing hosting plan f..

Newbie Yahoo! web hosting + ..

Free instant hosting with PH..

Which is the best free php+d..

Which one is the best php we..

Can u suggest few free php b..

What is the best php hosting..

Free PHP enabled File Hostin..

Web hosting with php.ini and..

Free hosting with php and my..

Know of a free webhost for s..

PHP Webhost?

Do you know a good, fast, no..

Does anyone know if Freewebs..

My php scripts dont work in ..

.com free domain hosting?

Best free web host with php,..

The best free add-free php w..

I want to create a blog in p..

I am going to go live with 3..

How can I find out the field..

Any body can help me to inse..

How would one code a rotatin..

Can anyone tell me a free we..
 
Added php in dreamweaver and form will not submit?    [Imwebhost]

ok i added some script that different people sent me into dreamweaver but it still isnt working. Ill put the bits of code here and explain where i put them:

i put this next code at the very top, before the html:

<?php

$db_host = "localhost";

$db_user = "coronagi_andre1";

$db_pwd = "Yvonne4444";

$db_name = "coronagi_SecondUsers";

mysql_connect($db_host, $db_user, $db_pwd);

mysql_select_db($db_name);

?>

Then i put this code right before the form:

<?php

if (!isset($_POST['submit'])) {

?>

<form action="" method="post">

and then this directly after my form ends:

} else {

$FirstName = $_POST['firstname'];

$LastName = $_POST['lastname'];

$City = $_POST['city'];

mysql_query("INSERT INTO `person` (firstname, lastname, city) VALUES ('$FirstName', '$LastName', '$City')");

echo "Success!";

}

?>

the database information is all correct. I have just no idea what im doign and im trying to fit it into my webpage as if i were building frankenstein.

Added php in dreamweaver and form will not submit?

php is a great time and alot of fun ::lol:: but Ive ran into some problems with this stuff before, the best thing to do is obviously make sure you have a mysql database setup, and I usually just setup of phpbb forum or something to test the database since I know how to do that for sure :P

Added php in dreamweaver and form will not submit?

Your form needs an action, try:

<form action="<? $_SERVER['PHP_SELF']; ?>"

Also, since your relying on the submit object being present, are you sure your submit button for the form is similar to:

<input type="submit" name="submit" value="Send Form" />

If that don't help, paste the entire script, and explain exactly what goes wrong plus any errors PHP produces.


[Imwebhost]


Best host that support php, jsp and servlets?
Is there a ******* website out there that hosts php that act..
PHP Modules?
Where do I look for a PROFESSIONAL(robust) hosting?
I want to start a website for photography and interview, wha..
Any free hosting website?
Excellent web hosting server?
Do you know any reliable free php host?
Can you recommend a free php host that doesnt limit the size..
Using php and mysql...cant connect to my database?



Comment
Name: Name:  Password:   Register?
Comment:
Face