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

    Iframe and positioning

    I have a Flash movie that I want to display in a DHTML layer and to position it at the top center of the page. Like so: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=logo WIDTH=450 HEIGHT=241...
  2. KellyHero

    How do I escape apostrophes in textareas?

    Hi all: I recently converted an Access db to an SQL db and now I'm getting the following errors when trying to update a record: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [MySQL][ODBC 3.51 Driver][mysqld-4.0.13-nt]You have an error in your SQL syntax. Check the manual that...
  3. KellyHero

    Pulling Results from Two Fields

    Hi all: I need some assistance please. I'm developing an ASP search page for a website and I'm having problems writing an SQL query statement that returns the results accurately. Here is what I currently have: MSQL = &quot;SELECT * FROM properties WHERE act = 'Active' &quot; If Not...
  4. KellyHero

    How To Select a Random Item From a Recordset?

    Hi, I am building a real estate rentals website and would like to have a &quot;Featured Property&quot; on the homepage which would be a single record pulled at random from the properties table in the database so that each time someone visits the page, a different property is displayed. Any...
  5. KellyHero

    Fatal error: Call to undefined function

    Hi all: I am getting the following error: Fatal error: Call to undefined function: curl_init() in c:\users\xxxxxxxxxxxxxx\weather\current_weather.php on line 20 (xxxxxxxxx is my domain name) Here is the code from current_weather.php that it refers to: $ch = curl_init(); curl_setopt ($ch...
  6. KellyHero

    Popup windows and Frames

    I have a client who has an online store, which was developed in frames (not by my choice - I hate frames!). What we would like to do is advertise a new product in a popup window that opens automatically from the frames page. Once the user clicks an &quot;Order&quot; button or link in the popup...

Part and Inventory Search

Back
Top