User Profile

Collapse

Profile Sidebar

Collapse
jjeanj1
jjeanj1
Last Activity: Aug 24 '09, 02:18 PM
Joined: May 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • http://wiki.apisnetworks.com/index.php/Apache

    Take a look at this... it might help. Let us know if this actually solved your problem....
    See more | Go to post

    Leave a comment:


  • 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?
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • jjeanj1
    started a topic if(isset($_POST['Submit'])) not working properly
    in PHP

    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';
    }
    ?>...
    See more | Go to post

  • jjeanj1
    started a topic Format output from mysql table
    in PHP

    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...
    See more | Go to post

  • thanks Jeff for your prompt reply....
    See more | Go to post

    Leave a comment:


  • jjeanj1
    started a topic LDAP-Insufficient 'add' privilege to add the entry
    in Perl

    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...
    See more | Go to post
    Last edited by numberwhun; Sep 9 '07, 03:23 PM. Reason: add code tags

  • jjeanj1
    replied to string parsing in perl
    in Perl
    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...
    See more | Go to post

    Leave a comment:


  • jjeanj1
    replied to string parsing in perl
    in Perl
    Thanks kevin i will come back with more info
    See more | Go to post

    Leave a comment:


  • jjeanj1
    started a topic string parsing in perl
    in Perl

    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
    See more | Go to post

  • jjeanj1
    started a topic LDAP On XAMPP for WIndows

    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
    See more | Go to post

  • jjeanj1
    replied to pattern matching in php
    in PHP
    Sorry about that pbmods. Everything works great thank you so much for your help. I LOVE THIS SITE!!!!!!!!!!! !!!!!!!!!!!!!!! !!!!!!
    See more | Go to post

    Leave a comment:


  • jjeanj1
    replied to pattern matching in php
    in PHP
    hi i tried what you have on there and it does not work. I am not really sure why.

    i get Array()
    See more | Go to post

    Leave a comment:


  • jjeanj1
    started a topic pattern matching in php
    in PHP

    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...
    See more | Go to post

  • Hey guys thnx for all your input. The code actually does work. I am not sure why it was not wroking! vey weird....
    See more | Go to post

    Leave a comment:


  • jjeanj1
    started a topic user defined variable from php to mysql statement

    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...
    See more | Go to post

  • Xammp is definitely way better. so if you had xampp in mind stick to it.
    See more | Go to post

    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);...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...