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

    Form needs fields completed & check unwanted characters

    I have a form that needs to have its fields completed, and check for unwanted characters: var reqfields = Array("Email::Email", "Firstname::First Name", "Lastname::Last Name", "month::Birthdate Month", "day::Birthdate Day", "year::Birthdate Year", "Address::Address", "City::City"...
  2. WizyWyg

    CSS failing in IE / Works with Firefox/Netscape/Opera

    I have this in my CSS page: a.mainlevell:link, a.mainlevel:visited { display: block; color: #FFFFFF; font-weight: bold; text-decoration: none; font-family: Verdana, Helvetica, Arial, sans-serif; margin-bottom: 1px; font-size: 12px; } a.mainlevell:hover { color: #FFFF00; font-size: 12px...
  3. WizyWyg

    Outlook 2000 : Designate default browser

    How do you designate your default web browser for Outlook 2000 ? With so many security bugs for IE, i want to start opening links in email sent in FireFox or Mozilla instead of IE.
  4. WizyWyg

    Anyone know where I can buy Flash MX (not MX 2004)

    ...on the internet, physical store etc? Since Macromedia screwed up by taking away many features in MX 2004 and that it can't save to anthing below MX, I need to purchase and upgrade or full version of Flash MX. I have several documents that were created with Flash MX 2004 that needs to be...
  5. WizyWyg

    CSS Cross browser tranparency

    I got some cross browser transparency to work with a Table bg, but now im getting problems with text that appear within that Td cell. Here is my css: #submenu { background-color: #FFFFFF; height: 150px; width: 301px; /* Mozilla ignores the following */ filter...
  6. WizyWyg

    How do you center <div> 's and Layers in different resolutions

    How do you center <div> 's and Layers in different resolutions? I want the content of a page to be centered no matter what resolution that the visitor maybe in. With tables this is very easy to do, but seeing that everyone saying that tables are bad for a layout, how can this be achieved...
  7. WizyWyg

    Windows 2002 SErver / IIS Problems with templates

    I'm running a personal website and have the server running on a Win2k Server edition machine running IIS 5 I went ahead and followed the installation guide to install PHP on the machine; PHP is running correctly as IT does serve pages, but Im runining into a problem with using...
  8. WizyWyg

    IIS giving me problems with Template files...

    I'm running a personal website and have the server running on a Win2k Server edition machine running IIS 5 I went ahead and followed the installation guide to install PHP on the machine; PHP is running correctly as IT does serve pages, but Im runining into a problem with using...
  9. WizyWyg

    Microsoft IME (2000) / DW 4 / Japanese Shift-JIS

    In need of some help concerning authoring Japanese pages using DW 4 on a USA Windows 2000 machine with the Microsoft IME. I have followed the technical documents found at: http://www.macromedia.com/go/14684 concerning the development of multilingual sites for authoring with Dreamweaver, and...
  10. WizyWyg

    Flat File Tutorial

    Is there any site that has a comprehensive tutorial for PHP working with Flat files. All I have come across are &quot;built&quot; applications for use with flat files. Just looking for a step-by-step tutorial on how to make a basic form write to a .txt file. And then how to display contents...
  11. WizyWyg

    Javascript help needed / writeto form

    Hi, am a beginner in JS (not my preferred language) but just want to accomplish something simple (Im guessing simple) I have a form that has a text box that needs to be filled with a &quot;time&quot;. The time is gotten by a list of text links that when clicked, will fill that text box with...
  12. WizyWyg

    Need help with a code

    Okay, I can't figure out how to use the new code. This will be a a little long // Defined functions //-------------------------- function get_param($param_name) { global $HTTP_POST_VARS; global $HTTP_GET_VARS; $param_value = &quot;&quot;; if(isset($HTTP_POST_VARS[$param_name]))...
  13. WizyWyg

    Need help with a query/ mysql and php insert

    I have a form that a person fills out to reserve a room for an event. I have the event_start and event_end in the tabl event to designate start and end times ( both are in UNIX Time stamp) Rooms are given an id #. When a person fills out the form, I want the form to check the event table to...
  14. WizyWyg

    Need help with a Delete Syntax

    I am trying to delete records from two different tables at one time. In event I have eventid and eventname in participants I have eventid and name Table associates who will be attending events in table 1. So eventid = eventid in table 1 for how many people are attending. What would be the...
  15. WizyWyg

    MultiSelect SElection box and inserting MySQL query help

    Im in need of some assitance in order to implement a multiselect selection box and then inserting the choices as seperate records into a table in a MySql DB. For the form, Im pulling information from two tables, then inserting it into a third as seperate records, based on what is chosen in the...
  16. WizyWyg

    Need help with a query

    I can't for the life of me figure this out. I have a table that lists events and using the MysQl Date format (ie 0000-00-00 ). This determines the date the event is happening on. Im guessing its a mix of php and Mysql queries. Even if today is x day of the week (ie tue,wed, fri) I want to be...
  17. WizyWyg

    Need help with A query

    I can't for the life of me figure this out. I have a table that lists events and using the MysQl Date format (ie 0000-00-00 ). This determines the date the event is happening on. Im guessing its a mix of php and Mysql queries. Even if today is x day of the week (ie tue,wed, fri) I want to be...
  18. WizyWyg

    Show the for the next 7 days.

    Hi all, (Working with PHP and MySQL) I have table &quot;events&quot; that list events by the day they happen. How can I have it show only those events that are going to happen in the next 7 days from &quot;now&quot;? Currently i have the following code: SELECT * FROM events WHERE...
  19. WizyWyg

    Renderware : Flash incorporation

    Anyone worked with REnderware and Flash? Need some advice on how to optimize flash useage with it.
  20. WizyWyg

    First time Managing own server....

    Well, Im trying to understand how to do everything on a server, looking to host my own site and all. I currently have Windows 2000 Advanced Server installed, and need to add on other services so that I can run my website from this machine. anyway, does anyone have experience in installing...

Part and Inventory Search

Back
Top