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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 346 - 376 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
346
hi i am new in php and at my project i am implementing URL rewrite matters . here first i did rewrite a url on this RULE RewriteRule ^(.+)-(.+).php$...
Robarto Piaro
roberto_200593
Offline Send Email
Apr 1, 2006
10:52 am
347
Hi All, Can someone please help me by telling how to integrate SSL(Secure Socket Layer) with PHP.(In uploading and downloading files) Waiting for an early...
Debasish Nayak
nayak_pinku1982
Offline Send Email
Apr 1, 2006
11:24 am
348
Hi, RewriteRule that has greater number of back-references should come first than that with immediate lower numbers. It resolves this kind of problems. So in...
Rupom
rupom_315
Offline Send Email
Apr 1, 2006
11:50 am
349
thanks for reply . actually i already make it by reordering rule in what way you suggest . but i was confuse about that ! still your [L] doest works here ....
roberto_200593
Offline Send Email
Apr 1, 2006
12:51 pm
350
Hi Debasish, Follow this site: http://www.sslassistant.com/ It will help you implement SSL in PHP and Apache. Regards, Rupom Debasish Nayak...
Rupom
rupom_315
Offline Send Email
Apr 2, 2006
4:54 am
351
Well, if you want to access some pages in your website throw SSL only you have to verify if that is the case or not using a simple condition like this: ...
Khaled Al-Shamaa
khaled.alshamaa
Offline Send Email
Apr 2, 2006
8:33 am
352
Ehsan, sorry for my late. this is my problematic code: <?php session_start(); $mok_value = $_SESSION['mok_value']; $t = time(); if(!empty($mok_value)) { $query...
Sujit Roy
sujit_chemistry
Offline Send Email
Apr 2, 2006
9:46 am
353
Hi, What is the best way to get the pagename from: examples: /section/subsection/pagename.php /section/pagename.php /pagename.php $_SERVER['PHP_SELF']; or...
Bob
robert_dehoure
Offline Send Email
Apr 2, 2006
5:18 pm
354
Hi, basename() is the function you need. Say for example, $fullFilePath = "/section/subsection/pagename.php"; $onlyFilename = basename($fullFilePath); echo...
Ehsan Haque
m_e_hq
Offline Send Email
Apr 2, 2006
5:24 pm
355
Thanks Ehsan, That was just what a needed. I've used it before, but just couldn't think of it, or find anything in my notes. Bob E. ... From: Ehsan Haque ...
Bob
robert_dehoure
Offline Send Email
Apr 2, 2006
6:36 pm
356
Hi, The best way to get the pagename,dirname,extention is the PHP function: pathinfo(); an example: <?php $path_parts = pathinfo('/www/htdocs/index.html'); ...
Vitaly Mudrenko
vito_web
Offline Send Email
Apr 3, 2006
3:34 am
357
Hi All, Follow this link to get helped about Video Sreaming Via PHP: http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two ...
Rupom
rupom_315
Offline Send Email
Apr 3, 2006
4:26 am
358
Roberto, It should work. Please check it again. If the problem comes again, please feel free to describe it here. Regards, Rupom roberto_200593...
Rupom
rupom_315
Offline Send Email
Apr 3, 2006
4:30 am
359
Hi Rupom, Thanks for the link. Its very helpful. Thank You Debasish __________________________________________________________ Yahoo! India Matrimony: Find...
Debasish Nayak
nayak_pinku1982
Offline Send Email
Apr 3, 2006
5:27 am
360
hello everybody I have a problem in session When I login in my account, i can able to surf my site as session is live But when i open a new window using...
chirag parikh
ckp21082
Offline Send Email
Apr 3, 2006
5:30 am
361
Hi, Did u started the session by session_start()? I think it's the problem. See my test here. I got the data assigned to sesion in popup page. ... <?php ...
Rupom
rupom_315
Offline Send Email
Apr 3, 2006
6:51 am
362
Hey........... I recently solved my such problem by using this code. <?php session_start(); unset($_SESSION['user_id']); echo "<head>\n"; echo "<meta...
Amdad Murad
mahmurad
Offline Send Email
Apr 3, 2006
10:32 am
363
Hi Vitaly, I'm using basename(); as Ehsan suggested, but it's alway nice to know other options. Thank you. Bob E. ... From: Vitaly Mudrenko To:...
Bob
robert_dehoure
Offline Send Email
Apr 3, 2006
3:20 pm
364
Hello All, I have just came up with the solution for fetching the address book of Yahoo! Account. For demo of it, please visit ...
Ehsan Haque
m_e_hq
Offline Send Email
Apr 3, 2006
4:22 pm
365
Ehsan, Simply great work you did. I appreciate your work. I was trying to get some hints/helpful code from NET on this topic but I did not. Every place I went...
Rupom
rupom_315
Offline Send Email
Apr 4, 2006
4:18 am
366
Dear Mr Ehsan Congratulation !!!!! you did the great job !! i got lots of discussion regarding this problems but no one could provide right solution for...
Stranger
shimul39
Offline Send Email
Apr 4, 2006
5:14 am
367
i need to know how i use credit card in my site if i want to use paypal or others the whats the procedure to use...
shaheen71798
Offline Send Email
Apr 4, 2006
10:54 am
368
i need to know how i use credit card in my site if i want to use paypal or others the whats the procedure to use...
shaheen71798
Offline Send Email
Apr 4, 2006
10:54 am
369
Hi, Get an account in the PayPal Virtual Test Environment called Sandbox (https://www.sandbox.paypal.com). This is bascially called PayPal Developer Central....
Ehsan Haque
m_e_hq
Offline Send Email
Apr 4, 2006
11:40 am
371
Sorry I could not upload the docs to the Files section. I will upload them onto my server and will post a message later today. Thanks and God Bless!! Ehsan ......
Ehsan Haque
m_e_hq
Offline Send Email
Apr 5, 2006
5:30 am
372
Hi... I have uploaded the PayPal Developer Central Documentation. Please download the PDFs from http://phpresource.bdwebwork.com/ . Thanks and God Bless!! ...
Ehsan Haque
m_e_hq
Offline Send Email
Apr 5, 2006
2:40 pm
373
Thanks Ehsan for creating the subdomain of phpResource. From now we will be able to put our important files in this location that will be helpful for the...
Rupom
rupom_315
Offline Send Email
Apr 6, 2006
6:36 am
374
can anybody know a shopping cart free source code which contains front-end in Flash with PHP just like oscommerce,phpshop there is no need that this script...
chirag parikh
ckp21082
Offline Send Email
Apr 6, 2006
7:23 am
375
Hi All, AJAX is great in developing real-time applications. Next generation web applications will be developed greatly with AJAX. But did you think about the...
Rupom
rupom_315
Offline Send Email
Apr 6, 2006
8:55 am
376
hi friends i want a script that will locate a user when he/she will be loged in. is it possible by PHP ? where can i find that locator database? is it free or...
roberto_200593
Offline Send Email
Apr 6, 2006
11:52 am
Messages 346 - 376 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