|
Posted by Jerry Stuckle on 08/18/06 12:09
gavino wrote:
> if you can tell me why this php3 app is failing on php 4,3,9
>
> (21:13:31) gavinhopeful: can someone take a peek at this code?
> http://hashphp.org/pastebin.php?format=plain&pid=8178
> (21:13:42) gavinhopeful: this function is php3 and is buggering me on
> php 4.3.9
> (21:13:47) gavinhopeful: 13G log
> (21:15:09) gavinhopeful:
> http://hashphp.org/pastebin.php?format=plain&pid=8179
> (21:15:26) gavinhopeful: is log error
> (21:16:05) tdd19842: any one every built a shopping cart? I don't know
> how I'm gonna do this, but I am buildling a shopping cart for
> classified ads, and they can pay for 7 days, or 30 days, but I don't
> know how I'm gonna get the ads to delete after 7 days, and 30 days?
> (21:16:09) gavinhopeful: line 199 is $txt =
> substr($row['problem'],0,20);
> (21:16:17) gavinhopeful: is anyone awake?
>
sid is neither a variable nor a string; 'sid' is. The correct code
would be $currow['sid'].
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|