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 TouchToneTommy 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: dagger2002
  • Content: Threads
  • Order by date
  1. dagger2002

    Filemaker 3

    I have a filemaker 3 database. But I don't have the disks to reinstall it. Any one have any suggestions.
  2. dagger2002

    100% height with long Content

    Hello all I have a template that I am building for the cms joomla, http://www.joomla.org, but I am having an issue with the content going passed the footer. Also all code and CSS passes w3c Validation here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  3. dagger2002

    Flash Web Gallery

    Hi everyone I have a question about integrating flash into my php gallery. I have a script that outputs a list of images, thumbnails, as html image tags, and a big picture. Into their respective frames. But this year we want to add a little bit of animation to the site. So we wanted to do...
  4. dagger2002

    New Project need help with logic thoughts

    Hey all. Have sum ideas for a new project and was wondering if you all would help me. I am doing a site for a charity event for a local event. They get sponsors to help the event to go. I am doing the website for nothing and they asked me for something i am not sure how to really do cleanly...
  5. dagger2002

    mysql php question

    Ok all here is probably a dumb question that is probably right in front of my face. I have a mysql db that my php code is interfacing with. I want to put php code into the database, and then execute it on the page. What is the easiest way to do this?
  6. dagger2002

    CSS PHP Problem

    Ok all I have a small problem, well big in a sense that my page isn't working. I am kinda new to css as a layout tool. So here is the problem. I have a table less layout. But my container tag isn't doing what it is suppose to and filling with white all the way to the bottom. I have validated...
  7. dagger2002

    PHP Code Hidden Error

    Ok All i have a hidden error. Can Any One Find it? Here is A sample DB Row From DB: 20 Coord Meet Min: 07-03 File Path 3 2007 03 01 20070301 21 Here is the code <?php ################################################################################ ## ## Sets Variables $year = 1...
  8. dagger2002

    Class Properties Error

    Hey all This is my first class that I have done, with a little help I got it built. But when I go to get information from it, which i am not sure that I am doing it right, I get the following Error the class is named: chart here are its properties: private $chart_id; private...
  9. dagger2002

    getimagesize()

    Hey all I have a hopefully quick question. I have a site that I am building. I have a right bar that is pulling from a mysql db, version 4, and php, version 4. I am using the getimagesize() command on a path from the db. But I am getting the following error Fatal error: Only variables can...
  10. dagger2002

    MS SQL and php error

    Hey all i am having a problem. I have a script that needs to interface with a mssql db. I am getting the following error. Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: 163.150.38.28,1433 in...
  11. dagger2002

    MSSQL Error

    Hey all I am new to the mac server. I have had no problems using mysql, but now we are connecting from our mac server to a ms SQL server. and I am having a problem. Here is my error Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: 163.150.38.28,1433 in...
  12. dagger2002

    Join Problem

    Here is the basic query with no joins. But it is giving me a 1064 error. I am running mysql 4 SELECT school.cdsCode, school.dist_cdsCode, school.sname, class.clas_id, class.clas_semester, class.clas_sMonth, class.clas_sDay, class.clas_eMonth, class.clas_eDay...
  13. dagger2002

    Get Last Year

    Ok all i have stumped myself with this 1. and am not understanding the functions on php.net. I am trying to do something i thought was simple. I want to be able to get a date range, my fiscal year, while listing multiple years. exp 07/01/2006 - 06/31/2007 07/01/2005 - 06/31/2006 07/01/2004 -...
  14. dagger2002

    File upload script

    Ok all i have a question. I am trying to write a flie upload script and don't know where to start. I have played with a few other people have written but they aren't working on my server. Server: Server OS Mac OS 10.3.9 Server PHP 4.4 Apache 1.3.33 mySQL Client API version...
  15. dagger2002

    Can't Get a Date Problem

    Hey all hopefully i have a quick fix problem. I have a database that is holding a date of a message. But I need to format it on the screen, different from how it is being stored in the db. Being stored as: YYYY-MM-DD Need MMM(Jan), YYYY Here is what I have tried: date("M, d Y"...
  16. dagger2002

    Looping Function

    Hi all have a quest, for the holy grail, to fix this script i am working on. All it needs to do is run this function i am calling everytime it runs. right now it os just running it once but reusing the numbers. here is the code while($row = mysql_fetch_array($result)){ echo '<p><a href="' ...
  17. dagger2002

    Join Problem

    Hello every one I am working on a query set that needs to sort the data 3 times. Here are the existing query sets: // Builds Class Query // $query99 = "SELECT * FROM class WHERE cour_id = " . $row[cour_id] . " AND clas_active = 1 ORDER BY clas_sTime ASC"; $query99 = "SELECT * FROM class...
  18. dagger2002

    Break Apart Text

    ok i have a question. How do i break apart text. I have a 4 digit code (YYMM) and want to be able to display it as 0601 = January 2006 0602 = February 2006 and so on. What do i use to do this? Thanks alot in advanced
  19. dagger2002

    Unique Problem

    Here is my problem. I have written a php script that reads from a database, mysql. Then it counts all of the records and prints them to the screen and to a flat file. I have it working but it prints the same file the number of times it is in the db. if i have 5 records for jim it prints this...
  20. dagger2002

    Flat File DB

    Ok everyone I have a problem and have no idea how to solve it. I normally just use mySQL to do my db's but for this project we are useing mySQL for intitial storage of data then we are doing a little data manipulateing and storeing part of the data into a flat file DB. I have the code for what I...

Part and Inventory Search

Back
Top