Search found 6 matches
- Thu Feb 09, 2012 6:43 am
- Forum: PHP - Code
- Topic: Problem with Email Sending
- Replies: 10
- Views: 2565
Re: Problem with Email Sending
its ok my friend ...............
- Thu Feb 09, 2012 4:49 am
- Forum: PHP - Code
- Topic: Problem with Email Sending
- Replies: 10
- Views: 2565
Re: Problem with Email Sending
hi upload the code to server ... in locahost it wont provide the permissions to send the mail.. but once you upload to server it can provide the permissions to send the mail.. i tested the same code in online ( after uploading to server ) its working fine.. just you upload the code to server and tes...
- Thu Feb 09, 2012 1:49 am
- Forum: PHP - Code
- Topic: Problem with Email Sending
- Replies: 10
- Views: 2565
Re: Problem with Email Sending
<?PHP if(isset($_POST['Submit1'])) {$Email=$_POST['Email']; $Comments=$_POST['Comments']; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: madeeha.rehman5@gmail.com' . "\r\n"; if(mail('suresh...
- Thu Feb 09, 2012 1:27 am
- Forum: PHP - Code
- Topic: Problem with Email Sending
- Replies: 10
- Views: 2565
Re: Problem with Email Sending
<?php include('includes/connection.php'); if(isset($_POST['Submit'])) { $comments=$_POST['comments']; $to = $_POST['email']; $from='yourmailname@gmail.com'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'F...
- Thu Feb 09, 2012 1:09 am
- Forum: PHP - Code
- Topic: Dynamic URL Redirecting
- Replies: 3
- Views: 851
Re: Dynamic URL Redirecting
so are you keeping the student_id in SESSION when you are login ( i mean in the login page.....) can you show me the your login page source code so that i can help you betterly
- Thu Feb 09, 2012 12:58 am
- Forum: PHP - Code
- Topic: htaccess url rewriting
- Replies: 0
- Views: 1311
htaccess url rewriting
hi ..
i am having the url like this
http://www.mydomain.com/category.php?ca ... e=products
and i need to rewrite this one as (above URL)
http://www.mydomain.com/category.php/products
but i need to send the category_id and category_name values to the redirected page too
i am having the url like this
http://www.mydomain.com/category.php?ca ... e=products
and i need to rewrite this one as (above URL)
http://www.mydomain.com/category.php/products
but i need to send the category_id and category_name values to the redirected page too