Posts Tagged ‘many thanks’

What is the best Open Source software for adding a ‘members only’ login box/area to my website?

p.s my website is NOT a CMS site like WordPress or Joomla. So I don’t have use of their plug-ins. – Many thanks.

How would you store the html output of a remote php file in a variable?

I want to write a php script that sends an html email – the content of which is supplied by the output of another php file.

Do you know of any way to do this?

Many thanks

How can I begin to design a User Interface? Is there a specific program? What programming language?

I really want to get into this, where can I start? Is there a begineers program in any of this? Or a specific markup/programming language I need to grasp? Many thanks.

What PHP function do you use to get a specific number of items from an array in PHP?

You want to only get the first 5 items from an array, but if there only exists less than 5 items in the array, you still want to get them all.

The result would be an array variable containing at most 5 items.
Is there a single PHP function that can do this? (I want to avoid using any loop or if statement)

Many thanks to you all.