PHP Script Help Needed!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DeanJ
Forum Newbie
Posts: 3
Joined: Tue Dec 16, 2008 8:38 pm

PHP Script Help Needed!

Post by DeanJ »

Trying to debug PHP code someone wrote. Hopefully someone can help. I get this error....

--edited--

Thanks in advance for any help!
Last edited by DeanJ on Wed Dec 17, 2008 8:07 am, edited 1 time in total.
User avatar
dyrathror
Forum Newbie
Posts: 6
Joined: Thu Oct 02, 2008 5:30 am

Re: PHP Script Help Needed!

Post by dyrathror »

Did you create the array $values before referencing it?
I cannot see this in your part of code.

D.
DeanJ
Forum Newbie
Posts: 3
Joined: Tue Dec 16, 2008 8:38 pm

Re: PHP Script Help Needed!

Post by DeanJ »

Here's more of the code. Let me know if you need more info. ;)

-- edited --
Last edited by DeanJ on Wed Dec 17, 2008 8:04 am, edited 1 time in total.
User avatar
phpbaby2009
Forum Commoner
Posts: 31
Joined: Sun Nov 16, 2008 8:20 pm

Re: PHP Script Help Needed!

Post by phpbaby2009 »

i copied what u had there, and it seems to work.
DeanJ
Forum Newbie
Posts: 3
Joined: Tue Dec 16, 2008 8:38 pm

Re: PHP Script Help Needed!

Post by DeanJ »

It may be a PHP version issue. ISP running 4.4.9... script written for 5.2.8.

Thanks!
Post Reply