Darryn is right, but perhaps to emphasise his point about field types the example should have been
Dbase_field = 12345 << without the quotes
or
Dbase_field = 'abcd'
Steve
http://www.ColdCallComedy.com - I have fun with telemarketers
Hey folks,
DW seems to limit its search to...well, I don't really know what the limit is, but it doesn't search every file in a site. e.g. .class files
Anyone know how to enable or extend this behaviour so it will? Haven't been able to find anything on web.
Thanks in advance
Steve...
Hey folks,
I can set an environment variable with PHP by doming something like
putenv("my_var=something") ;
Is there anyway to do the same thing with Javascript?
or an anternative?
Thanks in advance
Steve
http://www.ColdCallComedy.com - I have fun with telemarketers
Hah! The whole table, not the limit.
Thanks for that.
Is that in the manual? Who RTFM anyway :o)
Steve
http://www.ColdCallComedy.com - I have fun with telemarketers
Hey folks,
I have never used avg() before and am puzzled by the result I am getting.
SQL code
SELECT * FROM s12345 ORDER BY id DESC LIMIT 5
plus php code
do{
echo $row_trend["id"] . " = " . $row_trend["height"]. "<br>";
}while($row_trend = mysql_fetch_assoc($trend));
gives me the...
[cross post from server 2008 forum]
Hey folks,
In what is a bit of an embarrassment a website client and the developer never discussed the server type so a big PHP site was built on linux but then ended up having to be deployed on MS Server 2008...sigh...
My part almost works, the only problem...
Hey folks,
In what is a bit of an embarrassment a website client and the developer never discussed the server type so a big PHP site was built on linux but then ended up having to be deployed on MS Server 2008...sigh...
My part almost works, the only problem I am having is with fsockopen for...
Given how specialised this is I reckon you are likely going to have to create this from scratch (or get someone to do it for you), but it wouldn't be a huge job.
Steve
http://www.ColdCallComedy.com - I have fun with telemarketers
Thanks for the suggestions.
fopen isn't available on the server.
Also the server doesn't allow using a link to http://
But I can't believe I didn't think of the obvious method of a global variable.
Appreciate your help
Steve
http://www.ColdCallComedy.com - I have fun with telemarketers
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.