[PHP-WEBMASTER] PHP Function suggestion

2016-06-10 Thread Joel D-k
I'm not sure if this is the right place to ask this but, I made a function earlier today that could be useful in the php/mysqli relationship, it takes the database access and query and forms a table using the database table names as the table headers and generates the table of values below it. <> -

Re: [PHP-WEBMASTER] PHP function suggestion

2015-01-27 Thread Derick Rethans
On Tue, 27 Jan 2015, Saba Bijal wrote: > I have one suggestion. Actually now a days there are many calculations > based on fortnight ( 2 weeks or 14 days). So like there are functions > for week, month, etc. so my suggestion is to make some function for > fortnight. Hope you feel that my sugges

[PHP-WEBMASTER] PHP function suggestion

2015-01-27 Thread Saba Bijal
Hello, I have one suggestion. Actually now a days there are many calculations based on fortnight ( 2 weeks or 14 days). So like there are functions for week, month, etc. so my suggestion is to make some function for fortnight. Hope you feel that my suggestion is useful. Hoping for your response.