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 Chriss Miller 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: djbeta
  • Content: Threads
  • Order by date
  1. djbeta

    Newbie question re: Purpose of targetnamespace ??

    Hi there, I've been reading lots of tutorials on XML and am having a really hard time understanding the basics of namespaces in a schema. From an example I found at W3C, could someone please tell me (in plain English) hopefully, what the differences between these three lines are ?? (1)...
  2. djbeta

    Need help uninstalling PHP 4, 5, Zend Optimizer 2, 3 and config Apache

    Hi folks, I just upgraded a 10.3 machine to 10.4. After the upgrade, the PHP installation prevented a certain PHP application from running properly... I have a mess now.. I've had PHP4, PHP5, and Zend Optimizer version 2, 3.0 and 3.2.8 installed.. PHP4 was the default OS X installation, PHP5...
  3. djbeta

    How can I turn off auto-pruning of logs in Apache 1.3 ??

    Hi there, I'm running Apache 1.3 (standard install with Mac OS) on Mac OS 10.3.9. I recently was slightly horrified to learn that the logs are not maintained. (that is, they auto-prune after a certain amount of time--- and I think are blanked out when you restart the web server). Can someone...
  4. djbeta

    Why is Nortel VPN so slow through my Belkin Pre-N router ?

    Hi there, I connect to my company's Nortel VPN (digital token-based system). When I connect through a Linksys 802.11g router I get blazing speeds. (3Mbps Download 1.2Mbps Upload) When I connect through my Belkin Pre-N router, I get terribly slow speeds. (ranging from 128-256 Kbps up and...
  5. djbeta

    I need to find MySQL records that are after today.. but are in JD

    Hi, I have a MySQL table that has calendar events in it.. the event dates are in Julian Daycount format... so they look like this: 2453748 I'd like to write a SELECT statement in my php script that selects records from the table that are after today. I'm having a devil of a time getting...
  6. djbeta

    Can't cd to the mysql folder in Mac OS 10.3.9

    This is weird.. MySQL seems to be running OK I'm running version 4.0.15 In Mac OS 10.3.9, when I open Terminal, I can "cd usr/local" and when I do an "ls" I see mysql in there.. but when I try to "cd mysql" it tells me no such file or directory What Gives ???
  7. djbeta

    digital file download system ?

    Do any of you know any pre-made scripts that offer file downloads for a fee ? If I can find something, I'd like to help a friend put up a small web site that offers music downloads from independent musicians. He'd be willing to pay a bit for a package that does it very well.
  8. djbeta

    using php, can I make a web page editable ??

    I am not sure how to explain what it is that I want to do.. so it's making it hard for me to search for it.. I'll try to explain. Last year, I helped my department build a web site that has a lot of static html pages which are mostly text. Of course, we're now running into the problem of...
  9. djbeta

    convert date like this: 2453748 to 2005-Jan-14

    Please forgive my newbidity, I've tried to search the php forums and manual but I'm not even sure what sort of date I'm dealing with. I have a MySQL database with a date field (startDate) that has data in it of this form: 2453748 My first question is, what format is that ? My second...
  10. djbeta

    simple question about object-oriented DBMS products

    Sorry if this isn't the right forum for this post. I really hope this is OK because I don't know where else to post this. Could someone do me a huge favor and tell me a little about Object-Oriented Database DBMS Products: When and for what types of applications are they used for ? What are...
  11. djbeta

    MySQL ODBC driver not showing up after install

    I installed the MyODBC MySQL ODBC driver.. then, when I run the ODBC Administrator (both on Win. 2000 and XP), I don't see the MySQL driver.. I saw some other reports of this problem on the web, but I didn't find any solutions. Any ideas ??? I did try installing while in safe mode..
  12. djbeta

    How do I install MyODBC ??

    Hi everyone, I've downloaded the MyODBC driver 3.51 and have tried to install it.. I then go to Microsoft ODBC Administrator, and try to add a DSN, and the MyODBC / MySQL driver is nowhere to be found on that list, NOR on the drivers tab. What step am I missing.. ???? the documentation on...
  13. djbeta

    Could someone explain why I need to use mysql_real_escape_string ??

    Hi, Could someone explain why it is that you need to use the mysql_real_escape_string function ? i.e. tell me exactly what it does ? I'm reading a book about MySQL/PHP I'm at a section where the author introduces this function.. but he doesn't really give an explanation of what exactly...
  14. djbeta

    Problem connecting to MySQL w/ phpMyAdmin and Web via php

    I'm running the 4.1.10a MySQL server (standard installer) on Mac OS 10.3.8 My installation of MySQL seems fine. I've been using the Terminal Window to create and work with databases. When I try to connect with phpMyAdmin, I get this error: MySQL said: #1251 - Client does not support...
  15. djbeta

    beginner having a few problems..

    1. I've installed MySQL 4.0.24 on Panther 10.3.8. It appears to be setup correctly. I've installed phpmyadmin, it also appears to be setup correctly.. except.. when I log in to phpymyadmin, and try to log in with my admin user, it does not take the password, rather, it accepts a blank...
  16. djbeta

    beginner having a few problems..

    1. I've installed MySQL 4.0.24 on Panther 10.3.8. It appears to be setup correctly. I've installed phpmyadmin, it also appears to be setup correctly.. except.. when I log in to phpymyadmin, and try to log in with my admin user, it does not take the password, rather, it accepts a blank...
  17. djbeta

    $key=>$value -- are the words "key" and "value" arbitrar

    In the book I'm reading, the author said that the words $key and $value are arbitrary... but I'm not sure I see how that's possible.. here's the example in the book-------------- // Create the array. $movies = array ( '10' => 'Casablanca', '9.65' => 'To Kill a Mockingbird', '2.35' => 'The...
  18. djbeta

    Single vs. Double Quotes -- confused beginner needs clarification

    I'm 70 pages into my first book on PHP/MySQL (Peachpit Press, Ullman PHP/MySQL For Dynamic Web Sites) if you can recommend a better book, please do.. not that this one is bad, but it's the only one I know!! :-) I have a question about single vs. double quotes.. so far, as far as I can tell...
  19. djbeta

    Apache 1.3 in browser (sometimes comes up as ".local" )

    I have a web site running on a Mac 10.3 machine using OS X web sharing. (Apache 1.3) the url looks like this: http://computername.company.com/site/ (index.html sits in this folder) (I'm behind a firewall so thought I'd spare you the actual url) My problem is that if someone types in the path...
  20. djbeta

    .htaccess login question

    Hi, I've got .htaccess configured to protect the main directory in which my web documents sit. My index page is a frames page that calls up some images from one folder and a php page for the body frame. My problem is that the user is being asked to log in twice. They log in, and then are...

Part and Inventory Search

Back
Top