Miscellaneous. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts Miscellaneous scripts for your web site.
Miscellaneous
-
PHP functions
This PHP functions removes portions from a string, given the two delimiters. More options are also given: remove all occurrances, once n-th occurrance, all before the n-th occurrance
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Show Visitor Location on Google Maps
Send visitor's IP address to an API and get geographical latitude and longitude from the API. Show Google Map with marker that shows visitor location.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP in_array function usage
A short article how to use PHP in_array function with arrays. See the description with usage details and reusable code examples below. The details of how to use in_array with normal or multidimensional arrays is also included.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to Count all elements in an array
PHP Count function can count all elements in an array, or properties in an object. Counting an array gives us array kength which is umber of elements it contains.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to get PHP array length
In this tutorial I will show you how to determine the length and / or the size of a PHP array. You will learn the most important methods how to use PHP functions to get length, size and memory used by the array information.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to Create Template Forms for WordPress
This tutorial will guide you through the basics of building from scratch template forms for your WordPress blog. By reading this tutorial you will learn how to verify user data, how to create template forms and how to use them on your WP pages, and will... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP/MySQL RSS Feed
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP validation and verification
This is one the trickiest parts of any application at all. Why is that? Because the developer doesn't control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP Variables, Functions and Classes
PHP holds many types of default variables functions and classes. Here we will look at some of the most commonly used ones.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Create a Visitor Map
Create your very own visitor map with this very helpful tutorial. It`s easy to follow and the end result is great! Display a Google map on your website, pin-pointing exactly where your visitors have visited from. Well worth checking out.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating Clickable Smileys
A simple way to create clickable smileys that you can add to a shoutbox, news system, guesbook or other similar script.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
CSS Style Switcher
Tutorial that explains how to allow your users to select different CSS style sheets (themes)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
List images in a folder with php
After i needed something like this for myself i decided to make a page of rit so that other people who need it can use it too. This little code will basically list every image in a folder using php. You can alter it in every way you can/want.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Parse any string in php withot without any escape character.
This is all about how you can parse any string contant without warroy about escape.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Code Beautifier Example
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I've come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Add multilanguage support to your php site
Easy to setup and implement script, that adds multi language support to your site. The script is based on a single language file, that contains all the translations.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Make your own twitter poster
Using curl, php, and twitters API it's very easy to make your own on-line twitter poster.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Dynamic CSS with PHP
Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Limit Characters From Text
This php script helps you limit displaying characters form you message.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating a BBCode Parser
Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, it's actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose