Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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