8,966 Posted Topics

Member Avatar for PHPuss

A `like` condition is very slow to execute. From what I can see in your queries, they are identical, except for the `SYSTEM_` part. So why don't you change the query to: SELECT * FROM TESTS WHERE TEST_TIME BETWEEN TO_DATE('2012-01-01','YYYY-MM-DD') AND TO_DATE('2012-02-02','YYYY-MM-DD')+1 and SYSTEM_NAME like '%SYSTEM_%' and do the additional …

Member Avatar for pritaeas
0
89
Member Avatar for littlecomfort
Member Avatar for chira9na9pal
Member Avatar for pritaeas
0
74
Member Avatar for lse123
Member Avatar for cristian.stilpeanu.3

Compare both remaining if's. If you use `isset` in the same way as the first, the notice will be gone.

Member Avatar for pritaeas
0
275
Member Avatar for sunil429

Please provide some code with an explanation of where and how things aren't working properly.

Member Avatar for pritaeas
0
31
Member Avatar for suavedesign

It is always "nice to have", but I think it depends on your userbase. That should be your deciding factor. If you have analytics installed, you can easily check how many views were made from a mobile device.

Member Avatar for pritaeas
0
57
Member Avatar for code739
Member Avatar for BilalAKhan
Member Avatar for TnTinMN
0
879
Member Avatar for garyjohnson
Member Avatar for pritaeas

If you look at my [profile comments page](http://www.daniweb.com/members/94719/pritaeas/comments), you'll see that the latest comment there (the javascript thread), was not made on my reply (or perhaps it was moved from me to the next one in the thread). Anyway, it still shows on mine.

Member Avatar for Dani
0
33
Member Avatar for joshl_1995
Member Avatar for ahmed zidane

> not a valid connection string The connection string you are using is invalid (as stated). It should look something like this: <add name="XXX" connectionString="Data Source=XXX;Initial Catalog=XXX;integrated security=False;Password=XXX;Persist Security Info=True;User ID=XXX" providerName="System.Data.SqlClient" />

Member Avatar for pritaeas
0
44
Member Avatar for opawix

> value=$row[9] An attribute value should be enclosed in quotes, like this: value=\"$row[9]\" or: value='$row[9]'

Member Avatar for pritaeas
0
119
Member Avatar for johnson kennady
Member Avatar for pritaeas
0
120
Member Avatar for on93
Member Avatar for garyjohnson

Use a join, something like this: SELECT * FROM users, videos WHERE videos.user_id = users.id

Member Avatar for garyjohnson
0
200
Member Avatar for krovi

An abstract class and an interface have different usages. Can you provide some more information?

Member Avatar for pritaeas
0
39
Member Avatar for krovi

What language do you want the example in? Have you looked through the Spring documentation?

Member Avatar for pritaeas
0
66
Member Avatar for shathiyan

You can use `SqlConnectionStringBuilder` and `SqlConnection` in `System.Data.SqlClient`

Member Avatar for pritaeas
0
36
Member Avatar for daniel1977

1) Perhaps they expect the cookies to be there, instead of checking for them first. 2) What issue? 3) See 1)

Member Avatar for pritaeas
0
136
Member Avatar for devianleong
Member Avatar for pritaeas
0
173
Member Avatar for kartikkp

You will need a combination of HTML, Javascript, AJAX and a server script. Are you after something like [this](http://www.pritaeas.net/demos/jq-dropdown/) ?

Member Avatar for NickNasty
0
187
Member Avatar for eddy007
Member Avatar for eddy007
0
214
Member Avatar for Shantanu88d

You can always put your results in a mysql table, if your worried that memory will become a problem.

Member Avatar for edwinhermann
0
577
Member Avatar for Raakesh399
Member Avatar for Raakesh399
0
132
Member Avatar for ryantroop

I've never come across a reliable (regularly updated) free address validation API.

Member Avatar for Mike_H
0
173
Member Avatar for kevindougans

You forgot {} around your options, and this points to selectable, not the selected item. [CODE] $(function() { $("#selectable").selectable({selected: function(event, ui) { var text = $('.ui-selected').text(); $("#input_4").val(text); }}); }); [/CODE]

Member Avatar for abtraju
0
500
Member Avatar for chandbasha

Depends on your server, but usually 32 or 64 per table. Note that there are also limits on the max index length.

Member Avatar for smantscheff
0
223
Member Avatar for ponkan20

You'll need to find an SMS Gateway provider. They will provide you with an API to send your messages.

Member Avatar for webdevdaddy
0
83
Member Avatar for theundeadelvis

> Column count does not match value count at row 1 That means that in your query, you specified a different amount of colums before VALUES, then values after VALUES. Check your columns.

Member Avatar for theundeadelvis
0
256
Member Avatar for Dani

A thread with me as the last poster is now marked as "new". Will you change that, or leave it as it is now?

Member Avatar for Dani
1
226
Member Avatar for techberry.org

Am not sure what you are asking here, but in the first case, calling `ob_end_clean` will discard your buffer, so `$name` will not be in the output.

Member Avatar for techberry.org
0
144
Member Avatar for aneeqtariq_143

Just write a query that joins both tables. Something like: SELECT * FROM product_categories c, products p WHERE c.id = p.category_id

Member Avatar for aneeqtariq_143
0
206
Member Avatar for newbie1234
Member Avatar for Setvir

Contact the provider of the service to see if some required fields (credentials, or logging in first) are missing. Another way to test this is to first use SoapUI so you can see what needs to be sent.

Member Avatar for pritaeas
0
199
Member Avatar for kenth21v

Programming is practice, practice, practice... One option not mentioned yet, join an Open Source project, get involved.

Member Avatar for ObSys
0
333
Member Avatar for showman13

1) There may be duplicate entries for an existing user referral. 2) You can use this SELECT in an INSERT INTO, but it depends on what you want to insert as referral.

Member Avatar for showman13
0
179
Member Avatar for hbmarar

Not quite sure what you are looking for, but: 1. sendmail for PHP reads SMTP settings from PHP.INI for sending e-mail using the SMTP protocol 2. Relay is only necessary if your mail server is on a different server then Apache (not recommended anyway). 3. Not sure what you mean …

Member Avatar for sellccvus
0
197
Member Avatar for trashed
Member Avatar for cguan_77
Member Avatar for davy_yg
Member Avatar for HanneMercouffer
Member Avatar for sherrie.olsen

Depending on the membership website, you may need a server-side script to store the session when logging in.

Member Avatar for pritaeas
0
131
Member Avatar for Nilophar
Member Avatar for pardeep3dec
Member Avatar for orbissol
Member Avatar for Venaplex
Member Avatar for arif.ctg.ns
Member Avatar for pritaeas
0
88
Member Avatar for McLaren

The End.