8,966 Posted Topics

Member Avatar for mhth2014
Member Avatar for uday_2
Member Avatar for davy_yg

echo '<td><img src="images/' . $data['images'] . '"></td>';

Member Avatar for pritaeas
0
52
Member Avatar for davy_yg

Are you talking about tools like IonCube? They are not meant to be decrypted.

Member Avatar for pritaeas
0
28
Member Avatar for Indians
Member Avatar for diafol
0
329
Member Avatar for Linddha

Try: SELECT * FROM `arc_news` WHERE `status` = 'aktif' AND `date` BETWEEN DATE_ADD(NOW(), INTERVAL -14 DAY)) AND NOW() ORDER BY `counter` DESC LIMIT 4

Member Avatar for Linddha
0
149
Member Avatar for sk8ergirl

> I don't know how to do it for these tables Just insert them in the right order. > P_ID = 1 and CUST_ID =1 is this possible ? Yes.

Member Avatar for pritaeas
0
135
Member Avatar for pardeepkhatri
Member Avatar for sophiarich
Member Avatar for Linddha

Try: SELECT A.Id, A.Title, COUNT(*) AS CommentCount FROM Article A, Comment C WHERE C.Id_News = A.Id GROUP BY A.Id ORDER BY CommentCount DESC

Member Avatar for pritaeas
0
119
Member Avatar for Ann Krizette

[Here](http://www.databaseanswers.org/data_models/) are some data models for reference, to help you get started.

Member Avatar for pritaeas
0
112
Member Avatar for Sphinx'LostNose

> So in your opinion it's just a more convenient form of BackgroundWorker? Yes. It creates and handles the threading and callback for you. At least, that was how it was shown and explained by MS. If you look at the IL, you should see an old fashioned thread solution. …

Member Avatar for pritaeas
0
330
Member Avatar for HoverportMedia
Member Avatar for SHIMELIS

You'll need to be a little more specific about what you need help with.

Member Avatar for mildred2013
0
162
Member Avatar for jimmysmart

- Keeping in touch. Hiring someone you only know via email is impossible to track when he decides to no longer respond. - Language. If your freelancer is from another country communicating may be difficult in both text and speech. - You need to find someone who understands what you …

Member Avatar for jimmysmart
0
145
Member Avatar for iv_jo
Member Avatar for vijayakumarmp
Member Avatar for pritaeas
0
114
Member Avatar for lewashby
Member Avatar for JorgeM
0
56
Member Avatar for kellyperry15
Member Avatar for malkani.ji.73
Member Avatar for saguni

You defined a varchar 10, so you cannot insert more than 10 characters. It will throw an error. (Unlike MySQL which will just trim the data.)

Member Avatar for ugi.nagesh
0
199
Member Avatar for DTSCode

ErrorDocument 404 /error/error404.php I think you should remove the slash ErrorDocument 404 error/error404.php or specify the full path ErrorDocument 404 /var/www/error/error404.php

Member Avatar for TheJeffMatson
0
274
Member Avatar for Lethugs

> tables are not related at all If there is no relation at all, how do you know which logo you need?

Member Avatar for ugi.nagesh
0
583
Member Avatar for Ken1234
Member Avatar for ugi.nagesh
0
272
Member Avatar for eos.paks
Member Avatar for pritaeas
0
132
Member Avatar for pranay.baba

Do: $query = "SELECT * from pr where date between '$to' and '$from' "; $result3 = mysql_query($query) or die(mysql_error() . '<br/>' . $query); and paste the message here. I assume your date format is not correct.

Member Avatar for diafol
0
162
Member Avatar for annyangel
Member Avatar for kau14
Member Avatar for strRusty_gal

Have you tried with `DAY()`, `MONTH()` and `YEAR()` ? What server are you using?

Member Avatar for strRusty_gal
0
190
Member Avatar for johnmecanse34
Member Avatar for vizz

> how to calculate total number of possible combinations? (49^6) = 49 * 49 * 49 * 49 * 49 * 49 = 13.841.287.201 > How to create all possible combinations? Simplest with 6 nested for loops, but that won't work. It will cause a stack overflow. Recursion will probably …

Member Avatar for diafol
0
355
Member Avatar for Eagle.Avik

I wonder how you are going to get your tutorials. You requirements are quite complete, am just afraid you are going to have trouble getting content.

Member Avatar for Eagle.Avik
0
294
Member Avatar for João_5

Closed. Continue [here](http://www.daniweb.com/web-development/php/threads/467998/apache-xampp-virtual-hosts-not-seen-by-client).

Member Avatar for pritaeas
0
172
Member Avatar for Kewne

SELECT SUM(IF(A.ExpirationDate < NOW(), 1, 0)) If the expiration date of the record is before today add 1, else add 0.

Member Avatar for Kewne
0
248
Member Avatar for Smiti
Member Avatar for saranya@123

Have a look at [this thread](http://www.daniweb.com/web-development/php/threads/467708/how-to-create-number-set-within-range).

Member Avatar for pritaeas
0
214
Member Avatar for yavindu

In the PHP.INI is a setting short_open_tag. If you enable that, it'll work.

Member Avatar for pritaeas
0
58
Member Avatar for mrhankey

Perhaps [this article](http://www.troywolf.com/articles/php/exchange_webdav_examples.php) may help.

Member Avatar for mrhankey
0
383
Member Avatar for davidjennings
Member Avatar for davidjennings
0
827
Member Avatar for pitic
Member Avatar for pitic
0
125
Member Avatar for marifard
Member Avatar for nadiam

After: $fothers = mysql_query($fothersq); There should be: $row = mysql_fetch_array($fothers); and then use `$row` instead of `$fothers`

Member Avatar for nadiam
0
2K
Member Avatar for winbala5
Member Avatar for Rumaiya
Member Avatar for JorgeM
0
51
Member Avatar for mmcdonald

Ugh, what a nervous homepage. Can't you just deconstruct that webpage? As for the video, low low-res is probably the key.

Member Avatar for mmcdonald
0
82
Member Avatar for malisubhani
Member Avatar for castajiz_2

I use it too. I like the way bangs work and the fact that you don't have to click "next page", but just scroll down.

Member Avatar for Warrens80
0
292
Member Avatar for nadiam
Member Avatar for noorullah06
Member Avatar for strongard63

I moved this here, so others can decide whether or not this was too harsh. The fact that it is for educational purposes does not mean the rule against such question should be ignored imo. Whether or not your intentions are good, does not mean others won't abuse such information. …

Member Avatar for pritaeas
0
413

The End.