Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? 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 2110 - 2139 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2110
File : Code_Contest_Policy.doc Description : Code Contest Policy...
phpresource@yahoogrou...
Send Email
Jun 1, 2007
11:05 am
2111
File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
Send Email
Jun 1, 2007
11:05 am
2112
Hello all, No matter what I want to be a php programmer by end of this year. I need your help. I am doing a short course in IBCS-PRIMAX on Developing Dynamic...
Ziaul Habib
roobon7
Offline Send Email
Jun 3, 2007
11:15 am
2113
Hi, Please help me on this problem . I actually want the below situation. The engine is to handle and serve up different "topic" reviews. So there might be...
Sujoy Dutta
duttasujoy2003
Offline Send Email
Jun 3, 2007
11:16 am
2114
Hi, You can check here http://en.wikipedia.org/wiki/Ringtones how it will works. Can any expert tell me how it will work. Thanks Sujoy...
Sujoy Dutta
duttasujoy2003
Offline Send Email
Jun 3, 2007
11:17 am
2115
Urgently required Full time PHP Developer For American company located in Maadi, required full time PHP Developer with the following qualifications: Min. 2...
Muhammad
jetbraine
Offline Send Email
Jun 4, 2007
9:10 am
2116
Please read and reffer to your friends: http://dihrsl.googlepages.com/...
dihrsl
Offline Send Email
Jun 5, 2007
2:24 am
2117
Hi all, I have an application which creates 10-12 html pages. I want to print all this pages in single one click. i know window.print(); javascript.. but it...
chetanrakesh
Online Now Send Email
Jun 6, 2007
8:40 am
2118
Hello Rakesh, For print you can compose All pages to one page through PHP and then you can Open then page in popup with smaller width and height and after...
Sandesh Doshi
shrellyinus
Offline Send Email
Jun 6, 2007
10:16 am
2119
Hello all, I have 2 positions to be filled for my client. PHP Developer Job title: PHP/Mysql Programmer with 2-3 years experience Description: We are looking...
Kurian Varkey
kurianvarkey
Offline Send Email
Jun 6, 2007
3:51 pm
2120
Hi all, I need a help. How do i make my web page browser compitable? please reply. Need to create different css for different browser? Please give me some...
chetanrakesh
Online Now Send Email
Jun 9, 2007
6:04 pm
2121
For browser Compitable use below in your page for including CSS <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <!--[if IE]> <style...
Sandesh Doshi
shrellyinus
Offline Send Email
Jun 10, 2007
8:15 am
2122
Hi, Can any one tell me which one is best Community script under GPL.. I also want to know that which one is easy to customize and modify. Waiting for your...
Sujoy Dutta
duttasujoy2003
Offline Send Email
Jun 12, 2007
12:09 pm
2123
Hello Friends, Check this article about common tough interview questions: http://www.careercurry.com/article/common-tough-interview-questions And this one on...
sunilbhatia79
Offline Send Email
Jun 12, 2007
5:12 pm
2124
Aassalamualaikum All Most of us heard about the The Chittagong Landslide Tragedy. Can we help them somehow? ...
Tahsin Sayeeda Moon
tahsin_sayeeda
Offline Send Email
Jun 12, 2007
5:16 pm
2125
Dear Brothers, Urgently I am looking for compressed course for Object Oriented Analysis and Design using UML. I need to start as soon as possible. It doesn’t...
Muhammad
jetbraine
Offline Send Email
Jun 13, 2007
12:06 am
2126
hi guyes i have a profile page for every company in my website in the profile page i call it by the ID like this ...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 16, 2007
9:24 pm
2127
Hi, Your problem can be solved by rewritting the URL. Put this line into your ... RewriteRule ^([0-9]+)$ daleel_profile.php?ID=$1 ... (Here I considered the ID...
Rupom
rupom_315
Offline Send Email
Jun 17, 2007
10:01 am
2128
Hi guys i have a problem here but i need to explain it first i have a classified section , and people put classified ads and choose the ad will be on the site...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 17, 2007
11:03 am
2129
Hi... Are there any body who can help me to use Windows Vista and Windows XP in one PC. I have installed Vista and XP in my laptop but I am not getting the...
emran hossain
emperormind
Online Now Send Email
Jun 17, 2007
12:21 pm
2130
Hi experts, I am facing some problem to retrieve url. For example: Someone has given http://www.example.com/clientadmin/home.php in the address bar. I need to...
Surajit Koly
chan_suro
Offline Send Email
Jun 19, 2007
7:46 am
2131
Hello Emran, 1. Partition your hard drive. In Windows XP, using the $50 PartitionMagic or (according to one of our readers) the free GParted Live CD, create a...
Ajay Singh
mostwantedajay
Offline Send Email
Jun 19, 2007
7:48 am
2132
<?php $url = "http://" . $_SERVER[HTTP_HOST] . $_SERVER[PHP_SELF] . "?"; $i = 0; foreach($_GET as $k=>$v) { $url .= $k . "=" . $v; if($i <...
Atif Majid
atif_majid10
Offline Send Email
Jun 19, 2007
8:30 am
2133
Thanks Atif. This is really solve my problem... ============================================...
Surajit Koly
chan_suro
Offline Send Email
Jun 19, 2007
9:27 am
2134
Hi all, I have trouble with import file from mysql to Unicode Text format, currently i used csvdump to import mysql file to csv files format... but my client...
Zimmy F Gurning
nando_gurning
Offline Send Email
Jun 19, 2007
9:28 am
2135
Hi, I want to check the protocol also I want to check the url whether this url is secured or not. that means the url starts with http or https. Please help me ...
Surajit Koly
chan_suro
Offline Send Email
Jun 19, 2007
11:02 am
2136
Hi Try this for protocol $_SERVER['SERVER_PROTOCOL']; Regards Atif ... means the ... [PHP_SELF] . ... home.php<http://www.example.com/clientadmin/home.php>in...
Atif
atif_majid10
Offline Send Email
Jun 19, 2007
11:06 am
2137
Hi, $path = (isset($_SERVER['REQUEST_URI'])) ? $_SERVER['REQUEST_URI'] : @getenv('REQUEST_URI'); if ($path != ''){ $path =...
Kurian Varkey
kurianvarkey
Offline Send Email
Jun 19, 2007
11:25 am
2138
HI Atif, I tried $_SERVER['SERVER_PROTOCOL']. but while i am running the file in browse through https protocol, it is giving HTTP/1.1 and while i am running...
Surajit Koly
chan_suro
Offline Send Email
Jun 20, 2007
7:34 am
2139
Hi Add following in your code. if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { $url = "https://" . "write url here"; } else { $url = "http://" ....
Atif Majid
atif_majid10
Offline Send Email
Jun 20, 2007
8:09 am
Messages 2110 - 2139 of 2744   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