Search the web
Sign In
New User? Sign Up
phpexperts
? 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.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8448 - 8477 of 8791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8448
Dear Expertz Good Morning, Plz give a single beep(aawaj) about MX Record Validate: 1. How its Work in PHP? 2. How can i implement it? Regards Atikul Islam ...
Atikul Islam
aatikulizlam
Offline Send Email
Apr 1, 2008
7:48 am
8449
Dear PHP Xperts, Let my domain is www.my-domain.com & my IP is 192.168.25.36 Let another domain is www.another-domain.com & its IP is 101.256.23.43 A PHP file...
A.N.M. Saiful Islam
saiful_iiuc
Offline Send Email
Apr 1, 2008
12:19 pm
8450
Assalamu alikum use MAX Aggregate function in your required field and that field data type should must be either Numeric or Datetime. ok thanks Allah Hafeez ...
quazi hossain
qzhossain
Offline Send Email
Apr 1, 2008
12:19 pm
8451
Hi Try this list($username,$domain)=split('@',"muthukumar_se@..."); if(!mycheckdnsrr($domain, 'MX')) { return " - ".$errText."<BR>"; } ...
Muthukumar Selvarasu
muthukumar_se
Online Now Send Email
Apr 1, 2008
12:20 pm
8452
Hi! You may user $_SERVER["HTTP_HOST"]. It will return the domain name. On Tue, Apr 1, 2008 at 1:32 PM, A.N.M. Saiful Islam <email@...> ... -- ...
Sajjad Hossain
msh134
Offline Send Email
Apr 1, 2008
2:53 pm
8453
Hi I hope you asking you wanted to record the detection from another-domain.com in my-domain.com Since you included database.php in your another-domain.com...
Muthukumar Selvarasu
muthukumar_se
Online Now Send Email
Apr 1, 2008
2:57 pm
8454
Hello, If http://www.my-domain.com/header/database.php is requested, in database.php $_SERVER['HTTP_HOST'] will contain "www.my-domain.com". It doesnt depend...
shiplu
ami_shiplu
Offline Send Email
Apr 1, 2008
4:49 pm
8455
Hello I am struggling with Restaurant Shopping Cart Basically , onclick on the Add to cart , it add the food item to $_Session['cart'] has $foodid, $qty I am...
rania2345
Offline Send Email
Apr 2, 2008
2:20 am
8456
Dear all Xperts, I want to use a conditional header redirection. The explanation is like bellow: <?php include_once “header.inc” if( CONDITION == TRUE ) { ...
A.N.M. Saiful Islam
saiful_iiuc
Offline Send Email
Apr 2, 2008
2:27 am
8457
Hello experts How can i show lots of data using forum technique. Let me clear myself . Suppose i have more then 100 entity.Now i wanna show the entity like "1...
Raquibul Islam
rana_cse_05
Offline Send Email
Apr 2, 2008
4:11 am
8458
there might be problem on how you are sending the ajax requests,, check and debug if the data is reached upto the class, what data is received by the class and...
Aman (আমান)
aman_aiub
Offline Send Email
Apr 2, 2008
9:59 am
8459
hi saiful there will be no output (echo , print etc) before any header redirection. else it will fail ... redirection <a href='continue.php'>click here</a> to...
Mizanur Rahman
rnslove
Offline Send Email
Apr 2, 2008
9:59 am
8460
use output buffering till header redirections. such as: *<?php* *ob_start(); // ADD HERE *include_once "header.inc" if( CONDITION == TRUE ) { echo "RESULT"; } ...
Aman (আমান)
aman_aiub
Offline Send Email
Apr 2, 2008
9:59 am
8461
do u mean pagenition ? if yes, check the link http://www.tonymarston.net/php-mysql/pagination.html you will get a easy way and hard way there :) -- Shaikh...
Aman (আমান)
aman_aiub
Offline Send Email
Apr 2, 2008
10:00 am
8462
hello...experts..... how can i generate simple paging...using mysql query.... please give me solution as soon as possible.. I am looking forward to hear from...
syed rahman
srajib_2003
Offline Send Email
Apr 2, 2008
10:00 am
8463
see the syntax of LIMIT in mysql. that'll explain everything. -- comment on http://talk.cmyweb.net/...
shiplu
ami_shiplu
Offline Send Email
Apr 2, 2008
11:34 am
8464
Hello Saiful, Some output is send to the browser prior to the code at line 10. I guess, header.inc is causing this. You can use ob_start() to avoid sending...
Muktadir Hossain
mkhosn
Offline Send Email
Apr 2, 2008
4:09 pm
8465
Dear Mr.Saiful, U will try : ob_start() function. start of the page. May b this will help for u. Best luck. Thank's Md. Ashraf Jahan. Php programmer "A.N.M....
Ashraf Jahan
adil_177
Offline Send Email
Apr 2, 2008
4:10 pm
8466
Hi, Use <? ob_start(); ?> @ first line of your code. Thanks, Muthukumar Selvarasu, Project Manager (Web Development), Webmasters Ltd. From:...
Muthukumar Selvarasu
muthukumar_se
Online Now Send Email
Apr 2, 2008
4:10 pm
8467
You can use mod (%) operation to do this easily Thanks On Wed, Apr 2, 2008 at 10:04 AM, Raquibul Islam <rana_cse_05@...>...
Bipool
bipooll
Offline Send Email
Apr 2, 2008
4:11 pm
8468
Dear All How Can i execute php code into a .html / .htm extension page. i found a methode but its not working. Plz can anyone can help me asap. Regards Atikul...
Atikul Islam
aatikulizlam
Offline Send Email
Apr 2, 2008
5:31 pm
8469
I think you better use htaccess to tell the apache rewrite .html to .php....
Aman (আমান)
aman_aiub
Offline Send Email
Apr 3, 2008
4:55 am
8470
... In your .htaccess file add the following. "AddHandler application/x-httpd-php .php .html .htm" -Regards Mamnun...
Mamnun Hassan Bhuiyan
mamnun_bhuiyan
Offline Send Email
Apr 3, 2008
4:56 am
8471
Hello Debug it correctly. Here is a good solution. *<?php* include_once "header.inc" if( CONDITION == TRUE ) { echo "RESULT"; } else { if( CONDITION == TRUE ) ...
shiplu
ami_shiplu
Offline Send Email
Apr 3, 2008
4:57 am
8472
Hi Islam, Check this link http://php.about.com/od/advancedphp/p/html_php.htm Anees Muhammed ... From: Atikul Islam <aatikulizlam@...> To: PHP Expertz...
Anees
anees_muhd
Offline Send Email
Apr 3, 2008
5:03 am
8473
Dear PHP Xperts, I am getting some garbage data in my PHP program output. I’ve directly copied the bellow code from my editor (Dreamweaver MX): if(...
A.N.M. Saiful Islam
saiful_iiuc
Offline Send Email
Apr 3, 2008
9:47 am
8474
Save the file in format "UTF8 without BOM" (not UTF8) or if your scripts does not use unicode data (like Bang;a) simply save the file as an ANSI file. That...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Apr 3, 2008
9:54 am
8475
open the file in notepad. you will find the garbage data. just delete those. Regards Rakibul Islam http://rakib.phpxperts.net ... From: A.N.M. Saiful Islam...
Rakibul Islam
rubelonline
Offline Send Email
Apr 3, 2008
6:01 pm
8476
im trying this code before but it doesn't working. have u any more? Regards Atikul Islam ... From: Anees <anees_muhd@...> To: phpexperts@yahoogroups.com ...
Atikul Islam
aatikulizlam
Offline Send Email
Apr 3, 2008
6:18 pm
8477
Whats in your *$headerFile ?? *...
shiplu
ami_shiplu
Offline Send Email
Apr 3, 2008
6:24 pm
Messages 8448 - 8477 of 8791   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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