Please.
I need to know how to create a modul in php with existing code...? How is the process and why is it good to have a module?
Please help me and explain how to do it please!
/L
I don't understand what you mean by "module". Are you referring to a post-compiled non-web application using PHP? If so, that's impossible to create as PHP is a scripting language, other than that, please clarify with an example or further detail of your need.
Thanx Phil
I would like to take a bit of code and turn it into a module for use in a web application. I've been asked to learn this there i need to be able to give it two parameters. ex. $showsPerRow $Content
I am sorry I still don't understand. Perhaps someone else here can help, I'm not understanding what you mean by "module".
Phil
maybe its a function. takes 2 parameters:
function myweebasta($oi,$you){ //
...too lazy to write any...fine echo $oi." ".$you; } myweebasta("hate","you"); only thing I can think what a module in PHP can be
Or he could mean an extension. However, I've no clue how to make one of those, I suppose a look at the source code would be in order...
or maybe he should start leaning PHP or do a little bit of research before he starts coming to us :glare: