In this post I'm trying to set three divs in a row, one to the left, another to the right and another in between The are many ways to do that, one of them is with display: table; and display: table-cell;
No title available
Cosimo Galluzzi
styofa doing anything
almost home
Peter Solarz

★
Xuebing Du
RMH
YOU ARE THE REASON
Lint Roller? I Barely Know Her
he wasn't even looking at me and he found me
Sade Olutola

ellievsbear
Not today Justin

Andulka
🪼

祝日 / Permanent Vacation
"I'm Dorothy Gale from Kansas"

Product Placement
d e v o n
seen from Malaysia

seen from United States
seen from United States
seen from Malaysia

seen from Malaysia
seen from Netherlands
seen from Türkiye

seen from Italy

seen from Hong Kong SAR China
seen from Italy

seen from Netherlands

seen from United States
seen from United Kingdom
seen from Bangladesh
seen from China
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
@iphptutorial-blog
In this post I'm trying to set three divs in a row, one to the left, another to the right and another in between The are many ways to do that, one of them is with display: table; and display: table-cell;
In this post i am going to explain you how to download a file using php code to download any files from web server to local machine (localhost). I have seen many scripts(download scripts) written in php, from simple one liners to useing classes. This download script helps you download files in PHP it works.............
500 - Internal server error. There is a problem with the resource your are looking for, and it cannot be displayed.
I’ve been serching everywhere (website or blogs) on how to Upload zip File and Unzip, and I’ve been noticing lots of searches to the site or blogs looking for this. So I finally figured out how to Upload zip File and Unzip, and am puting my findings here for you.
Sending xml response when a url is hit in php
//
//
View On WordPress
Creating .ZIP file using PHP can be just as simple as creating them on your desktop. PHP’s ZIP class provides all the functionality you need! To make the process a bit faster for you, I’ve coded a simple create_zip function for you to use on your projects.
htaccess 301 redirect url
htaccess 301 redirect url
This Post will explain how to create a .htaccess file to redirect your site one place to another on the web.
A 301 redirection is the most efficient and Search Engine Friendly method for webpage redirection. A 301 HTTP response code is a way of telling search engines that a directory, pages, or entire website has been permanently moved to one place to another place(another URL) on the web.
Read…
View On WordPress
This Post will explain how to create a .htaccess file to redirect your site one place to another on the web.
Php Form Validation
We are going to create a registration form with required input fields. They are as follows: - Salutation - Full Name - Email - Phone - Gender - Website
We have to define some variables that will hold our error messages. Their values have to be cleared every time we reload our page. READ MORE
View On WordPress
What is the best way to validate a credit card in PHP?
What is the best way to validate a credit card in PHP?
I was doing integrating a payment gateway in a PHP application, and decided it would be a good idea to validate credit card numbers using a Luhn Algorithm formula . I looked for existing PHP ones, and found a few.
The Luhn algorithm also known as the modulus 10 or mod 10 algorithm.
The more I found the less I liked any of them. Some of them had bugs and did not work at all. I wrote my own that I…
View On WordPress
I was doing integrating a payment gateway in a PHP application, and decided it would be a good idea to validate credit card numbers using a Luhn Algorithm formula . I looked for existing PHP ones, and found a few.
You can validate using javascript and insert records using php. But, it is much better if you will validate the records with javascript and php. Why? Because javascript validation will be useless when you turn off javascript in your browser, that means, if browser javascript is off, no validations will run and that means the invalid records will be inserted to your database. So it is much better to have a backup php validation.
The popup automatically centers itself in the screen. To adjust this for your popup, open the javascript and css file. You’ll see numbers for the height and width…
The following script will easily allow you to resize images using PHP .
You should check with smtp. That means you have to connect to that email`s smtp server . after connect to smtp server you should write these code..
1. The customer sends their payment information to the merchant’s web site. 2. The merchant web site posts the payment data to the Payment Gateway. 3. The Payment Gateway responds immediately with the results of the transactions. 4. The merchant web site displays the appropriate message to the customer.