Easy administration on MySQL databases
My website is database driven and I am very tired of manually making queries to my tables in order t
Problem with variable declaration in switch statement
Hello, I am having some trouble assigning a value to a variable inside a switch statement. What I a
Error in SQL Syntax HELP!!!
I have this page:
Code: <?php
session_start();
//connect to server and s
path to include folder
Hi everyone,
When I'm testing locally, I have to add the name of the site folder as part of t
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
What makes a script your own?
If someone finds a login script online, and changes some variable names around and some other minor
Product categories for registration
Dear all,
We are going live with the Supplier registered next week. At standard, the 'sel
rdns with php
I am trying to build a script that will show all of the different domains that are hosted on the sam
Keeping data in form
How can I keep whatever I write in the form?