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 wOOdy-Soft 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: *

  • Users: rjseals
  • Content: Threads
  • Order by date
  1. rjseals

    Require_Once Error

    I have a php/mysql based website/shopping cart hosted on godaddy. It was working fine for the last year then one day I get the following errors. Warning: require_once(DB/DataObject.php) [function.require-once]: failed to open stream: No such file or directory in...
  2. rjseals

    WSDL Issue

    I am doing a lookup at the following site: http://auort.dynamiccity.com:8080/DCWebServices/services/AddressLookupService?WSDL I run it through a Validation client here...
  3. rjseals

    WSDL/SOAP issue

    I am running php5 with the soap extension enabled and working. I am trying to do a simple address lookup but am getting stuck. Function getAddressData takes 5 items. address apt city state zip It returns 6 street address apt number city state zip code status This is my code <? $client = new...
  4. rjseals

    Javascript validation (drop down list)

    This should be simple but driving me nuts. I have a simple validation function that basically just makes sure values are entered or selected. Here is the function: function validate_form() { if ( document.contact_form.cfirst_name.value == "" ) { alert ( "Please fill in a first name."...
  5. rjseals

    Should I get a masters?

    I am currently contemplating getting a MS in Management of Information Systems through a University about 45 minutes away. A little background. I graduated with a Comp Sci degree in 2003 started working in a local school district (web development/tech support). I just started a new job in...
  6. rjseals

    data extraction

    Hi I am a perl newbie trying to write a script that will go through an array of baskeball teams getting the season points per game average of players on that team if they average greater than 5 points per game. Here is what I have so far (very limited) #!C:\perl use LWP::Simple; $x=3; my...
  7. rjseals

    extracting data from website

    Im not sure whether I can do this in php or not. I know it can be done in Perl but don't know it very well and know php a little better so I wanted to see if it could be done that way. I want to get some stats from espn.com. I will put the team ID's that I want the stats of into an array...
  8. rjseals

    Display form based on radio button selection

    I have two different login systems login A and login B. So if possible I want to have two radio buttons that will display a login form (username and password) but send the login information to different places based on the radio that is selected. So for instance if A is selected when the user...
  9. rjseals

    Dates question

    I am creating a help desk system for my work. I basically have a ticket table (MYSQL). I am trying to create a report that will tell me how many tickets are opened per day on a certain range of dates (in the past). When a ticket is opened I put the timestamp on the "Submitted_On" field...
  10. rjseals

    Table Border Question

    I have a site where I have several cells along the left side of the page (vertically) I want a single horizontal line down the right side of these cells. For each of the cells I use this: ...border-right:1px solid #000000... This will work to put a line on the cell, however there are breaks...
  11. rjseals

    Path Question

    Quick question. I want to be able to basically get the current directory without the actual file. For instance if I have this code in a file in the level3 folder: echo $_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF']; I get something to this effect...
  12. rjseals

    Getting a value from a text box before submitting

    I have a question in regards to getting a value from a text box before actually submitting the form (and getting it in a variable) Example: <form method="post" action="nextpage.php"> <input type="text" name="value1"> .....(further down the page).... I want to build a sql statement based on...
  13. rjseals

    Wireless 802.11b and barcode scanner options?

    Hi, I have a Dell Axim and I need to scan barcodes with it. However I also need to be connected to a wireless network to update a database through an intranet. I have a socket in hand scanner and a truemobile 1100 wireless card but of course you can only use one at a time. Does anyone have...
  14. rjseals

    Determening values from database

    I have a form with around 50 check boxes (options are codes for certification). A user will select no more than 4 options. I have a mysql database. The field names are basically the cert codes (ie 001, 002, 003, 004 etc) When the user selects the appropriate codes from the form page and...
  15. rjseals

    Populating a dropdown box with folders in directory

    Hello all, I am running into a little trouble with my currect project. I am a webadmin for a school district. I am using php and apache on a netware server. I have several different schools and within each school I have several different folders that contain teachers websites. So basically...
  16. rjseals

    Variable Check

    What would be a good way to varify that a php variable contains either all letters or all numbers. Is it possible? I am kind of thinking of something similar to the NaN function in Javascript. Thanks
  17. rjseals

    GD LIB for Netware.

    I have Netware 6.5 Apache 4.0.28 PHP 4.2.4. I want to install the GD library for netware but am having a heck of a time finding out how. I have downloaded the gd-2.0.11 and phpgd-ap2 packages but really don't know where to go from there. I have read through the gd-2.0.11 documentation but it...
  18. rjseals

    scanning for folders in php

    Hello, I am a web administrator at a school district. We are offering teachers a way to have their own webpages. So for instance I have a school folder with an index.php that I want a listing of all of the teachers. I am going to create a folder with the user name of each teacher within the...
  19. rjseals

    Creating home directories using apache in 6.5

    Hi, I know this is a 6.0 forum but I thought I would try. I have read the documentation on creating user home directories at the Novell website but I still am not able to set up a web folder for users. I have apache set up and running fine on 6.5. I created myself a public_html file in my...
  20. rjseals

    Can't connect more than one computer to wireless network at a time

    To start off, let me tell you that I just got cable internet 2 days ago. Last year while at school, I had the same ISP for cable internet as I do now. Same setup and all. I have my Toshiba cable modem plugged into my wireless SMC7004vwbr router. I have 1 PC that is CAT5'ved from the router to...

Part and Inventory Search

Back
Top