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$...
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...
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...
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 ....
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: ...
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...
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...
Hi, basename() is the function you need. Say for example, $fullFilePath = "/section/subsection/pagename.php"; $onlyFilename = basename($fullFilePath); echo...
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 ...
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'); ...
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 ...
Hi Rupom, Thanks for the link. Its very helpful. Thank You Debasish __________________________________________________________ Yahoo! India Matrimony: Find...
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...
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 ...
Hey........... I recently solved my such problem by using this code. <?php session_start(); unset($_SESSION['user_id']); echo "<head>\n"; echo "<meta...
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...
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...
Hi, Get an account in the PayPal Virtual Test Environment called Sandbox (https://www.sandbox.paypal.com). This is bascially called PayPal Developer Central....
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 ......
Hi... I have uploaded the PayPal Developer Central Documentation. Please download the PDFs from http://phpresource.bdwebwork.com/ . Thanks and God Bless!! ...
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...
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...
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...
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...