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: 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: … | |
Re: $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] | |
how do i define dynamic array in php like in c or cpp if any body find this pls reply me soon regards zainul |
The End.