Re: [PHP] Re: [PHP-WEBMASTER] php error

2012-08-13 Thread As'ad Djamalilleil
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

Re: [PHP] Variable representation

2012-06-21 Thread As'ad Djamalilleil
or you can do this echo $row["Bible_knowledge_phrase_solver_game_question_topics_$i"];

Re: [PHP] reload page without use header

2012-06-17 Thread As'ad Djamalilleil
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

Re: [PHP] A problem about sessions

2012-06-07 Thread As'ad Djamalilleil
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

Re: [PHP] What is The best way/tool for debuging PHP?

2012-05-27 Thread As&#x27;ad Djamalilleil
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

[PHP] problem sending email

2012-05-24 Thread As&#x27;ad Djamalilleil
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"] = "