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...
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...
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
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...
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
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...
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"...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.