the reason that is happening is because your form action isnt correct.
it should be:
<?php echo $php_self; ?>
sorry about that - it was my mistake for typing it wrong above
something like this:
[code:1:b1bf4724fa]<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&…
its not hard. just rename the form page to something.php and as the form action put <?php echo $php_self; ?>
then under the form copy and paste that bit of PHP i wrote
its not quite that simple. you can however copy that bit of code i wrote and paste it into your page and then set the form action to something like
<php echo $php_self; ?>
then it will use itself as the processor
ok, do not use any php, cgi or any other language. stick to html and css.
all i need you to do is the actual page, one single page with no content. thats it
thats because it always puts your account username infront of the db, just live with it.
in cpanel go to mysql databases and scroll down. type in a database name and click add db.
then create a user further down the page. once done you have to ass…
the action of your form on your html page should point to sometning like process.php
then inside a php file you would do something like this:
[code:1:720728b9d1]<?php
$category=$_POST['category'];
$url=$_POST['url'];
$test=$_POST['test'];
$des…