Friends, In the WineStore application in the book "PHP and MySQL", one of the codes uses the following: require_once "HTML/Template/ITX.php"; I understand that...
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
May 3, 2009 8:46 am
8564
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
May 3, 2009 8:46 am
8565
Hello, I would like to take an opportunity in talking to you on this. Kindly acknowledge this email for further communication Thanks and Regards, ... From:...
Hi Imran , Thanks you for showing your interest , but unfortunately this project is under process with some body else , We have other project as well , which i...
our project is email server like yahoo hotmail that can recieve and send emails I have code that send email but i dont know how to recieve email plz tell me...
Hi, thanks a lot for the kind email, the code works fine , except for the space, i have to remove the %u from the output though. what is the unicode equivalent...
Hi People, I just joined the group, and I need some help! I have to create an online questionnaire system, and really don't know how to create a questionnaire...
Do you know how to work with forms? -- Joe ... [Non-text portions of this message have been removed]...
Joe Forsythe
jforsythe@...
May 6, 2009 7:00 pm
8572
Hi guys, I have an application on my office intranet. php/mysql/iis. The application has been deployed and running effectively. The only proble is that...
I have a doubt , how did u know the mail has gone ? Have you checked something like this ? if( mail($to, $subject , $msg ) ) { } else { } ? Hari K T ...
If: 1. The mail usually sends 2. It suddenly stops sending 3. Restarting IIS resolves the problem Then you have 2 probable causes: 1. IIS is crashing all by...
Joe Forsythe
jforsythe@...
May 7, 2009 2:08 pm
8575
Also check if your smtp server is working fine. -- Davide Baglieri On Thu, May 7, 2009 at 4:07 PM, Joe Forsythe...
Create a HTML form and send the datas to a PHP script that will manage them and calculate the result. <form name="myform" action="yourPHPscript.php"...
You have 2 basic options for getting info from forms: 1. $_POST['name_of_form_field'] 2. $_GET['name_of_form_field'] There is a third option: $_REQUEST[], but...
Joe Forsythe
jforsythe@...
May 7, 2009 4:08 pm
8580
Tnx, a lot, i'll give it a try, and if I stumble , hope get some help from you guys :D ... From: Joe Forsythe <jforsythe@...> Subject: Re:...
Just to point out something -- you don't need a separate PHP file. You can have the form submit to itself (i.e. action="<?php echo $_SERVER["PHP_SELF"] ?>")...
Joe Forsythe
jforsythe@...
May 7, 2009 4:12 pm
8582
our project is email server like yahoo hotmail that can recieve and send emails I have code that send email but i dont know how to recieve email plz tell me...
I don't know what's the mail server you are using to send mails. But to receive mails you have to connect to your mail server (through POP or IMAP) and read...
my table is tbl_media (tablename) id_media,name,photo,status.(table fileds) i displayed the table. show the records.. $s = "select * from tbl_media"; ...
Not sure I understand what you are trying to do. Start by specifying an 'ORDER BY' clause in your SQL: select * from tbl_media order by status select * from...
MY previous bug is cleared. my problem is htaccess is work in localhost but not problerly work in server . my htaccess AddType x-mapp-php5 .php RewriteEngine...
Just glancing at the code, and it looks fine. Per your earlier note, it works. So, all things being equal, the server itself is probably where the problem is...
Joe Forsythe
jforsythe@...
May 8, 2009 2:37 pm
8591
Hi Oluyomi , I am not an expert in Windows . I am working in LAMP platform . So I may be wrong too . So these are the trials that you can run ... Can you send...