Search found 8 matches
- Tue Dec 01, 2009 2:28 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
still struggling....

- Mon Nov 30, 2009 2:43 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
If you want help, describe the problem. We're all real people with real lives who help you with no compensation for doing so. If your question is too vague or requires too much work, we're more likely to ignore it. And that I understand. With the code above, I am strugglerling to work out how to ed...
- Sat Nov 28, 2009 8:45 am
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
Can anyone help 
- Fri Nov 27, 2009 4:02 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
ok i am stuck again :( <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> HTML CODING <? if (isset($_GET['addtest...
- Wed Nov 25, 2009 1:14 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
change form from <form action="<?=$_SERVER['PHP_SELF']?>" method="post"> to <form action="anything.php" method="post"> Ofc, be sure your php is sat on anything.php or on line 59, after your php has done its stuff header("Location: pagename.php"); i ...
- Wed Nov 25, 2009 6:50 am
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
1 quick question
How can I, once the Submit button has been used, redirect to a page??
How can I, once the Submit button has been used, redirect to a page??
- Tue Nov 24, 2009 3:23 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Re: Help for a PHP new commer
Perhaps it is because you are checking for $_POST['submittest'] but the name of the submit button is "submitjoke". A basic way to debug is to put error_log($var) or echo $var at different points to see what a particular variable equals. If you get more fancy, you can use a debugger like x...
- Tue Nov 24, 2009 2:07 pm
- Forum: PHP - Code
- Topic: Help for a PHP new commer
- Replies: 11
- Views: 566
Help for a PHP new commer
hello all. I have been banging my head against a hard wall. I am new to PHP, and would like to use it so I can make my site dynamic. I have some code which I would like some help on. I have been told it is messy but I am new and was following a tutorial. Basically, I am trying to use TinyMCE to edit...