8,966 Posted Topics

Member Avatar for alone88

Closed duplicate. Continue [here](http://www.daniweb.com/internet-marketing/social-media-and-communities/threads/472074/how-can-i-increase-my-web-page-rank-)

Member Avatar for pritaeas
0
372
Member Avatar for agwx2

Why not move all files you need to keep and try a (m)delete * Or perhaps `DELE "'AND SELECT * FROM 'users''"` may work, depending on the FTP server.

Member Avatar for agwx2
0
172
Member Avatar for rpv_sen
Member Avatar for joshl_1995

Try: "/\[ol\](.*?)\[\/ol\]/s", // s is for "dot matches line breaks"

Member Avatar for pritaeas
0
326
Member Avatar for riahc3

You can use `mysqldump` to export everything to an sql script file. On the other server you can use `mysql` to import it again. Both are command line tools. Note that users are never exported, you will have to recreate these manually.

Member Avatar for Manish02
0
236
Member Avatar for TheScriptan
Member Avatar for MoreBloodWine

If I understand you correctly, you just need to update line 27 above, so it includes your three new variables.

Member Avatar for pritaeas
0
312
Member Avatar for Master Mascus
Member Avatar for davy_yg

http://www.daniweb.com/web-development/php/code/435142/using-phppdo-with-error-checking See lines 72-84. You cannot use `foreach` on what `query()` returns.

Member Avatar for davy_yg
0
362
Member Avatar for shulesly
Member Avatar for travis.holt.921_2
0
234
Member Avatar for Jasika Thakur
Member Avatar for davy_yg
0
150
Member Avatar for davy_yg

Try: #gambar { float: left } You should be using a `class` instead of an `id` if you want to apply it to multiple divs.

Member Avatar for davy_yg
0
125
Member Avatar for yogeshwariman

You'll need two queries, but you can execute them in a transaction. That way if one fails to delete, the other isn't deleted either. With MySQLi you can use [multi_query](http://www.php.net/manual/en/mysqli.multi-query.php).

Member Avatar for pritaeas
0
57
Member Avatar for davy_yg

Windows Azure provides multiple instances of a Windows Server (in the cloud) and will automatically start a new instance, if one fails. Better depends on your requirements.

Member Avatar for rch1231
0
272
Member Avatar for aliashiq

> Index was outside the bounds of the array pa = sdr.GetString(8); // for Password column Are you sure the index is 8? It starts counting at 0.

Member Avatar for aliashiq
0
247
Member Avatar for gbhs
Member Avatar for haymen.roth.3

> why 2nd worked exactly like i wanted Because there you select just two fields, in the first you select an entire record.

Member Avatar for Manish02
0
158
Member Avatar for anisha.silva
Member Avatar for Manish02
0
124
Member Avatar for haymen.roth.3

You can add: CASE WHEN INtime IS NULL AND TimeOut IS NULL THEN 'Absent' WHEN INtime IS NOT NULL AND TimeOut IS NOT NULL THEN 'Present' ELSE 'Unknown' END AS IsAbsent

Member Avatar for pritaeas
0
192
Member Avatar for borovez
Member Avatar for pritaeas
0
6K
Member Avatar for everton.retweets
Member Avatar for pritaeas
0
431
Member Avatar for anas.man

http://www.magentocommerce.com/magento-connect/create_your_extension/

Member Avatar for pritaeas
0
233
Member Avatar for tnjiric

Although you are correct in theory, apparently something else happens too, although I'm unsure what. Can you confirm which HTTP status is returned after `die()`? Is it still `200 OK`?

Member Avatar for pritaeas
0
246
Member Avatar for Lucaci Andrew

Am not sure where I saw this, but on one site I saw the header height smaller when scrolling down (smaller font). Kinda liked the idea. I'll see if I can find it.

Member Avatar for Dani
0
581
Member Avatar for sash_kp

An SQL dump of your table structures with some data would be more useful than images.

Member Avatar for pritaeas
0
291
Member Avatar for <M/>

`INSERT` queries. If you can be a little more specific about what exactly you're looking for, I can give a more specific answer.

Member Avatar for <M/>
0
181
Member Avatar for Iikeloa

Something like [this](http://www.daniweb.com/web-development/php/code/425686/create-a-table-x-columns-wide)?

Member Avatar for Iikeloa
0
141
Member Avatar for diafol

Interesting. Do you have this with PDO too? A shame I can't test this here. Have to wait till I get home. Do you get an error, or just no output?

Member Avatar for diafol
2
293
Member Avatar for asker54

The dot is concatenating strings. Another way to write this is: $add_tel_sql = "INSERT INTO telephone (master_id, date_added, date_modified, tel_number, type) VALUES ('$master_id', now(), now(), '$safe_tel_number', '{$_POST['tel_type']}')";

Member Avatar for asker54
0
286
Member Avatar for driazi

Apparently you cannot set that property. I suggest you remove it and see what happens.

Member Avatar for JorgeM
0
154
Member Avatar for Rohit Mehra
Member Avatar for markii.borabon
Member Avatar for klemme

> And am wondering if oit is that simple..? It should be, but it's been a while since I've used SOAPServer with PHP. > Dont I need to create a WSDL file for this to work? A WSDL is needed when you want to publicly expose your API. Since you …

Member Avatar for pritaeas
0
348
Member Avatar for sudharshan9xweb
Member Avatar for KushMishra

> Great, there are no replies still and I receive your comment not to bump my posts...So dear deceptikon, would you please tell me if there are no replies (like the previous 4 posts of WPF from me), what exactly I should be doing instead of asking help from someone …

Member Avatar for KushMishra
1
4K
Member Avatar for RinzLove
Member Avatar for elsunhoty
0
135
Member Avatar for Mike Askew

> thought that by leaving them the way we store them in our own back-end Your back-end implementation shouldn't be exposed. Let app developers make up their own mind. I always prefer strong names. If I want to generalize, it's up to me.

Member Avatar for diafol
1
372
Member Avatar for boy2534

Output the contents of `sqledit` and paste it here. It will be helpful if you post your table structure too.

Member Avatar for boy2534
0
160
Member Avatar for rgkrish183

Closed. Please DO NOT repost identical questions. Continued here: http://www.daniweb.com/web-development/jsp/threads/471657/the-error-line-was-classnotfoundexceptioncom.mysql.jdbc.driver-in-jsp

Member Avatar for pritaeas
0
150
Member Avatar for rpv_sen

http://www.php.net/manual/en/ref.calendar.php Perhaps one of the `JDxxx` functions can help you.

Member Avatar for pritaeas
0
382
Member Avatar for haymen.roth.3

Check out this [article](http://www.hookedonlinq.com/CallingStoredProcedureUsingOptionalParameter.ashx). Your issue sounds similar.

Member Avatar for pritaeas
0
173
Member Avatar for karthik.r
Member Avatar for rpv_sen
Member Avatar for rpv_sen
0
290
Member Avatar for Sanket_2

> There is an option of cluster server, but company cannot afford licensing cost. How do these costs weigh against the licensing costs of a SQL Server?

Member Avatar for Ewald Horn
0
306
Member Avatar for marin cristina

That's a lot of code. What exactly are you trying to achieve? What isn't working?

Member Avatar for marin cristina
0
340
Member Avatar for fheppell
Member Avatar for sallaudin
Member Avatar for Yanny_1
Member Avatar for theHop
0
141
Member Avatar for everton.retweets

[Here](http://www.daniweb.com/web-development/php/code/435142/using-phppdo-with-error-checking)'s a code snippet showing you how to check for errors. Perhaps you need to explicitly specify the type if you are inserting into a blob.

Member Avatar for pritaeas
0
231
Member Avatar for jacob21
Member Avatar for pritaeas
0
103

The End.