Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~575 People Reached
Favorite Forums
Favorite Tags
php x 6

3 Posted Topics

Member Avatar for fujilec

[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] …

Member Avatar for fujilec
0
124
Member Avatar for ryy705

[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] …

Member Avatar for ryy705
0
309
Member Avatar for maydhyam

[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 …

Member Avatar for dgreenhouse
0
142

The End.