Search:
Type: Posts; User: saturnprods
Search :
Search took 0.01 seconds.
The script you wrote just doesn't work in safari...I an thrown for a loop...
Can you resend as a flash project? I'm on a mac - I can't download swfquicker
And. P.S. - I thought flash was cross browser - was it the flash or js that wasn't working??
Funny...for me it was the other way around. Your version wasn't working for me.
But I played mine out of sequence and it worked just fine. I will test it on a few browsers.
P.S. That's really...
Merry christmas!!
With a few tweaks got it just how i wanted it.
Thanks very much!!!!
"astupidname", my page is a catalog.
If you would be so kind as to see my site:
www . foleysounds . com / browse . php
You will see what I mean.
Thanks
Hi Guys,
I have a webpage where I have about 30 flash files that play audio previews loaded by swfobject.
Is there a way that when I play one of the files I can stop any others that are playing...
http://domain.com/new/product/S897324/Bicycles.htm
If I want to use mod rewrite to read the above url and extract the code as a product, how would I write it?
This doesn't seem to work:
...
NogDog, this has worked great. Thanks for your help.
But is it possible to write classes that extend this mysqli class?
If one has used mysql_real_escape_string to clean up a POST variable, I assume it would be necessary to reuse the function on data when retrieving that record and using the row information to create...
you mean i've been reinventing fire and the wheel???
:d
thanks a million. I don't know how i missed this....[turns red]
Hi Guys,
I've always included a small php file with the connection and then written classes that make a query and handle the return data.
This time, I am trying a different approach.
I...
The easiest thing is to just add a hidden field to the login form:
<input type="hidden" name="action" value="login" />
Then, using PHP, wrap the login code with this if statement:
No. They time out. To end a session, use session_destroy.
See:
http://www.daniweb.com/forums/thread39287.html#
What you can do is use a javascript function to log out when the user leaves the...
Hi guys,
Trying to get make a zip file on the fly but I'm sure my paths (in the exec command) are not correct.
Help is greatly appreciated.
(safe is just a mysql_real_escape_string function...
Hi guys,
Trying to get make a zip file on the fly but I'm sure my paths (in the exec command) are not correct.
Help is greatly appreciated.
(safe is just a mysql_real_escape_string function...
Hi guys.
I am trying to create a zip file of the contents of a user folder on the fly that is then downloaded to the browser. I have the downloading part working but I cannot get the zip command...
An update - I changed my expression to this and it works now:
$preg = "/(font-family|FONT-FAMILY|font|FONT|background-color|BACKGROUND-COLOR):(.*);{1,}/";
Hi everyone.
I am using yui editor on my site and it annoyingly reformats the font and background color. I don't know how to turn this off in the javascript so I am using regular expression to...
Hi Guys.
Let's say I have a string that is:
<span style="font-family:Arial; font-size=10px; color:black">This is the text</span>
And I want to strip out the "font-family:Arial;" part....
i was being sarcastic.
date and mktime are the most general functions out there.
This is not exact though, as you use 30 as the days on the month. What about February and leap years?
ANYWAY, I know its probably too late to post on this.
Anyone know a good function for calculate time passed?
For instance, you feed it a unix timestamp
and it returns any other following (depending on date):
1 minute ago
10 minutes ago
1 hour...
yes, i caught the str_pad_left, thanks. it's for email. I will try nbsp. thanks