Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

phpexperts

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 10089 - 10118 of 15662   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10089 9el
ghazilenin Send Email
Nov 1, 2008
7:30 am
... share it ... arguments. So you ... strings ... PHP. I * ... arguments method. ... going over ... you are ... than there ... instead of ... 16, 17, ... ...
10090 Syed Rajib Rahman
srajib_2003 Send Email
Nov 1, 2008
8:42 am
Hi Experts....   i want to send cat_id through model  function get_submenu($num, $offset) but only 2 parameter available in this function.            ...
10091 Arafat Rahman
opurahman Send Email
Nov 1, 2008
8:46 am
Not clear your problem. You may easily edit the function signature and pass category id to the function of the model. function get_submenu($num, $offset,...
10092 Syed Rajib Rahman
srajib_2003 Send Email
Nov 1, 2008
5:09 pm
Dear Arafat, Thanks for ur reply. Actually i want to know ..how i can get $cat_id and post it to get_submenu model... cause i am fetching this $id from my...
10093 Omi Azad
omiazad Send Email
Nov 1, 2008
8:35 pm
Hello All As you may know that I have a great feelings on Ubuntu Linux Desktop operating system. With my friend Hasin Hayder's <http://hasinhayder.net> ...
10094 Jim Byrnes
jfbmwcinet Send Email
Nov 2, 2008
6:08 pm
I am using the PEAR package HTML_QuickForm for a small project of mine and cannot figure out how to add text to a textarea from within my script. Eventually I...
10095 Watson L
phpmks Send Email
Nov 3, 2008
2:58 am
Dear all, I tried to save form to a dat file but the varible that I use is always empty. Here is the Scripn: <html> <head> <title>Guest Book</title> </head> ...
10096 Tushar Saha
tusharcsebd Send Email
Nov 3, 2008
3:30 am
U can try this code <?php if($_REQUEST['save&#39;] != '') { extract($_POST); if (empty($nam) or empty ($email)) { print("Please fill name, email, and comment"); ...
10097 Watson L
phpmks Send Email
Nov 3, 2008
3:57 am
It's done now. Thank you very much. extract ($_POST) is the statement to make on register_global ? Best Regards, Son Tushar Saha <tusharcsebd@...> wrote:...
10098 birgunj birgunj
birgunjp0071 Send Email
Nov 3, 2008
3:57 am
i want to fill the pdf form field with php script.for this i created the fdf document which fill the pdf form filed. but i want to open the fill pdf form field...
10099 gangadhar prasad
ngprasad16 Send Email
Nov 3, 2008
3:31 pm
Hi Experts, How to get Video file properties in php? Thanks, Gangadhar. Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
10100 gangadhar prasad
ngprasad16 Send Email
Nov 3, 2008
4:54 pm
Hi Experts, How to create secure login page in php without using SSL certificate? Thanks, Gangadhar. Add more friends to your messenger and enjoy! Go to...
10101 Glenn Wichman
oevertygad Send Email
Nov 3, 2008
6:28 pm
Secure in what way? In order for a site to be accessed via https, an SSL certificate is necessary. If you just want to obfuscate username/password information...
10102 sean_zephyr Send Email Nov 4, 2008
3:07 am
Hello Everyone, Zephyr, which has revolutionized the IT scene, is now making quite a stir with the release of Zephyr 2.0 <http://www.getzephyr.com/> , which ...
10103 ngprasad16 Send Email Nov 4, 2008
3:08 am
Hi Experts, How to retrieve information about the media file, such as duration, bitrate , framerate... using PHP or Javascript? Thanks, Gangadhar...
10104 kalai selvi
kalaikalki6484@... Send Email
Nov 4, 2008
6:23 am
hi all,       I am new to cake php.so could yuo help me how to use the framework.send me the brief.where to download the frameworkalso how to do the project...
10105 ziaul haq
zia_112 Send Email
Nov 4, 2008
1:18 pm
You can download it from cakephp site. And will get an initial manual in cakephp document area. Keep continue, best of luck thnks zia ...
10106 M. Arifur Rahman
ron_frnd Send Email
Nov 4, 2008
1:18 pm
Anybody has ne idea how to get the information of deleted domains expired in last 7 days and/or else ?!...
10107 Rubayeet Islam
rubayat2003 Send Email
Nov 4, 2008
2:22 pm
Hello, After I create a file using fwrite() method, the file permission mask is set to something other than what I need it to be. Is there anyway that I can...
10108 Saidur Rahman
rana_0036 Send Email
Nov 4, 2008
2:30 pm
Few days ago I have discussed Openbravo POS systen intregation with MySql. Today I will discuss How to built OpenbravoPOS after modification logo, image etc. ...
10109 ssdtanay Send Email Nov 4, 2008
2:31 pm
Please help me with this issue. I am trying to install a Bangla script to SMF forum. This is what it is going to look like after it is done- ...
10110 shiplu
ami_shiplu Send Email
Nov 4, 2008
3:16 pm
fwrite has no umask option. what function you are using for masking?? who is running the php file?? is it apache as a module or from cli? -- A K M Mokaddim ...
10111 saiful Lastname
ulta_palta420 Send Email
Nov 4, 2008
3:28 pm
Hi! I would like to invite you to visit MyDailyFlog and see my latest photos. Check out: http://www.mydailyflog.com/go/invite_register/mashuk007/2211352 ...
10112 shiplu
ami_shiplu Send Email
Nov 4, 2008
3:57 pm
Hello, May be this is my thread in phpexperts. I thought Its necessary so I started this thread. Okay. Lets come to the point. You got a problem in your code....
10113 ssdtanay Send Email Nov 4, 2008
5:49 pm
Yeah I think this are common sense because if you don't provide with the code, then they can't help quickly. They will ask you back for the code and this will...
10114 Rubayeet Islam
rubayat2003 Send Email
Nov 5, 2008
4:23 am
I usually perform file/directory permission masking by running chmod command in exec() function. So *httpd* becomes the owner of the file. I was wondering if...
10115 MUTAHERUL ISLAM ( BAB...
babu747d Send Email
Nov 5, 2008
4:37 am
Hi   I am facing problem to host MY CodeIgniter project to godaddy Hosting server.   it can't show the pages . I use AUTO URI . $config['uri_protocol&#39;] =...
10116 Arafat Rahman
opurahman Send Email
Nov 5, 2008
4:46 am
Hi Babu, I also faced some difficulties in CI with Go Daddy hosting. At last I had to contact Go Daddy for the solution. Arafat Rahman http://arafatbd.net...
10117 Sajjad Hossain
msh134 Send Email
Nov 5, 2008
5:00 am
Hi,I faced this type of issue with GoDaddy server. Then, I followed a solution from the web (I forgot the reference). Try removing '&' (used for reference)...
10118 9el
ghazilenin Send Email
Nov 5, 2008
8:37 am
... A good idea is to use www.godaddy.com for this purpose...
Messages 10089 - 10118 of 15662   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