Skip to search.
phpexperts

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

  Messages Help
Advanced
Messages 8448 - 8477 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8448 Atikul Islam
aatikulizlam Offline Send Email
Apr 1, 2008
7:48 am
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 ...
8449 A.N.M. Saiful Islam
saiful_iiuc Online Now Send Email
Apr 1, 2008
12:19 pm
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...
8450 quazi hossain
qzhossain Offline Send Email
Apr 1, 2008
12:19 pm
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 ...
8451 Muthukumar Selvarasu
muthukumar_se Offline Send Email
Apr 1, 2008
12:20 pm
Hi Try this list($username,$domain)=split('@',"muthukumar_se@..."); if(!mycheckdnsrr($domain, 'MX')) { return " - ".$errText."<BR>"; } ...
8452 Sajjad Hossain
msh134 Offline Send Email
Apr 1, 2008
2:53 pm
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@...> ... -- ...
8453 Muthukumar Selvarasu
muthukumar_se Offline Send Email
Apr 1, 2008
2:57 pm
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...
8454 shiplu
ami_shiplu Offline Send Email
Apr 1, 2008
4:49 pm
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...
8455 rania2345 Offline Send Email Apr 2, 2008
2:20 am
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...
8456 A.N.M. Saiful Islam
saiful_iiuc Online Now Send Email
Apr 2, 2008
2:27 am
Dear all Xperts, I want to use a conditional header redirection. The explanation is like bellow: <?php include_once “header.inc” if( CONDITION == TRUE ) { ...
8457 Raquibul Islam
rana_cse_05 Offline Send Email
Apr 2, 2008
4:11 am
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...
8458 Aman (আমান)
aman_aiub Offline Send Email
Apr 2, 2008
9:59 am
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...
8459 Mizanur Rahman
rnslove Offline Send Email
Apr 2, 2008
9:59 am
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...
8460 Aman (আমান)
aman_aiub Offline Send Email
Apr 2, 2008
9:59 am
use output buffering till header redirections. such as: *<?php* *ob_start(); // ADD HERE *include_once "header.inc" if( CONDITION == TRUE ) { echo "RESULT"; } ...
8461 Aman (আমান)
aman_aiub Offline Send Email
Apr 2, 2008
10:00 am
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...
8462 syed rahman
srajib_2003 Offline Send Email
Apr 2, 2008
10:00 am
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...
8463 shiplu
ami_shiplu Offline Send Email
Apr 2, 2008
11:34 am
see the syntax of LIMIT in mysql. that'll explain everything. -- comment on http://talk.cmyweb.net/...
8464 Muktadir Hossain
mkhosn Offline Send Email
Apr 2, 2008
4:09 pm
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...
8465 Ashraf Jahan
adil_177 Offline Send Email
Apr 2, 2008
4:10 pm
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....
8466 Muthukumar Selvarasu
muthukumar_se Offline Send Email
Apr 2, 2008
4:10 pm
Hi, Use <? ob_start(); ?> @ first line of your code. Thanks, Muthukumar Selvarasu, Project Manager (Web Development), Webmasters Ltd. From:...
8467 Bipool
bipooll Offline Send Email
Apr 2, 2008
4:11 pm
You can use mod (%) operation to do this easily Thanks On Wed, Apr 2, 2008 at 10:04 AM, Raquibul Islam <rana_cse_05@...>...
8468 Atikul Islam
aatikulizlam Offline Send Email
Apr 2, 2008
5:31 pm
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...
8469 Aman (আমান)
aman_aiub Offline Send Email
Apr 3, 2008
4:55 am
I think you better use htaccess to tell the apache rewrite .html to .php....
8470 Mamnun Hassan Bhuiyan
mamnun_bhuiyan Offline Send Email
Apr 3, 2008
4:56 am
... In your .htaccess file add the following. "AddHandler application/x-httpd-php .php .html .htm" -Regards Mamnun...
8471 shiplu
ami_shiplu Offline Send Email
Apr 3, 2008
4:57 am
Hello Debug it correctly. Here is a good solution. *<?php* include_once "header.inc" if( CONDITION == TRUE ) { echo "RESULT"; } else { if( CONDITION == TRUE ) ...
8472 Anees
anees_muhd Offline Send Email
Apr 3, 2008
5:03 am
Hi Islam, Check this link http://php.about.com/od/advancedphp/p/html_php.htm Anees Muhammed ... From: Atikul Islam <aatikulizlam@...> To: PHP Expertz...
8473 A.N.M. Saiful Islam
saiful_iiuc Online Now Send Email
Apr 3, 2008
9:47 am
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(...
8474 M. Ashraful Anam
Russell_Anam Offline Send Email
Apr 3, 2008
9:54 am
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...
8475 Rakibul Islam
rubelonline Offline Send Email
Apr 3, 2008
6:01 pm
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...
8476 Atikul Islam
aatikulizlam Offline Send Email
Apr 3, 2008
6:18 pm
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 ...
8477 shiplu
ami_shiplu Offline Send Email
Apr 3, 2008
6:24 pm
Whats in your *$headerFile ?? *...
Messages 8448 - 8477 of 15513   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