Category Archives: PHP

Using Regular Expression to find position instead of strpos or stripos in PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure codes Using Regular Expression to find position instead of strpos or stripos in PHP

A simple and direct explanation with example to shows how to retrieve the position or index in a text given a particular string Continue reading

Share
Posted in How-to, PHP | Tagged | Comments Off

Simple Html Dom Fatal error: Call to a member function on a non-object

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure codes programming Simple Html Dom Fatal error: Call to a member function on a non-object

Simple_HTML_DOM class which keep causing Fatal Error with the message call to a member function on a non-object on the method "find" that is causing the script to exit unncessary Continue reading

Share
Posted in How-to, Others, PHP | Tagged , | 7 Comments

How to extract word from a string given a position in php

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml ip tcp enter How to extract word from a string given a position in php

A function to extract word from a string given a position of the wanted text. This is particularly useful when you want to find a particular string is linked to what word in a given text. Continue reading

Share
Posted in How-to, PHP | Tagged | Comments Off

Determine Whether JavaScript Is Enabled/Disabled Via PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml apply encode Determine Whether JavaScript Is Enabled/Disabled Via PHP

An alternative solution for people who want to determine whether a JavaScript is enabled or disabled to run different code on their server scripting language. Continue reading

Share
Posted in How-to, JavaScript, PHP | Tagged | Comments Off

25 PHP Form Validation Snippets

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype keyboard 25 PHP Form Validation Snippets

Developer often search for form validation rule on search engine and the process of doing that is always repeated. Rather than always searching for the exact same solution, we can speed up our development process by eliminating the searching processing with this article where all validation snippets is being demonstrated. Continue reading

Share
Posted in Developer, How-to, Informative, PHP, Techniques, Tips And Tricks, Web Development | Tagged | 14 Comments

Integrate Paypal Express Checkout Solution

ultimate geeks multi tool hammer Integrate Paypal Express Checkout Solution

A simple explanation on Paypal Express Checkout integration that can really assist you during your paypal development Continue reading

Share
Posted in How-to, Others, PHP | Tagged , | 2 Comments

Use PHP To Check Whether Remote URL, Email Or Image Link Exist

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype clothes Use PHP To Check Whether Remote URL, Email Or Image Link Exist

In this article we present different ways to check whether a particular url, email or image link can be verified through PHP. Continue reading

Share
Posted in How-to, PHP | Tagged | 2 Comments

Solutions to Cross-Site Request Forgery Attacks

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype computer Solutions to Cross-Site Request Forgery Attacks

An attack even GMail, Wikipedia and Digg experienced before. Cross-site request forgery attacks which is also known as CSRF, if neglected might caused serious damage to your user accounts. In this article, we talk about CSRF and solutions for both users and developer that can undertake to minimize or eliminate these damage. Continue reading

Share
Posted in Developer, How-to, Informative, PHP, Web Development | Tagged , | 3 Comments