Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so
Comparing Values
Hi
I'm reading data from a database and this seems to work OK.
Each system has an associat
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
Need help with PHP/MySQL drop down menu
I need help on how I can implement a drop down menu which queries mysql database and output the avai
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
Unable to customise toolbar in FCK
Code: $to = $row_GetID['email_addr'].',sales@mywebaddress.co.uk';
$subject = 'Thank you for you
Alternate messaging
I have 4 strings in MySQL db1
$string1 : Hello
$string2 : Hi
$string3 : Great
$strin
confused between ' ' and " "
there is a php i set:
$begin_date_query = mysql_query( "SELECT SUBDATE(due_date, INTERVAL $d
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