PHP Mysql Staff Induction System
Hi there, I'm pretty new to PHP and Mysql so could really do with being pointed in the right directi
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, ho
Request for tunning the below query
Hi,
Can any one help me on the below query while improving the performance,
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in.
Moderator
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
Where am I going wrong
Been trying to work this out for hours
I have two tables called 'Genres' and 'Films'. Genre
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see