can we see the code of the form ?
On Mon, Aug 13, 2012 at 11:09 AM, Daniel Brown wrote:
> On Mon, Aug 13, 2012 at 2:32 PM, tomas lagro
> wrote:
> >
> > Hello, my name is tomas, i'm having a problem and i've checked a lot of
> times the script and it is not that, because in my local xampp server
or you can do this
echo $row["Bible_knowledge_phrase_solver_game_question_topics_$i"];
you can use header("Refresh: 60"); to refresh your current page if that
what you really need. 60 means it will be refresh in 60 seconds.
On Sun, Jun 17, 2012 at 12:06 AM, Farzan Dalaee wrote:
> hi guys
> is there any way to reload page without using header('location
> :index.php'); and javascript
i can't undersans much of your question,, but i think you supposed to write
the statement to set the variable's value after the "session_start()"
called, like this ...
session_start();
. some codes
$_SESSION['some_var']; <--- don't put it before the session_start()
On Thu, Jun 7, 2012 at 5
i'm using dreamweaver its just good for designing + debugging ,, you
dont have to type all the code ,, it would generate the script by
itself so you can learn from the generated script ,, but takes time to
make it handy ,,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
hi all,i'm having this problem in sending email using pear.
it just wont send :(
here's the code ..
";
$To = "To: ".$to_name." ";
$recipients = "some...@yahoo.com";
$headers["From"] = $From;
$headers["To"] = $To;
$headers["Subject"] = $subject;
$headers["Content-Type"] = "
6 matches
Mail list logo