LOGIC Blog

Get New Updates on ERP Software, advice, lessons and best practices.

LOGIC

Forum Topics Started

Viewing 14 topics - 16 through 29 (of 29 total)

The PHP documentation can be found here, but I think it’s rather lacking. There are no examples of how to use these functions, and few ...

if I call php’s parse_ini_file(“foo.ini”), in what paths does it look for foo.ini ? the include path? the function’s ...

I’ve created a code to change a password. Now it seem contain an error. When I fill in the form to change password, and click save the ...

I wonder if this would be doable ? To insert an array into one field in the database.

For instance I have a title, I want to have that ...

Currently we have a hybrid ASP/PHP setup connecting to a SQL Server 2005 database. But all the query work is done on the client side, ...

This may seem like a daft question, but i was wondering about how to use MVC frameworks on hosted servers.

I am playing about (albeit ...

I’m looking for best practices for performing strict (whitelist) validation/filtering of user-submitted HTML.

Main purpose is to ...

Is there a way to read a module’s configuration ini file?

For example I installed php-eaccelerator (

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ...

To save network traffic I’d like to compress my data. The only trick is that I the client is a c application and the server is php. ...

I seem right now to be embroiled in a debate with another programmer on this project who thinks that views have no merits. He proposes a ...

I’ve always just FTPed files down from sites, edited them and put them back up when creating sites, but feel it’s worth learning ...

I’m considering supporting both Textile and Markdown on a current project. I would prefer not forcing users to choose one or the other. ...

I know that I can do something like

$int = (int)99; //(int) has a maximum or 99
To set the variable $int to an integer and give ...

Viewing 14 topics - 16 through 29 (of 29 total)