Re: [PHP] Help with Mod mathematical function

2003-08-14 Thread Groboski, Joshua
> > > Un saludo, Danny > > > > Dean Baldwin > <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> >cc: > 06/08/2003

[PHP] Help with Mod mathematical function

2003-08-07 Thread Dean Baldwin
Hi, I am porting a vb application across to php but have come up against a small problem. The code uses the Mod calculation however I cannot find any Mod in php. The line of code that uses it looks like: Data = (index Mod 16) Anybody have any ideas how I recreate this in php? Both data and index

Re: [PHP] Help with Mod mathematical function

2003-08-07 Thread Jason Wong
On Wednesday 06 August 2003 18:19, Dean Baldwin wrote: > I am porting a vb application across to php but have come up against a > small problem. The code uses the Mod calculation however I cannot find any > Mod in php. The line of code that uses it looks like: > > Data = (index Mod 16) > > Anybody

Re: [PHP] Help with Mod mathematical function

2003-08-06 Thread desa15
cc: 06/08/2003 12:19 Asunto: [PHP] Help with Mod mathemati