on/KBE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 5:06 PM
Subject: [PHP] ucwords() usage QUICKIE
> Hi All,
>
> I am trying to figure out how to use ucwords here :
> if (submit)
> $db = mysql_connect($dbhost,$dbuname,$dbpass);
>
DNK> I am trying to figure out how to use ucwords here :
DNK> if (submit)
DNK> $db = mysql_connect($dbhost,$dbuname,$dbpass);
DNK> mysql_select_db($dbname,$db);
DNK> ucwords($sql) < Is this correct ?
DNK> $sql = "INSERT INTO $prefix";
DNK> $sql .=
Looks like it, but you're missing the semi-colon at the end of the line.
> -Original Message-
> From: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 14, 2002 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] ucwords() usage QUICKIE
>
>
>
Hi All,
I am trying to figure out how to use ucwords here :
if (submit)
$db = mysql_connect($dbhost,$dbuname,$dbpass);
mysql_select_db($dbname,$db);
ucwords($sql) < Is this correct ?
$sql = "INSERT INTO $prefix";
$sql .= "(first, last, email, com
4 matches
Mail list logo