Search found 15 matches

by rameshmrgn
Mon Apr 02, 2007 2:06 am
Forum: PHP - Code
Topic: Email Delivery Failures .
Replies: 6
Views: 808

hi

could u help me write script to pick up the bounced emails though?
by rameshmrgn
Mon Mar 26, 2007 2:01 am
Forum: PHP - Code
Topic: Email Delivery Failures .
Replies: 6
Views: 808

hi

Thanks for your timely reply....

i would like to update my database automaticaly while Mail failure delivery acquire instead of sending failure mail status to some other Email ID...

is it possible?
by rameshmrgn
Mon Mar 26, 2007 12:22 am
Forum: PHP - Code
Topic: PHP Problem involving Drop Down Menus and Updating SQL
Replies: 4
Views: 765

hi

have u closed the <form> tag in "AddNewStockItem.php" .... ?
by rameshmrgn
Mon Mar 26, 2007 12:13 am
Forum: PHP - Code
Topic: Email Delivery Failures .
Replies: 6
Views: 808

Email Delivery Failures .

Hi all,

Is it, possible to detect Email Delivery Fialures from our server side Script?

I want to count the No. of failure deliveries for a particular Email ID.

Any one plz....


Smiles,
Ramesh Muru.
by rameshmrgn
Fri Nov 24, 2006 12:15 am
Forum: PHP - Security
Topic: control file downloads through apache
Replies: 3
Views: 1802

control file downloads through apache

Is it possible to control file downloads in apache?

how to do?


Smiles,
Ramesh Mu
by rameshmrgn
Thu Nov 16, 2006 2:35 am
Forum: PHP - Security
Topic: back button and session id
Replies: 11
Views: 4024

R u destroying the session while logout?

using session_destroy() function...
by rameshmrgn
Thu Nov 16, 2006 12:53 am
Forum: Installation and Configuration
Topic: Convert PDF into Image Files
Replies: 5
Views: 1541

How to get the Number of pages in the PDF using PHP?
by rameshmrgn
Wed Nov 15, 2006 6:06 am
Forum: PHP - Security
Topic: back button and session id
Replies: 11
Views: 4024

Have a common function which should check for session like,

function check_session_user(){
if(!isset($_SESSION['sessuser']))
header("location: login.php");
}

call this function on the top of each page.

it wil let u to login page, if the session is destroyed
by rameshmrgn
Wed Nov 15, 2006 5:59 am
Forum: Installation and Configuration
Topic: Convert PDF into Image Files
Replies: 5
Views: 1541

how to use converter from PHP

hi,

how to use the `converter` from PHP?
by rameshmrgn
Wed Nov 15, 2006 5:45 am
Forum: Installation and Configuration
Topic: Convert PDF into Image Files
Replies: 5
Views: 1541

Convert PDF into Image Files

hi all,

i have a PDF file,.

i would like to convert that pdf file into image files.

Each page should be converted into an image.

Kindly, help me. 8)

Smiles,
Ramesh Mu.
by rameshmrgn
Tue Oct 31, 2006 11:48 pm
Forum: Installation and Configuration
Topic: URL Rewriting
Replies: 12
Views: 3035

Thanks

Thanks to all for ur kind reply
by rameshmrgn
Mon Oct 30, 2006 4:42 am
Forum: Installation and Configuration
Topic: URL Rewriting
Replies: 12
Views: 3035

URL Rewriting

hi all,

i am new to URL rewritng.

i would like to rewrite my http://localhost into http://www.test.com.

Is it possible? how to do that?

Thanks & Smiles,
RamE
by rameshmrgn
Wed Jul 05, 2006 7:01 am
Forum: PHP - Code
Topic: How does yahoo! news updates their news every sec? php?
Replies: 7
Views: 998

They May use RSS feed
by rameshmrgn
Wed Jul 05, 2006 6:25 am
Forum: PHP - Code
Topic: Can anybody tell me about ....
Replies: 5
Views: 1562

Pimptastic | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi,...
by rameshmrgn
Wed Jul 05, 2006 3:58 am
Forum: PHP - Code
Topic: how can i automate maintainence of xml files
Replies: 5
Views: 659

you can use just read & write file operations.

Then you can run the same file automatically within a time period.

To run it automatically, u should use crontab availble in unix or linux...