Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Garabaldi

    keeping a connection string open

    Hi... I have a php include files which connects to numerous databases. When I include this file into my php pages however the connection doesn't stay open. How can I keep these connections open until I close them without using pconnect. Thanks Angelo.
  2. Garabaldi

    Connecting PHP to Windows 2003

    Hi Y'all... I am having troubles connecting to my PHP script to SQL Server 2000 database running on a Windows 2003 box. Here is an example of a php code I use to pull from an SQL Server 2000 database running on an Windows 2003 Server box: <?php $Connect = mssql_connect("database", "username"...
  3. Garabaldi

    PHP EMAIL Coming up with &quot;!&quot;

    I hope someone can help me... because this is frusterating me... I have a php script which is sending out an HTML email. All the html code is embedded within the body of the email. What I've noticed is that after a certain amount of characters either the script or the email is adding an !. I...
  4. Garabaldi

    Counting specific characters in a check box

    Hi, I need some javascript that will go through a textbox and tell me how many "a"s a user has entered and how many "b"s so on and so forth... I am not trying to count all the letters of the alphabet... I only need to concentrate on a certain few. Thanks.
  5. Garabaldi

    Form Value from a Javascript Function

    Hiya Folks... I need to determin what language the user's browser is set up as (ie: english or french). I have the javascript code that will read this off of IE (var lang = navigator.userLanguage;). Now I am trying to pass this information to a form so I can mail it off to a php page and...
  6. Garabaldi

    replacing a double quote

    Hi RhythmAddict112, I tried that... and it seems to have no effect. Maybe I should point out that the value people are entering are things like: the error message is "one two buckle my shoe". How do i strip those two double quotation marks so it doesn't mess up my sql?? Thanks
  7. Garabaldi

    replacing a double quote

    Hi Folks, I have a textbox. In this text box i have users who insist on using double quotes ("). I want to strip out the double quotes before i write it to the database otherwise it screws up my query. I've tried the string replace. value = Replace(value,""","") but it generates an...
  8. Garabaldi

    php grabbing windows login

    Is there any function in PHP that will grab the visitors windows NT ID? Thanks, Ang
  9. Garabaldi

    page doesn't load fully

    Thanks DRJ... Thats exactly what i needed. Much appreciated.
  10. Garabaldi

    page doesn't load fully

    Folks, I have a script that goes to a database and pull information out. the script takes a while to run... But the page finishes running before all the information has been pulled. any idea on how I can bypass this issue? Thx Angelo
  11. Garabaldi

    French characters in Form elements

    Hiya Folks, I have a bit of a situation... I currently have a web form that has drop down boxes in french. French has a lot of special characters in it. The current issue I'm running into is if I use an the Name Code in the form element I will see the form element. If I use the Glyph... I...
  12. Garabaldi

    freezing planes in a table

    Thanks very much... just read the post... looks promising. Thanks again.
  13. Garabaldi

    freezing planes in a table

    Folks, I have a situation. I have a table which lists users name on the first column to the left and dates on the first row of the table. The rest of the table will be filled with data that corresponds to these dates and users. I would like to find some java where if you were to scroll left...
  14. Garabaldi

    Form Validating

    Thanks shipslitz.. I'll give it a shot.
  15. Garabaldi

    Form Validating

    Hi folks, I'm writing a typical html form that has two components which are mutally exclusive. I have a radio button as the first line of my form which gives them two options (lets call them Option 1 and Option 2). If they select Option 1 everytime they select an input field for the...
  16. Garabaldi

    Form with multiple actions

    vbkris, I would appreciate any more info (and code... the more code the more appreciation) you could possibly provide... Thanks very much for your assistance...
  17. Garabaldi

    Form with multiple actions

    i'm writing it in php (english) I'm 29 yrs old I live in Toronto Its running off of an apache server &quot;WHAT THE @#*% !!&quot;
  18. Garabaldi

    Form with multiple actions

    Hello World!! I'm having some issues with a form I'm developing. Depending on whether the user has completed the form I'd want the action to send the form to either Page1 (if the form is completed) or Page2 (if they are still working on it and need to go away). Anyone know of a way to do...
  19. Garabaldi

    beginning and end of field

    Hi, My question is this: In ASP I can check if the result of an sql query produces any records through an if statement ( ex: if object.BOF or object.EOF then 'do nothing end if ) Is there anyway to accomplish the results through...
  20. Garabaldi

    Counting recordsets with no rows returned

    Thanks very much for your help. It worked!!!

Part and Inventory Search

Back
Top