http://wiki.apisnetworks.com/index.php/Apache
Take a look at this... it might help. Let us know if this actually solved your problem....
User Profile
Collapse
-
That's actually a good question. I never really understood how this works did you try to see if the DirectoryIndex uses precedence. For example if you list index.html before index.htm would that work?Leave a comment:
-
ronverdonk when i put this script on my windows machine it just doesn't diplay anything it displays the form back that's it!.
the desired output should have been lala...Leave a comment:
-
if(isset($_POST['Submit'])) not working properly
hi i have this script that i am writing that runs perfectly on a linux server but it will not run on windows at work. I am not sure why. It seems like i(isset(post[submit]) does not work on the server. Is this a configuration issue. Please help i tried just about anything.
Here is my code below.[php]
<?php
if(isset($_POST['Submit'])){
//$date_value=$_P OST['month'];
echo 'Month is:lala';
}
?>... -
Format output from mysql table
I have a an issue that's been bothering me. I have a a table with some data. This is my table format.
id
title
content ( where content is coming from a form). the content can be a long string
like that:
d0whgfhsd dfsadifufsadhos g fogaosdhfosadhg fsdojgofhvoashf g sfojgvhsofdhgvo asf
how do i display that content in a formated way. For example
d0whgfhsd dfsadifufsadhos g... -
-
LDAP-Insufficient 'add' privilege to add the entry
Hi,
all i am writing a perl script to do a a bulk add of users from a file and load it to LDAP
[code=perl]
$ldap = Net::LDAP->new("test.doma in.com", port=>3394) or die "Can not
connected to LDAP \n";
$mesg=$ldap->bind("uid=test user,ou=applica tionstest,o=sys temresourcestes t,o=hainet,dc=h ainet,dc=com",p assword=>"secre t");
$cn="$last_name... -
This is he formart of the file with many more entries.
Code:E 100200 A Gizzi Avila aldo gonzalo
Code:E 1023877 A Arias Briones Claudio Andres
now i need to be able to capture from each line :
100200--> employee number
Action--> A
Last name--> Gizzi Avila (that's the tricky part)
First Name---> Aldo gonzalo (That's the...Leave a comment:
-
-
string parsing in perl
i have a text file with lines as such:
Paul simon robert jones
eddy Rick dave smith paul
where paul simon could be the First name.
and Robert Jones could be the last name.
i need a split routine that would capture these field. Please help -
LDAP On XAMPP for WIndows
i am running xampp on windows and i would like to know how to check if LDAP is running on Xampp. I need to do some simple test since i am trying to learn LDAP. please any help would be appreciated -
Sorry about that pbmods. Everything works great thank you so much for your help. I LOVE THIS SITE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!!!!Leave a comment:
-
hi i tried what you have on there and it does not work. I am not really sure why.
i get Array()Leave a comment:
-
pattern matching in php
hi, everyone
I have the following line in a file
TWS - Maestro Infrastructure, METINTSV50601#T WSFIXCLUOFF.TWS _CLU_OFF:1011,M GR:some (name) Kathryn,AD:some name
i am using php to some part of the file for example
server name:METINTSV50 601
jobname:TWSFIXC LUOFF
schedulename:TW S_CLU_OFF
abend#:1011
Does anyone know a routine to get these string from the line in PHP... -
Hey guys thnx for all your input. The code actually does work. I am not sure why it was not wroking! vey weird....Leave a comment:
-
user defined variable from php to mysql statement
I am having issue using a user defined variable i an a mysql statement.
here is the issue that i am facing:
i have a variable called $date in php.This variable is assigned a valued from a dropdown box every time the user chose a different date. for example the drop down box return a string in that order "2007-10-10" I then assigned that string to $date.
Now, what iam trying to do is using the following statement... -
jjeanj1 replied to XAMPP installation is better or Manual install is better for PHP, MySQL & Apache???in ApacheXammp is definitely way better. so if you had xampp in mind stick to it.Leave a comment:
-
hi this is what i have i saw your post and i remember i had a samll routine that does that. You can try that. Tell me if you need more info.
$INPUT = "input.txt" ;
$outfile ="out.txt";
open(INPUT) or die("Could not open input file.");
open (DAT,">$outfile ") || die("Cannot Open File");
foreach $line (<INPUT>) {
chomp($line);...Leave a comment:
No activity results to display
Show More
Leave a comment: