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

    How do you modify php.ini to install GD Library?

    All of a sudden, the getimagesize() function stopped working in my php code. Maybe my isp did some upgrade or change to their php server. I did some research and there is talk about the need to install GD Library in php.ini to get it working. I don't have any clue how to install GD Libary...
  2. dreammaker888

    Problem with getimagesize() in IE

    I use getimagesize() to get the width and height of the image, then resize it so it display properly. The code was working fine for two years in my website. All of a sudden, in IE, the image is only 1x1, so no one can see the picture. However, I was told, the picture displays properly in...
  3. dreammaker888

    Questions about SSL

    I'd like to add a feature to accept credit card in my website. I think I can write the part of taking user information and the credit card number. I have seen most of them will use SSL encrypted security. Can someone explain the concept and technicality on this subject? Thanks. Alex
  4. dreammaker888

    Need help with getimagesize

    I have the following code but $ImageSize returns empty. What am I doing wrong? $result = mysql_query($qdf) or die("<BR>Invalid query: $qdf <BR>" . mysql_error() . "".$result); $row = mysql_fetch_array($result); $pic = $row['PicURL']; $ImageSize = getimagesize($pic); echo...
  5. dreammaker888

    How to detect if cmd.exe is running?

    I have a vb routine that involves calling a few Shell commands. The problem is they will open one after another just like they are open simultaneously. I want them to open one after the previous one is completed. What is the code to detect if the previous cmd.exe is still open? Thanks. dmk
  6. dreammaker888

    Vba coding with Outlook

    In the Outlook vba help file, it said . . . "This Microsoft Visual Basic/Visual Basic for Applications (VBA) example displays the Inbox folder when a new e-mail message arrives. The sample code must be placed in a class module, and the Initialize_handler routine must be called before the event...
  7. dreammaker888

    ToolTip script having conflict with Table

    The following block of code is to show and hide tooltip when the curser mouseOver or mouseOut the title text. It works the way it is. The code will open a table to display the tool Tip. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  8. dreammaker888

    Url link and mouseover function won work together

    In the following block of code, I would like it to work: 1. When mouseover the line, display text. 2. When mouseout, hid text. The above works. 3. When clicked, launch url link "yahoo.com". The above is not working. Can you have above work togethter. <!-- CUSTOM TOOLTIP --> <script...
  9. dreammaker888

    Displaying text when mouse over an object

    I have a column containing the title of my merchandises. The title doesn't describe the merchandise fully, but I don't want to display all the detail description. I want a small bulletin open up when the mouse is over the title. This way, the user can move the mouse over the title and read a...
  10. dreammaker888

    Need help creating a backup directory tree

    I want to write a routine to backup my laptop into an external drive. One of my directory has subdirectories within subdirectories. Some is one one deep but some are 2, 3 or 4 deep. I am having trouble creating a routine that would drill down to every subdirectory automatically and back up the...
  11. dreammaker888

    System.mdw error when installing Access 97

    My computer crashed and I had to install everything from scratch. I have a XP Media OS and plenty of memory (2-gbite) and disk space. After installing and trying to launch, I got following error message . . . Microsoft Access couldn't find file 'C:\WINDOWS\system32\system.mdw". This file is...
  12. dreammaker888

    Shopping cart

    If I already have a website up and running that I wrote with php and mysql and I am currently using PayPal shopping cart for payment, how do I implement a more sophisticated shopping cart without having to rewrite what I've already got. I would like the have the following features in the...
  13. dreammaker888

    Shopping cart questions

    I have just completed my rewrite of my website using php and mysql, replacing the one I wrote 6 years ago with hard coding. I am still using the Paypal checkout shopping cart, which is pretty limited and not having the features I would like to implement into my new website. I'd like to put in...
  14. dreammaker888

    How to modify addtofavorites

    I got the following from Googling. I am not sure I understand the part: Change the 4th and 5th lines "var url Address and var Pagename" to suit your sites url and page name. Can someone shed some light here? Thanks. Alex Add to my Favorite (javascript) First you place the following in...

Part and Inventory Search

Back
Top