Script, Tutorial, Free, Learn, In PHP Programming
Latest Content
What Goes in Your Code - 1013 days ago
Many of the code snippets we have shown for accessing databases have included the database name, username, and user password in plain text, as follows: $conn = @new mysqli("localhost", "bob", "secret", "somedb");.
Code Organization - 1013 days ago
Some would argue that any file not directly accessible to the user from the Internet should not find a place in the document root of the web site. For example, if the document root for our message board web site is /home/httpd/messageboard/www , we...
Filtering Even Basic Values - 1013 days ago
HTML form elements have no types associated with them, and most pass strings (which may represent things such as dates, times, or numbers) to the server. Thus, if you have a numeric field, you cannot assume that it was entered as such. Even in...
How to get a site online and have it making money - 1013 days ago
When building and getting a site online you have to think of a number of things. Some of these include the following: 1.What is your site going to be about If you want to get a site online to make money then you need to do some good research before you...
7 things to look for in a URL snipping Service - 1014 days ago
7 things to look for in a URL snipping Service By Charles H Smith URL snipping services are becoming commonplace today. Surfers use them to mask affiliate URLs, shorten very long URL's, even to hide email addresses from spammers and automatic email...











