8,966 Posted Topics

Member Avatar for João_5
Member Avatar for Mark_Miller
Member Avatar for Wael1988
Member Avatar for Wael1988
0
304
Member Avatar for sangeethab
Member Avatar for Stefce

Please do not bump your threads. Am having difficulty understanding what should be in your class. If it's just CSS or not.

Member Avatar for Stefce
0
154
Member Avatar for nerlekar
Member Avatar for pritaeas
0
52
Member Avatar for grahambanes

> We all want to show our gratitude for the post Because it adds nothing of value to the thread. If you want to thank the one who gave you the solution, upvote him or give reputation. Thread closed.

Member Avatar for pritaeas
1
1K
Member Avatar for chaitu11

http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-

Member Avatar for pritaeas
0
34
Member Avatar for abhijit_2

Make sure the foreign key exists before inserting. Apparently you're adding a record pointing to something that does not exists yet.

Member Avatar for pritaeas
0
170
Member Avatar for Priti_P

It's a Java applet. I don't think you can get at it's data just like that.

Member Avatar for pritaeas
0
251
Member Avatar for kahaj

http://technet.microsoft.com/en-us/library/ms181765.aspx Am not sure what you want, can you give an example of in-/output?

Member Avatar for ugi.nagesh
0
341
Member Avatar for davy_yg

http://dev.mysql.com/doc/refman/5.1/en/alter-table.html RENAME is for tables. ALTER TABLE static_content CHANGE COLUMN title shorttext VARCHAR(255) Adjust the column type accordingly.

Member Avatar for ugi.nagesh
0
391
Member Avatar for Jenny12345

Try multiple websites built with different technologies. Then you can compare how they differ in preventing such attacks.

Member Avatar for pritaeas
0
174
Member Avatar for devianleong

One of your values on those lines is an array, but it's not expecting one. Check what your variables contain. Given just this small code snippet, it's impossible to determine what's what, and what's wrong.

Member Avatar for pritaeas
0
365
Member Avatar for chaitu11

> Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given Your MySQL query failed. Show the query if you need more information.

Member Avatar for pritaeas
0
171
Member Avatar for yvonne.lundeandreassen.9
Member Avatar for mayuri_desh
Member Avatar for devianleong
-6
2K
Member Avatar for ArashVenus
Member Avatar for <M/>

> This is what I want: This is probably what you want to show on your site. If you use the two tables Jorge mentioned, that output is easily constructed with a single query on both tables (GROUP_CONCAT). Do not design your tables around what you want people to see, …

Member Avatar for pritaeas
0
194
Member Avatar for gbhs

> In order to avoid duplicates in names when inserting new names. Why not use a unique index on that column?

Member Avatar for gbhs
0
217
Member Avatar for Iikeloa

> I don't know what is wrong What happens, or what doesn't happen? Any errors?

Member Avatar for Iikeloa
0
204
Member Avatar for Thana_1

You can use SQLite or MySQL as your database. I do not recommend a file, if multiple users will be accessing it. Then you can use a tool, or write code yourself to allow editing.

Member Avatar for pritaeas
0
115
Member Avatar for abhijit_2

Regular expressions are not for creating strings, but for parsing them.

Member Avatar for deceptikon
-1
136
Member Avatar for Dani

I've lost a little bit of everything too. I guess deleted threads were no longer taken into account (fine by me).

Member Avatar for stultuske
2
380
Member Avatar for brightline
Member Avatar for geneh23

> How do I go about fixing this? You can store the file paths in the database, or use `glob` to get the files in the folder, and display them as links.

Member Avatar for geneh23
0
340
Member Avatar for Linddha
Member Avatar for pritaeas

The following snippet shows how you can use binding in your queries when using MySQLi. For starters, here's the table structure I've used: CREATE TABLE `mytable` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `dob` date DEFAULT NULL, `level` int(11) DEFAULT NULL, PRIMARY …

Member Avatar for pritaeas
3
1K
Member Avatar for RikTelner

> But I search for encryption that cannot be predicted Use a method where they key size equals the data size.

Member Avatar for pritaeas
0
227
Member Avatar for pritaeas

We want to start mobile development (starting with Android). Our two most likely candidate tools at this time are Phonegap and Xamarin. I'd like to hear about any thoughts on and experiences with either of these packages. Am trying to decide what to use for a first prototype (business software). …

Member Avatar for pritaeas
0
471
Member Avatar for HunainHafeez
Member Avatar for venkyb47

This is a recursive tree traversal. You cannot do this in a single query. If you search this topic you find some solutions, but most use a couple of stored procedures.

Member Avatar for rch1231
0
273
Member Avatar for <M/>
Member Avatar for <M/>
0
351
Member Avatar for naveen2k12
Member Avatar for yangzedong

If you can't find one, why not pay someone to build one for you, and then resell it?

Member Avatar for pritaeas
0
183
Member Avatar for asif49

> The drink I can probably make at home. Even if you could make it at home, depending on where (country) you are, there are strict rules on the information that needs to be on the bottle. In case of biological produce, it needs to be tracked to it's origins …

Member Avatar for Agilemind
0
294
Member Avatar for simmi jain

> Closing thread getting attention of people who are not willing to pay for study materials as they should! Closed again.

Member Avatar for pritaeas
0
425
Member Avatar for Fr3aK
Member Avatar for <M/>

I see the button for "mark unsolved" so the button works. I suggest you click it, and see what happens. It's a reversible process.

Member Avatar for <M/>
0
265
Member Avatar for Dani

> I think that the earlier design was much better. Agreed. It looks very chaotic, and imo the centering just doesn't work, especially since you don't use it anywhere else.

Member Avatar for happygeek
1
828
Member Avatar for kgizo

> I need the time taken for each row to be inserted and then find the percentage of that. You can't with the above code. By the time your code gets to the loop, the query has already been successfully completed.

Member Avatar for diafol
0
397
Member Avatar for markharris
Member Avatar for best4earn
Member Avatar for Learner010

It would've more helpful if you had added this to your original thread, I don't browse this forum very often. I already pointed you to this tool twice: https://json.codeplex.com/

Member Avatar for Learner010
0
396
Member Avatar for Learner010

Found this thread after replying to your PM ;) Basically, you can retrieve the (cached, without logging in) solved threads for a forum by building an URL and using that to retrieve data from the API. I have PHP classes on GitHub that do this. Basically, it's the same in …

Member Avatar for Dani
0
310
Member Avatar for tqmd1
Member Avatar for <M/>

Technically nothing. It seems you didnt read my reply in your other thread.

Member Avatar for <M/>
0
130
Member Avatar for pritaeas
Member Avatar for Onismo
Member Avatar for abhijit_2

Search this forum for pagination, already several samples available.

Member Avatar for pritaeas
0
106

The End.