NEVERMIND.
Solved it.
Thanks!!!
A
> Hi all,
>
> Just wondering how one would do multiple rows?
>
> Instead of me me copying and pasting the same row of code 15 times
> (multiple data entry form), I just loop until it counts 15?
>
> Loops are not a strong point for me at all :(
>
> Thanks in adv
Hi all,
Just wondering how one would do multiple rows?
Instead of me me copying and pasting the same row of code 15 times
(multiple data entry form), I just loop until it counts 15?
Loops are not a strong point for me at all :(
Thanks in advance!!!
Aaron
--
PHP General Mailing List (http://w
It's open because if I remove the mysql_error(); and change the value for
$code it will insert.
A
> Did you remember to open the database connection?
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, October 11, 2005 1:34 PM
>> To: Dan McCu
This SHOULD error out but I'm getting the error instead.
It's just a test page to test my logic...
A
> got some code so we can see?
>
> On 10/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Thanks everyone. Makes sense. Now I got another issue.
>>
>> When I try to see if an error exists
Thanks everyone. Makes sense. Now I got another issue.
When I try to see if an error exists I get this:
Warning: mysql_error(): supplied argument is not a valid MySQL-Link
resource in /home//public_html/Store/test.php on line 14
Is there a setting somewhere that I need to set to make sur
Hi Richard,
Ok... I do already have a Unique index on the column but this process is
something that I cannot echo out the error code to the user. The code is
generated on the fly when an order an is placed so you can see... I can't
echo out the error to the customer.
Can I do an if statement IF a
Hey guys,
Having trouble coming up with a solution to this idea I am trying to
implement.
I have a "Coupon" table.
I am creating radonly generated coupon codes that go into this table. 12
chars in length - both number and letters - all lowercase.
I figure I need to do the following:
1) generat
transaction.
I would assume the following:
if (2005-09-30 00:00:00 > 2005-10-07 00:00:00)
it should error out, no?
Thanks!
Aaron
> Hi aaronjw,
>
> Start with the obvious - what actually IS the value of
> $discountResult["dateexpired"]? var_dump it out and have a look.
I am confused... probably because of lack of sleep.
Anyway... I have code that looks like this:
if ($discountResult["dateexpired"] > date("U"))
{
//dosomething
}
else
{
//do something else
}
Using Epoch obviously
Anyway... it's supposed to read: IF the expired date is past the curre
Hey,
Using an API for an Ecomemrce app. Wondering how I can ensure I have
access to port 443 and that it's open?
Thanks!
A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey all,
Does anyone have any recomendations for a GOOD PHP Form Processor software?
Kind of in a bind and don't want to reinvent the wheel if I don't have to.
Sorry for thr O/T.
TIA!
A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey guys,
Sorry for the OT but I'm having difficulty with this.
Client wants us to develop an event registration system for their company
(multiple events) with the ability to accept credit card payments.
Just wondering if there is a PHP solution already available - paid or
opensource - that som
> There is not going to be 1 easy solution that you can just magically tie
> in
> to your existing design. No matter what solution you chose, you are going
> to
> have to hack around to get it all working (any pre-written script). If it
> "DOES" everything you need, then you are not going to get a
> "John Nichel" <[EMAIL PROTECTED]> wrote:
> http://www.x-cart.com/
Yeah, I downloaded this to play aorund with it.
My problem is I am not that great at working with template engines/system.
I don't know where the f#!@ to change anything and the documentation isn't
all that self explanatory.
>
Sorry for the OT guys but I really need some advice.
I've just started a new company with a friend/associate of mine where we
will be selling about 5 products for now.
Obviously, I don't require a major front-end but I do require excellent
functionality for the back-end. Order Management, export
15 matches
Mail list logo