[PHP] problem sending email

2012-05-24 Thread As'ad Djamalilleil
hi all,i'm having this problem in sending email using pear. it just wont send :( here's the code .. ?php require_once 'Mail.php'; $from_name = My Self; $to_name = My Friend; $subject = Sending Trial; $mailmsg = GOD please make it work; $From = From: .$from_name.

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

2012-05-27 Thread As'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:

Re: [PHP] A problem about sessions

2012-06-08 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

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 farzan.dal...@gmail.comwrote: hi guys is there any way to reload page without using header('location

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] 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 danbr...@php.net wrote: On Mon, Aug 13, 2012 at 2:32 PM, tomas lagro tomas.la...@hotmail.com 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,