8,966 Posted Topics

Member Avatar for pritaeas

I notice that the forum list (e.g. PHP) is not updating consistently today. I posted a reply in one thread, and deleted one in another, but the main PHP page is not showing those updates? Did something change? https://www.daniweb.com/web-development/php/threads/498436/order-by-with-numbers-countdown I replied, but the OP is still showing as last replier. …

Member Avatar for pritaeas
0
190
Member Avatar for Q2X5

Use SQL Server Management Studio to create a backup and restore it on your server.

Member Avatar for pritaeas
0
68
Member Avatar for jaycebennett90
Member Avatar for Suzie999

A hosts file should only have one redirect IP on each line, but I've seen some people put two like so... 127.0.0.1 somedomain.com aliasname 92.103.3.45 domain.org It would need to be fixed to look like so... 127.0.0.1 somedomain.com aliasname 92.103.3.45 domain.org So here is an example of one I seen …

Member Avatar for Suzie999
0
164
Member Avatar for tony75
Member Avatar for SivaShankar
Member Avatar for rch1231
0
335
Member Avatar for AntonyRayan

You must know by now that without some sample data/output it'll be very difficult to answer your question.

Member Avatar for pritaeas
0
75
Member Avatar for SimonIoa
Member Avatar for SimonIoa
0
317
Member Avatar for zelrick

The code you are showing is C#. Try to explain your problem in detail. You are asking five questions at once, without any specifics.

Member Avatar for Hasteral
0
404
Member Avatar for AntonyRayan
Member Avatar for Teddy112
0
136
Member Avatar for Stefce

I suggest storing the filename in the database, and not the file. Just add an insert query when `move_uploaded_file` is successful.

Member Avatar for jkon
0
607
Member Avatar for Syed Asim Ashiq
Member Avatar for pritaeas
0
36
Member Avatar for hell hansen

With a basic setup HTML is static so can be output to the browser as-is, while PHP will be parsed first. In theory HTML only files should be faster, but there are many techniques such as caching which have to be taken into account. So what are you getting at?

Member Avatar for hell hansen
0
189
Member Avatar for davy_yg

You can try `col-md-4` instead of `span4`. IIRC spanX classes are deprecated as of version 3.

Member Avatar for pritaeas
0
234
Member Avatar for davy_yg
Member Avatar for Hilal2009

You apparently have an array with comments. Just loop them and increment a counter for every user you find in that particular feed.

Member Avatar for pritaeas
0
397
Member Avatar for ramsiva
Member Avatar for Darth Vader

Each application has it's objects in it's own memory, so the same locking mechanism can't work. There are ways for applications to share memory, but I haven't used that in ages.

Member Avatar for JamesCherrill
0
307
Member Avatar for OtepTheThird

if you look at the manual: http://php.net/manual/en/function.date.php You see that the second parameter is a timestamp. You are passing a string (from the POST array), so I am wondering what you entered into it. Do: print_r($_POST['date1']); print_r($_POST['date2']); and show the output.

Member Avatar for Hilal2009
0
11K
Member Avatar for sfiso27
Member Avatar for connoisseur2010
Member Avatar for davidjennings
Member Avatar for nancyverdi

The WordPress website shows these: https://wordpress.org/plugins/tags/t-shirt-designer Am not a WordPress user/developer, so cannot say anything about their usability.

Member Avatar for nancyverdi
0
333
Member Avatar for kannasekar
Member Avatar for Stefce
Member Avatar for Mike_25

What is the column type of `Exam_number` and is it indexed? You can also try: cmd.CommandText = "select r.Surname, r.First_name, r.Sex, c.type from dbo.cand_results AS r LEFT JOIN dbo.centres AS c ON r.Centre_code = c.code WHERE r.Exam_number = @examno " Although the optimizer should do this for you.

Member Avatar for Mike_25
0
198
Member Avatar for lloyd.farrell.7
Member Avatar for lloyd.farrell.7
0
86
Member Avatar for kyupa.suria

Lines 15 and 25 use `$file['name']` instead of `$file2['name']` and `$file3['name']` respectively.

Member Avatar for pritaeas
0
325
Member Avatar for Homeandstyle
Member Avatar for Aeonix

I'd probably choose to allow only POST'ing to the script (die on a GET request), and when rendering the page add a token which needs to be sent in the POST header.

Member Avatar for Aeonix
0
230
Member Avatar for Aeonix
Member Avatar for hell hansen
Member Avatar for serenagrace

Without processing... impossible. Assuming there would be an app, how would it create any logic based on an image?

Member Avatar for serenagrace
0
142
Member Avatar for Panagiotis_1
Member Avatar for LRNPHP

You mean, assuming this: $search = 'A'; //... $search = 'B'; //... $search = 'C'; //... You want to see A, B and C?

Member Avatar for LRNPHP
0
418
Member Avatar for risezone

https://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/491304/best-anti-virus-for-my-pc

Member Avatar for hninmaung.02
0
59
Member Avatar for Ventech_IT
Member Avatar for دليل تطبيقات

Closed. https://www.daniweb.com/web-development/php/threads/498215/how-craete-filter-for-input-in-php

Member Avatar for pritaeas
0
126
Member Avatar for patel.apurva333
Member Avatar for davy_yg

> what technology does it take to make such an animative websites? If you look at the page source, you can see a lot of Javascript/CSS frameworks included. > I am looking for a jquery that is able to slides small images to the left/right http://www.jssor.com

Member Avatar for davy_yg
0
991
Member Avatar for AntonyRayan

> What is the use of using ol and ul in a HTML Page Defining lists. Here are the official definitions: http://www.w3.org/TR/html5/grouping-content.html#the-ol-element http://www.w3.org/TR/html5/grouping-content.html#the-ul-element

Member Avatar for Oliver Realize
0
537
Member Avatar for Oliver Realize
Member Avatar for pritaeas

This is more a general approach question. I have an old ORM like framework for this application. Basically what it does, if it needs to load a bunch of objects/records, is for every child object in my result a new query is triggered to get it's data. Since the nesting …

Member Avatar for pritaeas
0
230
Member Avatar for Soumya_1

You cannot. Editing is enabled only for 30 minutes. I suggest you reply with the missing information.

Member Avatar for pritaeas
0
3K
Member Avatar for kingkaino
Member Avatar for Ahmed91za
Member Avatar for ivan.moony
Member Avatar for iamthwee
Member Avatar for Mohd_4
Member Avatar for sumitseocastell

The End.