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
~655 People Reached
Favorite Forums
Favorite Tags
php x 3

3 Posted Topics

Member Avatar for groogruxking40

hi below i am sending you a code in php u can do sooo //Starts of code [code=php]<?php $recipient = 'abc@gmail.com'; $subject='Enquiry Form Records'; $name = stripslashes($_POST['name']); $email = stripslashes($_POST['email']); $email_from =$_POST['email']; $service = stripslashes($_POST['service']); $query = stripslashes($_POST['query']); $phone = stripslashes($_POST['phone']); $ip=$_SERVER['REMOTE_ADDR']; $it=gmdate("H:i:s", time()); $d=gmdate("d-M-Y", time()); $headers .="From: $email_from \r\nMIME-Version: …

Member Avatar for almostbob
0
203
Member Avatar for gingank

$ip=$_SERVER['REMOTE_ADDR']; in php [QUOTE=gingank;893588]I got a question if i write a code to detect IP address can it automatic write down in to the php text field form and send it to the mail function. Can provide the code for more understanding[/QUOTE]

Member Avatar for almostbob
0
125
Member Avatar for zainul.dss

how do i define dynamic array in php like in c or cpp if any body find this pls reply me soon regards zainul

Member Avatar for ShawnCplus
0
327

The End.