Most Popular Scripts | PHP | Tutorials & Tips
Secret.ly DIY Tutorail
posted byDMichael11inTutorials & Tips
This book guides you in creating a world class confessions mobile app like Secret for Android.
Reviews0
PriceUSD 49.00
Views425
About.me DIY Tutorial
posted byDMichael11inTutorials & Tips
This book takes you through all the things you need to create a site like about.me with detailed information on MySQL, LARAVEL framework and PHP tutorials.
Reviews0
PriceUSD 49.00
Views466
A powerful & Practical Apple swift tutorial
posted byDMichael11inTutorials & Tips
The Author handhelds & takes you to create an end-to-end world class app like FlappyBird, 2048 & Tetris for iOS using the latest Swift programming language.
Reviews0
PriceUSD 49.00
Views427
Yelp - DIY Tutorial
posted byDMichael11inTutorials & Tips
The Author hand helds & takes you to create an end-to-end world class site like YELP.COM using PHP, MySQL on the LARAVEL framework.
Reviews0
PriceUSD 49.00
Views463
Learn developing apps for Oculus Rift
posted byDMichael11inTutorials & Tips
You learn everything about the Oculus rift with a practical approach of developing an app in real time.
Reviews0
PriceUSD 49.00
Views471
PHP SMS from website
posted byszurcsiiinDevelopment
You can use the SMS to send service alerts (send message to your registered customers about blackFriday, cyberMonday sales), verifications (security codes for log-in), reminders (about the closing deadline for your colleauges, last minute promotions). If you have a webshop, you can send receipts or if you are a retailer you can surprise your visiting consumers with an SMS what hides a coupon for a personalised daily sale not to mention about the graphic messages.
To integrate an SMS functionality to your website,all you have to do is to follow 4 easy and quick steps.
• Step 1 –Install Ozeki NG SMS Gateway to your computer.
You can download and try the trial version for free.
• Step 2 – Create a HTML form for sending text messages.
To get this solution working you have to follow the guide in the website and save the sendsms.html file to your webserver.
• Step 3 – Create your PHP SMS Script
Reviews0
PriceEUR 590.00
Views943
Getting RGB from Hexadecimal Colors
posted byhamdusainMiscellaneous
When working with CSS, it is common to use Hexadecimal Notation of colors, while on the back end, many PHP functions (like imagecolorallocate, imagecolorclosest, imagecolorexact etc, require that you pass on colors as red, green and blue
integers. This function can be helpful if you need to convert hexadecimal color literal to red, green and blue int values for use elsewhere. This function accepts hex, converts to RGB and stores the respective color values in $red, $green and $blue variables passed by reference.
Reviews0
PriceFree
Views683
Symfony 2 Access Denied Listener
We describe a very common situation in Symfony 2 - you have a user type that is not allowed to access certain pages. By default, an access denied exception is thrown - with this tutorial, we describe how to simply redirect the user with a pleasant flash message.
Reviews0
PriceFree
Views558
How to generate a month's calendar using PHP
posted bytiposaurusinDate & Time
This tutorial for beginners to PHP explains how to generate a calendar for a particular month which you can then include in your website
Reviews0
PriceFree
Views1105
How to raise a number to the power of another number in PHP
posted bytiposaurusinIntroduction to PHP
This tutorial for beginners to PHP explains how to raise a number to the power of another using PHP. This will allow you to calculate a number squared, cubed, to the power of 4, etc.
Reviews0
PriceFree
Views1002
How to take the root of a number in PHP
posted bytiposaurusinIntroduction to PHP
This tutorial, aimed at beginners, explains how to take the square root, cube root, or higher root, of a number using PHP.
Reviews0
PriceFree
Views958
How to use PHP in pages without a .php extension
posted bytiposaurusinIntroduction to PHP
A tutorial explaining how you can use php code in files which don't have a .php extension if your server supports it.
Reviews0
PriceFree
Views1012
The difference between require and include in PHP
posted bytiposaurusinIntroduction to PHP
This tutorial explains the differences between require() and include() in PHP with examples, and explains when you should use each of them.
Reviews0
PriceFree
Views1039
How to Create an AJAX Drop Down Menu with PHP and MySQL
posted byJeremyMorganinDatabase-Related
A quick tutorial to show how you can make interactive AJAX dropdown menus that are database driven.
Reviews0
PriceFree
Views770
Find the Current URL using PHP
posted bytiposaurusinIntroduction to PHP
This tutorial for PHP beginners explains how to find the different parts which form the current URL of a webpage, and display them or use them in your scripts.
Reviews0
PriceFree
Views1098
Using the Query String in PHP
posted bytiposaurusinIntroduction to PHP
The query string is a great way to input information into your PHP scripts. This tutorial for beginners will show you how to pass variables to a PHP page using the query string, and how to access them from that page.
Reviews0
PriceFree
Views1010
Find a visitor's IP address
posted bytiposaurusinIntroduction to PHP
For PHP beginners, this tutorial shows how to view the IP address of a visitor to your site. It also describes how to find the visitor's real IP address, if they are using a proxy.
Reviews0
PriceFree
Views1161
SQL tutorial, aggregations
posted byKamil_MoscickiinDatabase-Related
SQL tutorial video presents the use of aggregate functions: MIN, MAX, AVG, SUM, COUNT, DISTINCT. Free lesson with practical examples describe how to group data using GROUP BY and HAVING clauses.
Reviews0
PriceFree
Views574
MongoDB tutorial, introduction to NoSQL
posted byKamil_MoscickiinDatabase-Related
MongoDB is an open source NoSQL database system. Tutorial presents introduction to MongoDB. Free lesson describe how to use document-oriented database system: how to insert, select, update and delete data, use Set and Unset operators.
Reviews0
PriceFree
Views786
PHP functions
posted byzandorinMiscellaneous
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
Reviews0
PriceFree
Views560