No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [QUOTE=fujilec;564529]halo, i am the newbie here. I got sumting to ask regarding the approvement and deletion for my database. I'd created a database, and the database contain data that need approval and delete from the admistrator. I use looping to retrieve all the data. PHP code as shown below: [code] … | |
Re: [QUOTE=ryy705;563915]Hello, I recently the following code on an online tutorial [CODE] <ol> <?php foreach($todo as $item): ?> <li><?=$item?> </li> <?php endforeach;?> </ol> [/CODE] Could someone tell me why the list printed even though the whole thing is not contained within a single php bracket : <?php .... ?>. Thank you.[/QUOTE] … | |
Re: [QUOTE=maydhyam;563951]Hi There, Can anyone explain to me this line of code? What is it used for? etc.. [ICODE]$HTTP_POST_VARS['command'][/ICODE] The text that I saw it in doesn't explain it...[/QUOTE] It's a variable contained in the super global array array $HTTP_POST_VARS for php versions prior to 4.1.0. "command" in this case, is … |
The End.