Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

php-objects · Discussions about Object Oriented Programming in PHP

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 8562 - 8591 of 10495   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8562 Satish Dogra
dogrask888 Send Email
May 1, 2009
8:03 pm
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...
8563 php-objects@yahoogrou... Send Email May 3, 2009
8:46 am
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...
8564 php-objects@yahoogrou... Send Email May 3, 2009
8:46 am
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...
8565 imran rahi
imranforphp Send Email
May 3, 2009
6:59 pm
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:...
8566 Ali Jamali
ali.jamali Send Email
May 3, 2009
7:15 pm
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...
8567 Wa7ed Men elNaSS
wa7edmenelnass Send Email
May 3, 2009
11:14 pm
السلام عليكم ورحمة الله وبركاتة لو عاوز تخلي جهازك سيرفر أو عاوز تعمل موقعك في بيتك...
8568 nirgun jeet
nirgun_sweet Send Email
May 6, 2009
5:01 am
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...
8569 abhishek jain
ejaincom Send Email
May 6, 2009
4:54 pm
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...
8570 Anghelina Liviu
bebeics Send Email
May 6, 2009
6:51 pm
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...
8571 Joe Forsythe
jforsythe@... Send Email
May 6, 2009
7:00 pm
Do you know how to work with forms? -- Joe ... [Non-text portions of this message have been removed]...
8572 yomikabiawu Send Email May 7, 2009
7:34 am
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...
8573 Hari KT
kthari85 Send Email
May 7, 2009
1:18 pm
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 ...
8574 Joe Forsythe
jforsythe@... Send Email
May 7, 2009
2:08 pm
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...
8575 Davide Baglieri
davidonzoblog Send Email
May 7, 2009
3:46 pm
Also check if your smtp server is working fine. -- Davide Baglieri On Thu, May 7, 2009 at 4:07 PM, Joe Forsythe...
8576 BBX
bebeics Send Email
May 7, 2009
3:53 pm
well in html i know how to work but in php i don't :( ... From: Joe Forsythe <jforsythe@...> Subject: Re: [php-objects] Php...
8577 Davide Baglieri
davidonzoblog Send Email
May 7, 2009
4:02 pm
Create a HTML form and send the datas to a PHP script that will manage them and calculate the result. <form name="myform&quot; action="yourPHPscript.php"...
8578 BBX
bebeics Send Email
May 7, 2009
4:05 pm
Well yes, but i need a script how to generate the survey....don&#39;t know how to do that ... From: Davide Baglieri <davidonzo@...> Subject: Re:...
8579 Joe Forsythe
jforsythe@... Send Email
May 7, 2009
4:08 pm
You have 2 basic options for getting info from forms: 1. $_POST['name_of_form_field'] 2. $_GET['name_of_form_field&#39;] There is a third option: $_REQUEST[], but...
8580 BBX
bebeics Send Email
May 7, 2009
4:11 pm
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:...
8581 Joe Forsythe
jforsythe@... Send Email
May 7, 2009
4:12 pm
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"] ?>")...
8582 nirgun jeet
nirgun_sweet Send Email
May 8, 2009
4:00 am
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...
8583 Buddhika laknath
buddhika_lak... Send Email
May 8, 2009
4:12 am
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...
8584 gopi nath
gopivsb Send Email
May 8, 2009
7:53 am
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"; ...
8585 Oluyomi
yomikabiawu Send Email
May 8, 2009
7:54 am
I noticed that my post wasnt detailed enough so i have included the mail section of my code. Here is: <?php $to = "spotlite@..., akanimoe@..."; ...
8586 Brian Etheridge
contact_bee Send Email
May 8, 2009
7:58 am
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...
8587 gopi nath
gopivsb Send Email
May 8, 2009
9:32 am
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...
8588 Davide Baglieri
davidonzoblog Send Email
May 8, 2009
10:39 am
It should be nice know something more about your apache configuration. Try disabling the Options FollowSymLinks puting a # before....
8589 Davide Baglieri
davidonzoblog Send Email
May 8, 2009
10:40 am
An more... RewriteCond %{http_host} ^127.0.0.1 [NC] RewriteCond %{HTTP_HOST} ^localhost [NC,OR] On a public server?...
8590 Joe Forsythe
jforsythe@... Send Email
May 8, 2009
2:37 pm
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...
8591 Hari KT
kthari85 Send Email
May 9, 2009
6:31 am
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...
Messages 8562 - 8591 of 10495   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help