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
~456 People Reached
Favorite Forums
Favorite Tags
php x 6
Member Avatar for fujilec

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
114
Member Avatar for ryy705

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.

Member Avatar for ryy705
0
202
Member Avatar for maydhyam

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...

Member Avatar for dgreenhouse
0
140