Author Topic: Hey all  (Read 265 times)

0 Members and 1 Guest are viewing this topic.

Offline xploitTopic starter

  • Irregular
  • Posts: 0
    • View Profile
Hey all
« on: April 08, 2010, 07:10:06 AM »
Just started with PHP sites, currently trying to modify a PHP script in wordpress to remove a sidebar

(its not going too well!)

Still, look forward to learning stuff here :)

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
Re: Hey all
« Reply #1 on: April 15, 2010, 03:08:50 AM »
Hi.
Welcome to the forums.
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}