On Thu, May 3, 2012 at 4:20 PM, Ethan Rosenberg wrote:
> At 06:47 PM 5/2/2012, Matijn Woudt wrote:
>>
>> On Wed, May 2, 2012 at 11:43 PM, Ethan Rosenberg
>> wrote: > Dear list - > > Sorry for the attachment. Â Here are code snippets
>> --- Ethan, I don't want to sound rude, but it appears to me y
Am 04.05.2012 16:09, schrieb Ethan Rosenberg:
function handle_data()
{
global $cxn;
What does this function? It neither takes any parameters nor returns any
value. And it does not write back anything to its global $cxn. So it is
quite useless and can be deleted.
$query = "select * from I
4 May 2012 15:10
To: php-db-lists.php.net; php-general@lists.php.net
Subject: [PHP-DB] [PHP] PHP & Database Problems -- Code Snippets - Any more
Ideas?
I am sending this again to see if more ideas for solution of this problem
are available.
Ethan
===
Dear list -
Sorry for the attachme
Ethan,
before you get frustrated or feel abandoned, let me *sincerely* try to help:
Here is honestly what I am utterly convinced you need to do to get any where in
the medium/long run:
Break everything down into very small steps. Making web apps is just building
a whole lot of layers/colle
Nor will posting to multiple lists.(Sorry to the rest of you - didn't
realize it until now.)
""Jim Giner"" wrote in message
news:c6.f8.38082.efae3...@pb1.pair.com...
>I don't think posting the same voluminous code is going to generate any
>better responses.
>
> The suggestion to start over and
I don't think posting the same voluminous code is going to generate any
better responses.
The suggestion to start over and make your insert/retrieve queries fool
proof before starting to write some logic into your code was a very good
one. Why don't you work on that so that any requests for he
I am sending this again to see if more ideas for solution of this
problem are available.
Ethan
===
Dear list -
Sorry for the attachment. Here are code snippets ---
GET THE DATA FROM INTAKE3:
function handle_data()
{
global $cxn;
$query = "select * from Intake3 w
At 06:47 PM 5/2/2012, Matijn Woudt wrote:
On Wed, May 2, 2012 at 11:43 PM, Ethan Rosenberg
wrote: > Dear list - > >
Sorry for the attachment. Â Here are code
snippets --- Ethan, I don't want to sound rude,
but it appears to me you don't have any
understanding of what you're doing. It might
On 5/2/2012 4:28 PM, Duken Marga wrote:
But I don't see any attachments in this message.
This was in the first email of this thread.
I can easily extract data from the database. However, if I try to enter
data, it goes into the incorrect record. Following are some screenshots.
The program i
It is a good habbit to write the core code just for inserting/retrieving
data from database. It will reduce much of your code complexity. When you
see your code is working, you can continue to embed it with your visual
front-end or with your filter.
On Thu, May 3, 2012 at 4:43 AM, Ethan Rosenberg
But I don't see any attachments in this message.
On Thu, May 3, 2012 at 2:28 AM, Jim Lucas wrote:
> I do believe attachments are allowed. Looking back, I see that there have
> been messages sent to the list that had odt, php, and ini attachments
>
>
> On 05/02/2012 12:12 PM, Gavin Chalkley wrot
On Wed, May 2, 2012 at 11:43 PM, Ethan Rosenberg wrote:
> Dear list -
>
> Sorry for the attachment. Here are code snippets ---
Ethan,
I don't want to sound rude, but it appears to me you don't have any
understanding of what you're doing. It might help if you understand
what the code is doing...
Dear list -
Sorry for the attachment. Here are code snippets ---
GET THE DATA FROM INTAKE3:
function handle_data()
{
global $cxn;
$query = "select * from Intake3 where 1";
if(isset($_Request['Sex'])&& trim($_POST['Sex']) != '' )
{
if ($_REQUE
Dear Ethan,
It would be useful to see what code you are using.
The syntax is:
UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
The data that you are required to enter is for Intake3. I am assuming that
the only change is the History and/or Phone that you nee
I do believe attachments are allowed. Looking back, I see that there
have been messages sent to the list that had odt, php, and ini attachments
On 05/02/2012 12:12 PM, Gavin Chalkley wrote:
Ethan,
Some coding you are using would be helpful (as far as i am aware attachments
are not support on
have a database
mysql> describe Intake3;
++-+--+-+-+---+
| Field | Type| Null | Key | Default | Extra |
++-+--+-+-+---+
| Site | varchar(6) | NO | PRI | | |
| MedRec | int(6) | NO |
16 matches
Mail list logo