Forum: PHP Sep 12th, 2009 |
| Replies: 0 Views: 759 Better way to find String in PHP ! instead of substring and other php function , This function takes Start and End , and it will return the String in between in another variable ! you can call it... |
Forum: PHP Sep 12th, 2009 |
| Replies: 0 Views: 678 This is CURL Ready function , to use it just call do post if the page you are calling has post variables , or get if it has get variables :) |
Forum: PHP Sep 12th, 2009 |
| Replies: 1 Views: 7,212 This is what I do to accomplish the task of disabling the cache..
The head tag at the end of the document is important!
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META... |
Forum: PHP Sep 12th, 2009 |
| Replies: 1 Views: 2,660 Sablotron is a fast, GPL or MPL licensed XSLT engine fully implemented in C++. It uses the well-known Expat XML parser (included with the source code). It is available at its creator web site : ... |
Forum: PHP Sep 18th, 2008 |
| Replies: 4 Views: 8,492 Actually its not possible , but you could make small trick to solve it , as i did in some projects i was working on :)
first i made hidden inputs in my php file , then in the javascript i... |
Forum: PHP Dec 4th, 2004 |
| Replies: 0 Views: 5,183 hi guys ..
i wanna know how to configure phpmailer .. and using Stmp .. :)
thnx in advance |