8,966 Posted Topics

Member Avatar for mjsmitten

Have you tried `parse_url` ? You can explode again on the comma if you like, but not on both at once.

Member Avatar for mjsmitten
0
159
Member Avatar for Echo89

I have noticed this on IE10, while editing HJT logs over wifi. Other than that, no consistent reproducable example (yet).

Member Avatar for pritaeas
0
238
Member Avatar for nishantgupta531
Member Avatar for pritaeas
0
197
Member Avatar for gilbert.jacob1

Am not sure what Avaya is, but wouldn't you be better off asking this question in their support forum (assuming they have one)?

Member Avatar for gilbert.jacob1
0
123
Member Avatar for dalilice
Member Avatar for pritaeas
0
232
Member Avatar for masterfact18
Member Avatar for Gabryel

"Driver" points to the installed windows driver needed to access the MSAccess database. Most likely this is already installed if you are running on a Windows machine. `$dbName` is a variable that should contain the name of the database you are trying to open.

Member Avatar for Webville312
0
233
Member Avatar for korathualex
Member Avatar for shaun.b

If you want a server on your local machine, then you'll have to install it, there is no shortcut for that. Just make sure to check the license and terms of service, because it wasn't allowed for a while to include the MySQL server setup in a custom setup project …

Member Avatar for pritaeas
0
216
Member Avatar for dendenny01
Member Avatar for dendenny01
0
171
Member Avatar for mathieu89

> ('ONT', '5.43' '2013-01-03') If you specify where these values are defined (or coming from), then you can just build your query and execute it. I can only see `ONT` because it is used in the URL you call.

Member Avatar for broj1
0
4K
Member Avatar for anandsagar7
Member Avatar for pritaeas
0
103
Member Avatar for LRNPHP
Member Avatar for pritaeas

Just received [this article](http://www.businessinsider.com/people-think-stormy-weather-affects-cloud-computing-2012-8), several months old, but a pretty funny read.

Member Avatar for Dani
0
49
Member Avatar for venkyb47

Text file is possible, although I would encrypt it. For what reason do you not want to use MySQL?

Member Avatar for LaxLoafer
0
271
Member Avatar for el.hafez44

This indicates an error in your query. Do this: $result = mysql_query($sql) or die(mysql_error()); and show the error here.

Member Avatar for pixelsoul
0
283
Member Avatar for ChrisXL

I know there is a post/code snippet about this, but I cannot find it. Anyway, you need to [serialize](http://api.jquery.com/serialize/) your form, and pass it as `data` to your PHP script.

Member Avatar for pritaeas
0
317
Member Avatar for korathualex

You can pass the `where` clause as a parameter to your stored procedure, but that means you'll need to build your query as a string, and use `sp_executesql` to execute it.

Member Avatar for pritaeas
0
84
Member Avatar for davy_yg

[dirList](http://sourceforge.net/projects/dir-list/) is an Open Source one. Download and learn.

Member Avatar for mattster
0
63
Member Avatar for Travus

Use a UNION. First select your premiums, second the featured randomized.

Member Avatar for Travus
0
142
Member Avatar for turpentyne
Member Avatar for davy_yg
Re: OOP

It's a choice. It will make it easier to create reusable blocks of code. Another advantage is that, when used properly, it will be easier to read and manage your code.

Member Avatar for pritaeas
0
148
Member Avatar for IIM

The thread I posted with the Js plugin in Geek's Lounge earlier today was moved by Dani to the Js forum. After it was moved it was +repped by EvolutionFallen. His profile shows +5, but in my Post Comment tab it shows 0. Perhaps this is related.

Member Avatar for pritaeas
0
571
Member Avatar for kamilacbe

How about [VideoJs](http://videojs.com/)? As for JWPlayer, the free version has branding so you'll have to pay to get rid of it.

Member Avatar for pritaeas
0
136
Member Avatar for engrmshahzad

Assuming MySQL, see the docs [here](https://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#operator_between). `BETWEEN` requires a minimum and maximum value, and does not support a wildcard like `LIKE` does.

Member Avatar for JorgeM
0
82
Member Avatar for joseph.lyons.754

Show the query you use to retrieve the values (and some sample data would be helpful too).

Member Avatar for Szabi Zsoldos
0
149
Member Avatar for mastermind2

If you get `0000-00-00` it means it was either not set, or invalid. You'll have to make sure the format is `'yyyy-mm-dd'`

Member Avatar for AARTI SHRIVAS
0
259
Member Avatar for asifalizaman
Member Avatar for asifalizaman
2
537
Member Avatar for ngonix

I assume you are looking for this: [mysql_insert_id](http://php.net/manual/en/function.mysql-insert-id.php)

Member Avatar for ngonix
0
323
Member Avatar for azgold472
Member Avatar for Webville312
0
279
Member Avatar for pearl.kumar1

You are trying to `Open` a connection that is already open (most likely). We can help if you show the relevant part of your code.

Member Avatar for pearl.kumar1
0
204
Member Avatar for asif49

I have created a plugin a long time ago to do just that. Perhaps it's a good starting point. A demo is [here](http://www.pritaeas.net/public/jquery/hp/highlight/live-demo.html), the plugin itself (hp-highlight) is also on [GitHub](https://github.com/pritaeas/hp-jquery/tree/master/plugins). Feel free to use/change it at will. If you have interesting changes please let me know, or do a …

Member Avatar for asif49
0
91
Member Avatar for foxwizzy
Member Avatar for pritaeas
0
76
Member Avatar for abhi10kumar

There's `imageloadfont` and `imagepsloadfont`, it's not as simple as providing the font name. The anchor should be added in the HTML where you've also added this file in an `img` tag.

Member Avatar for pritaeas
0
160
Member Avatar for abhi10kumar

What exactly are you looking for? Which CMSes have you tried, but rejected?

Member Avatar for abhi10kumar
0
70
Member Avatar for pritaeas

I have a project that contains regular resources in `Properties\Resources.resx`. Next to that, I have a folder named `Scripts` containing files, marked as "Embedded Resource". When I do: var resourceNames = Assembly.GetExecutingAssembly().GetManifestResourceNames(); I get a list of resources, containing both. What I would like to have is a list of …

Member Avatar for Ketsuekiame
0
1K
Member Avatar for ceeandcee

The problem is probably that your values may contain an empty string, instead of a null value.

Member Avatar for ceeandcee
0
141
Member Avatar for riahc3

To get the local storage variable to PHP you'll have to use an AJAX call. Whether you use a GET or POST is up to you. Personally, I'd choose a POST.

Member Avatar for pritaeas
0
17K
Member Avatar for AmrMohammed
Member Avatar for pritaeas
0
211
Member Avatar for hubillajeremiah
Member Avatar for vuyiswamb

Perhaps the casting to a decimal fails because you are not rounding first. Does this fail too? select [dbo].[funcFormatPercentages_Extended_numeric]('36.4')

Member Avatar for pritaeas
0
1K
Member Avatar for GTTravis
Member Avatar for ehpratah
Member Avatar for Tko_1

You'll need to store the latest used number somewhere, so you can retrieve it and use it when uploading the next file.

Member Avatar for Tko_1
0
165
Member Avatar for amola.sam
Member Avatar for StefanRafa0

> props.put("mail.smtp.port", "465"); Are you sure it's not 587? I thought 465 was for SSL.

Member Avatar for StefanRafa0
0
331
Member Avatar for joshl_1995
Member Avatar for capton

Have you tried adding a space after the colon? If that does not work either, try a fully qualified URL.

Member Avatar for capton
0
632
Member Avatar for OsaMasw

Are you sure your upload script was the way the script got onto your server in the first place?

Member Avatar for naphets
0
2K
Member Avatar for Mike Askew

http://www.daniweb.com/community-center/geeks-lounge/threads/194321/daniwebs-irc-channel See the link from John A.

Member Avatar for Mike Askew
0
135

The End.