PHP Scripts

Nam mi nibh, sagittis vel accumsan a, faucibus vitae massa. Suspendisse ut dolor ligula. Pellentesque tempus, est sit

PHP Forum

Nam mi nibh, sagittis vel accumsan a, faucibus vitae massa. Suspendisse ut dolor ligula. Pellentesque tempus, est sit


your psd templates
Do you have a tutorial on what to do with the psd files to convert them to actual web pages? I have ...
Posted by Norman | 0 Replies
How to Remove Copy Right Notice - Front & Back
I have purchased some DEVELOPER scripts .... How do I remove the Copy Right Notice on the Front and ...
Posted by Dave Kulas | 0 Replies
database
Hello,

I have the following error when trying to run the script?

Table 'pollensaho2.phrvacatio...
Posted by p | 0 Replies
need one modification but am getting stuck on how to do it
I'm using the calendar to build for my mom's webpage as a mother's day gift and I used the availabil...
Web developer newbie
photo fetch from a directory where id (in mysql) = $id...

PHP Tutorials

Nam mi nibh, sagittis vel accumsan a, faucibus vitae massa. Suspendisse ut dolor ligula. Pellentesque tempus, est sit


CSS Float Problem
Quite often when designing a web page, we want some elements on the left and some elements on the right. Typically, we would use the CSS float property to create this effect. "float:left;" forces the HTML element to the left side of its container, and "float:right" forces the HTML element to the rig...
Posted in TODO | 1 Responses
jQuery Ajax Form
If your website has some forms, you should consider using Ajax. Ajax allows the user to receive immediate feedback when the submit they form without ever leaving the page. Using Ajax can clutter your JavaScript, so I highly recommend using jQuery's Ajax function, which means you will need the jQuery...
Posted in TODO | 0 Responses
Rounding numbers with MySQL
MySQL has a few great ways to round numbers and each function is good for a specific purpose. CEILING, FLOOR, ROUND, and TRUNCATE are the functions that we will be using in this tutorial. We do not need to create tables for this tutorial because we will just place the numbers in our MySQL statements...
Posted in TODO | 0 Responses
HTML5 Microdata and Rich Snippets
In HTML5, you can use microdata to provide context to your raw data. How are search engines supposed to know who the author of the content is, where your business is located, etc.? All search engines see is raw text because it has no context, but Google is paving the way with rich snippets. Rich Sni...
Posted in TODO | 0 Responses