Blogs about: Phpmysql

Featured Blog

Tools: Damn Vulnerable Web App2 comments

jameslovecomputers wrote 1 week ago: Hello, The article you are looking for has been moved here.   Regards, James … more →

Tags: DVWA, window, FTP, SQL Injection, Penetration Testing, Tomcat, film, SMTP, Damn Vulnerable Web App

Compare dates with PHP

vipulrai wrote 2 weeks ago: <?php $exp_date = “2013-5-6″; $todays_date = date(“Y-m-d”); $today = strt … more →

Tags: date comaparison in php, check expiry date in php, compare two date in php

Autocomplete Using Ajax and PHP

sagarsingh wrote 1 month ago: An autocomplete text or search box can implemented using ajax and PHP. A simple example has been dem … more →

Tags: AJAX

Adding days or months or years to date in PHP

sagarsingh wrote 2 months ago: Adding days,months,weeks or years to a date can be done in PHP using the date and strtotime function … more →

Tangent

Wineblood wrote 3 months ago: It’s update time again and I’ve done nothing at all. I’ve also done a tremendous a … more →

Tags: coding, php

WAMP Stack here I come

Michael Millar wrote 4 months ago: I’ve been doing a lot of PHP/MySQL development of late and recently have gone from the frustra … more →

Tags: php, mysql

Use two mysql database in same server

vipulrai wrote 5 months ago: If you have 2 mysql database in same server, and want to use both database in same PHP page, you hav … more →

Create Counter for Your Web Site which shows total number of visit to the site using Php and Mysql1 comment

Palak Mevada wrote 5 months ago: Hi there, Today i am going to explain you about how to create your own site counter which shows you … more →

Tags: PHP and MySQL, php, Setting Up A Database, HTML, w3schools, Wamp Installation, Counter, Visitors

Rockers Technologies – The Latest buzz In The World Of PHP Development Services | PRLog

webdevilcoder wrote 6 months ago: Rockers Technologies – The Latest buzz In The World Of PHP Development Services | PRLog. Rockers Tec … more →

Tags: php

How to connect PHP and MySQL

raffynur wrote 6 months ago: I made it as simple as possible so feel free to edit this code: <!DOCTYPE html> <html> … more →

Tags: Virtual help, how to show data in a table in PHP/MySQL

Project Euler problem-48 last 10 digits in 1^1 + 2^2 + 3^3 + ........ + 1000^1000?

webdevilcoder wrote 7 months ago: This is the solution to problem 48 of project euler: LANGUAGE USED: PHP <?php $str = ‘ … more →

Tags: php, Programming, project euler

I AM A PHP GOD!!

LRDonDMT wrote 8 months ago: Alright, so yesterday I tried to pull a random record from my phpMySQL, then diplay it in an HTML pa … more →

Tags: Technologies, mysql, Research, php, Tutorial, Task, displaying SQL records

Generating Images using PHP

webdevilcoder wrote 8 months ago: The four basic steps in creating an image in PHP are- Creating a canvas image on which to work. Draw … more →

Tags: php, Portable Network Graphics, Programming, Graphics, height, width

PHP and Artificial Intelligence1 comment

webdevilcoder wrote 8 months ago: AIML also known as Artificial Intelligence Markup Language teaches the bot how to think. For PHP use … more →

Tags: technology

[Short path] Setting web server pada ubuntu2 comments

aldochristian wrote 8 months ago: Code: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install mysql-server sudo … more →

Tags: Tips & Trick, Tutorial, Tips, Share, Linux, Tips Linux, php, Web development, ubuntu

Why MySQL?

Taso's Place wrote 8 months ago: Considered the best and most popular open source database available today, MySQL is very reliable, c … more →

Tags: web design, Web development, web design and development, winter park tech, mysql

A Bit About PHP: Hypertext Preprocessor

Taso's Place wrote 8 months ago: PHP stands for “PHP: Hypertext Preprocessor”, a widely used tool for making interactive and dynamic … more →

Tags: web design, php, myql, PHP:Hypertext Preprocessor, Hypertext

Best B2B/B2C PHP Portal Script1 comment

Peoples Innovation wrote 9 months ago: Alibabascripts is one of the most powerful PHP B2B Script to run your own online B2B Portal Site. Ou … more →

Tags: web design, Web development, web-services, alibaba clone, alibaba clone script, alibaba script, Auctions, b2b marketplace, B2b Script

4 digit random number in php

vipulrai wrote 10 months ago: function rnum($n=5) { return rand(0, pow(10, $n)); } //Use ——–> echo rnum(); ga … more →


Related Tags
All →

Follow this tag via RSS