* Thus wrote The Digital E ([EMAIL PROTECTED]):
>
> $query="UPDATE $table_name SET company_name='$company',
> first_name='$first_name', last_name='$last_name', address='$address',
> city='$city', state_province='$state', postal_code='$postal',
> office_phone='$office', fax_phone='$fax', email='
Can you send more of the code? I looks good so far.
>>This may be better suited to the MySQL lists, but I'd appreciate it if
>>someone could help. I'm probably just missing something stupid here but
>>have been coding non-stop for a week and need another set of eyes.
>>
>>Here's the line of co
This may sound stupid, but are you actually EXECUTING the query?
$doit = mysql_query($query);
At 12:32 PM 5/30/2004, The Digital E wrote:
This may be better suited to the MySQL lists, but I'd appreciate it if
someone could help. I'm probably just missing something stupid here but
have been coding
This may be better suited to the MySQL lists, but I'd appreciate it if
someone could help. I'm probably just missing something stupid here but
have been coding non-stop for a week and need another set of eyes.
Here's the line of code giving me an issue. I can print all the
variables in the scri
4 matches
Mail list logo