Sponsored Content
Top Forums UNIX for Dummies Questions & Answers what scripting language to use Post 77152 by d11wtq on Tuesday 5th of July 2005 07:54:00 AM
Old 07-05-2005
I strongly advise you use PHP. It's much easier to work with if you use SAPI on your web server.

I can help you with this if you need (I made a similar script myself...).
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Scripting language for system admin

Am trying to learn a scripting language to automate mundane system admin tasks. Being a Novice, Just trying to understand, which language would be easier to learn and one for all types. i.e Perl or Shell scripting. Which of these would be good for a system admin, Database admin ?? pls. post... (2 Replies)
Discussion started by: Crazy_murli
2 Replies

2. Shell Programming and Scripting

Alternative Scripting Language for UNIX/Linux System Administration

I do not know UNIX shell scripting so as an alternative which language would you think is better for daily System Administration tasks. Perl or PHP? I know a little about both. (5 Replies)
Discussion started by: blackopus
5 Replies

3. What is on Your Mind?

Better scripting language (closed)

:confused:perl,python,ruby..which one is the best language...? all are welcomed to comment but i would request to the SYSTEM ADMINISTRATORS who have yaers of programming,scripting experience to comment...site admins plz i am looking forward to see your comments also ...:):) (3 Replies)
Discussion started by: shekhar_4_u
3 Replies

4. Ubuntu

Any way we can create an SMTP server and use any scripting language to read emails from that server

Is there any way to create an SMTP mail server will all granular permissions to it so that I can read emails which that server receives through any scripting language and also reply from the same server automatically? (3 Replies)
Discussion started by: sandeepcm
3 Replies

5. Shell Programming and Scripting

Scripting using shell language

hi i am student and i learn computer sciences i need to write a script that can will be execute automatically when a user logs on a computer, and will be automatically disconnect after a duration that i will determine can somebody help me thank (1 Reply)
Discussion started by: Thucydide
1 Replies

6. Shell Programming and Scripting

Scripting Language for Parsing XML

Hello, I want to know which shell scripting language (like AWk, Perl or any other) is the best for parsing and editing 1) space or Comma Separated Datsets 2) XML type Datasets. (1 Reply)
Discussion started by: ajayram
1 Replies

7. UNIX for Dummies Questions & Answers

Best scripting language for Aix/unix

Hi everyone , Can anyone tell me which is the Best scripting language for Aix/unix and why. Thanks N K Chand (1 Reply)
Discussion started by: nkchand
1 Replies
APACHE_RESPONSE_HEADERS(3)						 1						APACHE_RESPONSE_HEADERS(3)

apache_response_headers - Fetch all HTTP response headers

SYNOPSIS
array apache_response_headers (void ) DESCRIPTION
Fetch all HTTP response headers. RETURN VALUES
An array of all Apache response headers on success or FALSE on failure. CHANGELOG
+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 5.5.7 | | | | | | | This function became available in the CLI | | | server. | | | | | 5.4.0 | | | | | | | This function became available under FastCGI. | | | Previously, it was supported when PHP was | | | installed as an Apache module or by the NSAPI | | | server module in Netscape/iPlanet/SunONE web- | | | servers. | | | | +--------+---------------------------------------------------+ EXAMPLES
Example #1 apache_response_headers(3) example <?php print_r(apache_response_headers()); ?> The above example will output something similar to: Array ( [Accept-Ranges] => bytes [X-Powered-By] => PHP/4.3.8 ) SEE ALSO
apache_request_headers(3), headers_sent(3), headers_list(3). PHP Documentation Group APACHE_RESPONSE_HEADERS(3)
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy